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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 16 03:29:14 PST 2016


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

--- Comment #21 from Philippe Normand <pnormand at igalia.com> ---
Comment on attachment 271332
  --> https://bugs.webkit.org/attachment.cgi?id=271332
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()?

-- 
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/e28068bf/attachment.html>


More information about the webkit-unassigned mailing list