[Webkit-unassigned] [Bug 117383] [GStreamer] Add handling for GstContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 18 01:34:44 PDT 2013


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





--- Comment #4 from Víctor M. Jáquez L. <vjaquez at igalia.com>  2013-07-18 01:34:40 PST ---
(From update of attachment 206898)
View in context: https://bugs.webkit.org/attachment.cgi?id=206898&action=review

>> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:269
>> +        gst_context_unref(m_context);
> 
> Looks like this could be a RefPtr specialization which would allow you to avoid the initialization and destruction of this member.

That was my first approach, but I couldn't find a way to handle the gst_context_relace() used below :/ I'll dig on it

-- 
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