gstreamer/tests/check
Alex Ashley 0f36b16a29 event: add new GST_EVENT_PROTECTION
In order for a decrypter element to decrypt media protected using a
specific protection system, it first needs all the protection system
specific  information necessary (E.g. information on how to acquire
the decryption keys) for that stream.

The GST_EVENT_PROTECTION defined in this commit enables this information
to be passed from elements that extract it (e.g. qtdemux, dashdemux) to
elements that use it (E.g. a decrypter element).

API: GST_EVENT_PROTECTION
API: gst_event_new_protection()
API: gst_event_parse_protection()

https://bugzilla.gnome.org/show_bug.cgi?id=705991
2015-04-18 12:04:29 +01:00
..
elements tests: multiqueue: add test to make sure initial events go through without buffers 2015-04-05 16:47:26 +01:00
generic bin: undo upward state changes on children when a child fails 2015-04-15 16:00:21 +01:00
gst event: add new GST_EVENT_PROTECTION 2015-04-18 12:04:29 +01:00
libs baseparse: only post 'no valid frames' error if buffers were received 2015-03-26 12:25:57 -03:00
pipelines Fix double semicolons 2015-03-10 09:24:28 +00:00
tools tests: refactor tools check a little 2014-10-31 16:10:01 +00:00
.gitignore tests: add check for gst-inspect --exists functionality 2012-09-01 23:02:10 +01:00
Makefile.am tests: Use AM_TESTS_ENVIRONMENT 2015-04-08 16:08:24 +02:00