[Webkit-unassigned] [Bug 154235] [GTK][GStreamer] ClearKey EME v1 decryption support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 16 04:01:27 PST 2016


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

--- Comment #22 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #21)
> Comment on attachment 271332 [details]
> patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=271332&action=review
> 
> >> Source/WebCore/platform/graphics/gstreamer/WebKitCommonEncryptionDecryptorGStreamer.cpp:176
> >> +            gst_structure_free(out);
> > 
> > We could uise GUniquePtr for out, and leak the value in the !duplicate case to transfer the ownership.
> 
> I've been trying that but without much success. Just to be clear, by leaking
> the value out mean using GUniquePtr's reset()?

No, I mean using release()

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160216/0626c68a/attachment.html>


More information about the webkit-unassigned mailing list