Title: [225164] trunk/Source/WebCore
Revision
225164
Author
[email protected]
Date
2017-11-27 01:41:15 -0800 (Mon, 27 Nov 2017)

Log Message

[EME][GStreamer] Change the ClearKey's SystemID value
https://bugs.webkit.org/show_bug.cgi?id=180007

Patch by Yacine Bandou <[email protected]> on 2017-11-27
Reviewed by Xabier Rodriguez-Calvar.

Use 1077efec-c0b2-4d02-ace3-3c1e52e2fb4b instead of
58147ec8-0423-4659-92e6-f52c5ce8c3cc, as is specified in W3C.
https://www.w3.org/TR/eme-initdata-cenc/#common-system-definition

* platform/graphics/gstreamer/eme/GStreamerEMEUtilities.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (225163 => 225164)


--- trunk/Source/WebCore/ChangeLog	2017-11-27 09:29:07 UTC (rev 225163)
+++ trunk/Source/WebCore/ChangeLog	2017-11-27 09:41:15 UTC (rev 225164)
@@ -1,3 +1,16 @@
+2017-11-27  Yacine Bandou  <[email protected]>
+
+        [EME][GStreamer] Change the ClearKey's SystemID value
+        https://bugs.webkit.org/show_bug.cgi?id=180007
+
+        Reviewed by Xabier Rodriguez-Calvar.
+
+        Use 1077efec-c0b2-4d02-ace3-3c1e52e2fb4b instead of
+        58147ec8-0423-4659-92e6-f52c5ce8c3cc, as is specified in W3C.
+        https://www.w3.org/TR/eme-initdata-cenc/#common-system-definition
+
+        * platform/graphics/gstreamer/eme/GStreamerEMEUtilities.h:
+
 2017-11-27  Javier Fernandez  <[email protected]>
 
         [css-grid] Display issues with child with max-width

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/eme/GStreamerEMEUtilities.h (225163 => 225164)


--- trunk/Source/WebCore/platform/graphics/gstreamer/eme/GStreamerEMEUtilities.h	2017-11-27 09:29:07 UTC (rev 225163)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/eme/GStreamerEMEUtilities.h	2017-11-27 09:41:15 UTC (rev 225164)
@@ -26,7 +26,7 @@
 #include <gst/gst.h>
 #include <wtf/text/WTFString.h>
 
-#define WEBCORE_GSTREAMER_EME_UTILITIES_CLEARKEY_UUID "58147ec8-0423-4659-92e6-f52c5ce8c3cc"
+#define WEBCORE_GSTREAMER_EME_UTILITIES_CLEARKEY_UUID "1077efec-c0b2-4d02-ace3-3c1e52e2fb4b"
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to