[Webkit-unassigned] [Bug 117551] [GStreamer] [texmap] the bytesPerLine is wrong when updating the texture

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 12 11:24:07 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117551





--- Comment #6 from Víctor M. Jáquez L. <vjaquez at igalia.com>  2013-06-12 11:22:43 PST ---
(From update of attachment 204451)
View in context: https://bugs.webkit.org/attachment.cgi?id=204451&action=review

>>>> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:342
>>>> +    GRefPtr<GstCaps> caps = webkitGstGetPadCaps(m_videoSinkPad.get());
>>> 
>>> Would it be better to get the caps before the buffer and pass that as an argument? Is there any way to lock the sink and get the buffer and the caps without the possibility of a race condition? This seems like a pretty serious issue.
>> 
>> We could held a copy of the current caps in the sink.
> 
> Maybe we can do it in this patch?

I can do it in this patch, though it won't be related with this bug report...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list