[Bug 705991] Adding support for DASH common encryption to qtdemux and dashdemux

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 31 09:03:54 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=705991

--- Comment #94 from A Ashley <bugzilla at ashley-family.net> ---
Created attachment 300677
  --> https://bugzilla.gnome.org/attachment.cgi?id=300677&action=edit
Adds a new Decryptor klass to elementfactory

An element that performs decryption does not naturally fit within any of the
existing element factory class types. It is useful to be able to easily get a
list of all elements that support decryption so that a union can be computed
between the protection systems that have a supported decryptor and the allowed
protection systems for a particular stream.

This patch adds a new GST_ELEMENT_FACTORY_TYPE_DECRYPTOR and its associated
string identifier "Decryptor". It also adds GST_ELEMENT_FACTORY_TYPE_DECRYPTOR
to GST_ELEMENT_FACTORY_TYPE_DECODABLE so that uridecodebin can auto-plug a
decryption element.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list