diff options
author | Xabier Rodriguez Calvar <calvaris@igalia.com> | 2017-06-28 09:54:56 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-06-28 10:52:11 +0100 |
commit | bda8440f1f0de5be8036acfd78ec1d72929558ec (patch) | |
tree | 43d61fc743b6fb2d47c9cdf724840fddd0d38be1 /win32/common | |
parent | 3683a0753aa4fc43f3fa9c14114076d5dbfc1420 (diff) |
protection: add function to filter system ids
gst_protection_filter_systems_by_available_decryptors() takes an array
of strings and returns a new array of strings filtered by the available
decryptors for them so the ones you get are the ones that you should be
able to decrypt.
https://bugzilla.gnome.org/show_bug.cgi?id=770107
Diffstat (limited to 'win32/common')
-rw-r--r-- | win32/common/libgstreamer.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 510d2151a..9578c4fd5 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -1078,6 +1078,7 @@ EXPORTS gst_printerrln gst_println gst_progress_type_get_type + gst_protection_filter_systems_by_available_decryptors gst_protection_meta_api_get_type gst_protection_meta_get_info gst_protection_select_system |