Changeset 207888 in webkit


Ignore:
Timestamp:
Oct 26, 2016 1:46:32 AM (7 years ago)
Author:
eocanha@igalia.com
Message:

[GStreamer][EME] ClearKey decryption support
https://bugs.webkit.org/show_bug.cgi?id=162918

Reviewed by Xabier Rodriguez-Calvar.

This patch is authored by Philippe Normand <philn@igalia.com>.

  • platform/graphics/gstreamer/eme/WebKitClearKeyDecryptorGStreamer.cpp: Added.

(webkit_media_clear_key_decrypt_class_init):
(webkit_media_clear_key_decrypt_init):
(webKitMediaClearKeyDecryptorFinalize):
(webKitMediaClearKeyDecryptorRequestDecryptionKey):
(webKitMediaClearKeyDecryptorHandleKeyResponse):
(webKitMediaClearKeyDecryptorSetupCipher):
(webKitMediaClearKeyDecryptorDecrypt):
(webKitMediaClearKeyDecryptorReleaseCipher):

  • platform/graphics/gstreamer/eme/WebKitClearKeyDecryptorGStreamer.h: Added.
Location:
trunk/Source/WebCore
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r207887 r207888  
     12016-10-26  Enrique Ocaña González  <eocanha@igalia.com>
     2
     3        [GStreamer][EME] ClearKey decryption support
     4        https://bugs.webkit.org/show_bug.cgi?id=162918
     5
     6        Reviewed by Xabier Rodriguez-Calvar.
     7
     8        This patch is authored by Philippe Normand <philn@igalia.com>.
     9
     10        * platform/graphics/gstreamer/eme/WebKitClearKeyDecryptorGStreamer.cpp: Added.
     11        (webkit_media_clear_key_decrypt_class_init):
     12        (webkit_media_clear_key_decrypt_init):
     13        (webKitMediaClearKeyDecryptorFinalize):
     14        (webKitMediaClearKeyDecryptorRequestDecryptionKey):
     15        (webKitMediaClearKeyDecryptorHandleKeyResponse):
     16        (webKitMediaClearKeyDecryptorSetupCipher):
     17        (webKitMediaClearKeyDecryptorDecrypt):
     18        (webKitMediaClearKeyDecryptorReleaseCipher):
     19        * platform/graphics/gstreamer/eme/WebKitClearKeyDecryptorGStreamer.h: Added.
     20
    1212016-10-26  Enrique Ocaña González  <eocanha@igalia.com>
    222
Note: See TracChangeset for help on using the changeset viewer.