Title: [275757] trunk/Source/WebCore
Revision
275757
Author
[email protected]
Date
2021-04-09 03:56:57 -0700 (Fri, 09 Apr 2021)

Log Message

Unreviewed, GStreamer Thunder decryptor build fix after r275599

* platform/graphics/gstreamer/eme/WebKitThunderDecryptorGStreamer.cpp:
(decrypt):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (275756 => 275757)


--- trunk/Source/WebCore/ChangeLog	2021-04-09 10:25:22 UTC (rev 275756)
+++ trunk/Source/WebCore/ChangeLog	2021-04-09 10:56:57 UTC (rev 275757)
@@ -1,3 +1,10 @@
+2021-04-09  Philippe Normand  <[email protected]>
+
+        Unreviewed, GStreamer Thunder decryptor build fix after r275599
+
+        * platform/graphics/gstreamer/eme/WebKitThunderDecryptorGStreamer.cpp:
+        (decrypt):
+
 2021-04-09  Carlos Garcia Campos  <[email protected]>
 
         Teardown shadow root renderers on SlotAssignment::didChangeSlot

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/eme/WebKitThunderDecryptorGStreamer.cpp (275756 => 275757)


--- trunk/Source/WebCore/platform/graphics/gstreamer/eme/WebKitThunderDecryptorGStreamer.cpp	2021-04-09 10:25:22 UTC (rev 275756)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/eme/WebKitThunderDecryptorGStreamer.cpp	2021-04-09 10:56:57 UTC (rev 275757)
@@ -162,7 +162,7 @@
     context.dataBuffer = buffer;
     context.numSubsamples = subsampleCount;
     context.subsamplesBuffer = subsampleCount ? subsamplesBuffer : nullptr;
-    context.cdmProxyDecryptionClient = webKitMediaCommonEncryptionDecryptGetCDMProxyDecryptionClient(self);
+    context.cdmProxyDecryptionClient = webKitMediaCommonEncryptionDecryptGetCDMProxyDecryptionClient(decryptor);
     bool result = priv->cdmProxy->decrypt(context);
 
     return result;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to