[Webkit-unassigned] [Bug 137065] [GStreamer] Video resolution changes trigger a crash in the TextureMapper
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 27 02:20:03 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137065
--- Comment #6 from Philippe Normand <pnormand at igalia.com> ---
(In reply to comment #5)
> Comment on attachment 240473 [details]
> patch
>
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=240473&action=review
>
> Looks good overall and seems like a little simplification of the code :)
>
> > Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:421
> > + GRefPtr<GstCaps> currentCaps = gst_sample_get_caps(m_sample);
>
> Doesn't this need the sampleMutex locked too?
Well that method is always invoked with the mutex locked already. Perhaps I can add an ASSERT about this.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141027/acc8c364/attachment-0002.html>
More information about the webkit-unassigned
mailing list