Title: [268977] trunk/Source/WebCore
Revision
268977
Author
[email protected]
Date
2020-10-26 06:59:43 -0700 (Mon, 26 Oct 2020)

Log Message

[GStreamer][EME] Remove unused protection even in common decryptor
https://bugs.webkit.org/show_bug.cgi?id=218183

Reviewed by Philippe Normand.

Removing unused decryptor attribute, reminiscence of the past.

* platform/graphics/gstreamer/eme/WebKitCommonEncryptionDecryptorGStreamer.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (268976 => 268977)


--- trunk/Source/WebCore/ChangeLog	2020-10-26 13:58:58 UTC (rev 268976)
+++ trunk/Source/WebCore/ChangeLog	2020-10-26 13:59:43 UTC (rev 268977)
@@ -1,3 +1,14 @@
+2020-10-26  Xabier Rodriguez Calvar  <[email protected]>
+
+        [GStreamer][EME] Remove unused protection even in common decryptor
+        https://bugs.webkit.org/show_bug.cgi?id=218183
+
+        Reviewed by Philippe Normand.
+
+        Removing unused decryptor attribute, reminiscence of the past.
+
+        * platform/graphics/gstreamer/eme/WebKitCommonEncryptionDecryptorGStreamer.cpp:
+
 2020-10-26  Antti Koivisto  <[email protected]>
 
         [LFC][Integration] Allow all replaced elements

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/eme/WebKitCommonEncryptionDecryptorGStreamer.cpp (268976 => 268977)


--- trunk/Source/WebCore/platform/graphics/gstreamer/eme/WebKitCommonEncryptionDecryptorGStreamer.cpp	2020-10-26 13:58:58 UTC (rev 268976)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/eme/WebKitCommonEncryptionDecryptorGStreamer.cpp	2020-10-26 13:59:43 UTC (rev 268977)
@@ -38,7 +38,6 @@
 
 #define WEBKIT_MEDIA_CENC_DECRYPT_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), WEBKIT_TYPE_MEDIA_CENC_DECRYPT, WebKitMediaCommonEncryptionDecryptPrivate))
 struct _WebKitMediaCommonEncryptionDecryptPrivate {
-    GRefPtr<GstEvent> protectionEvent;
     RefPtr<CDMProxy> cdmProxy;
 
     Lock cdmAttachmentMutex;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to