GNOME Bugzilla – Bug 769775
basesrc: Support PROTECTION event from application
Last modified: 2016-11-11 13:09:37 UTC
basesrc: Support PROTECTION event from application Application may want to send PROTECTION event to the src element.
Created attachment 333156 [details] [review] basesrc-Support-PROTECTION-event-from-application.patch There is a use-case that streaming service via DASH without dashdemux. For that situation, protection meta by using mpd should be sent to appropriate decription element. If dashdemux was used, creating/sending protection event will be done by the dashdemux, but when the dashdemux was not used, this must be done by application.
Don't see why not. Thanks for the patch! commit 562681a1b784b08c37354e2832d87451b03209ba Author: Seungha Yang <sh.yang@lge.com> Date: Fri Aug 12 08:03:41 2016 +0900 basesrc: Support PROTECTION event from application Application may want to send PROTECTION event to the src element. https://bugzilla.gnome.org/show_bug.cgi?id=769775