Title: [221780] trunk/Source/WebCore
Revision
221780
Author
[email protected]
Date
2017-09-08 03:54:42 -0700 (Fri, 08 Sep 2017)

Log Message

[GStreamer] Incorrect GstCaps unreffing in GStreamerEMEUtilities::createDecryptor()
https://bugs.webkit.org/show_bug.cgi?id=176540

Reviewed by Xabier Rodriguez-Calvar.

* platform/graphics/gstreamer/eme/GStreamerEMEUtilities.cpp:
Include the GRefPtrGStreamer.h header in order to use specialized template
functions that correctly adopt and dereference GstCaps object that is
wrapped the GRefPtr<>.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (221779 => 221780)


--- trunk/Source/WebCore/ChangeLog	2017-09-08 06:31:22 UTC (rev 221779)
+++ trunk/Source/WebCore/ChangeLog	2017-09-08 10:54:42 UTC (rev 221780)
@@ -1,3 +1,15 @@
+2017-09-08  Zan Dobersek  <[email protected]>
+
+        [GStreamer] Incorrect GstCaps unreffing in GStreamerEMEUtilities::createDecryptor()
+        https://bugs.webkit.org/show_bug.cgi?id=176540
+
+        Reviewed by Xabier Rodriguez-Calvar.
+
+        * platform/graphics/gstreamer/eme/GStreamerEMEUtilities.cpp:
+        Include the GRefPtrGStreamer.h header in order to use specialized template
+        functions that correctly adopt and dereference GstCaps object that is
+        wrapped the GRefPtr<>.
+
 2017-09-07  Joseph Pecoraro  <[email protected]>
 
         WebKit should claim that it can show responses for a broader range of JSON MIMETypes

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/eme/GStreamerEMEUtilities.cpp (221779 => 221780)


--- trunk/Source/WebCore/platform/graphics/gstreamer/eme/GStreamerEMEUtilities.cpp	2017-09-08 06:31:22 UTC (rev 221779)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/eme/GStreamerEMEUtilities.cpp	2017-09-08 10:54:42 UTC (rev 221780)
@@ -22,7 +22,7 @@
 #include "config.h"
 #include "GStreamerEMEUtilities.h"
 
-#include <wtf/glib/GRefPtr.h>
+#include "GRefPtrGStreamer.h"
 
 #if ENABLE(ENCRYPTED_MEDIA) && USE(GSTREAMER)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to