Home
last modified time | relevance | path

Searched refs:GST_EVENT_PROTECTION (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstevent.c115 {GST_EVENT_PROTECTION, "protection", 0},
2151 event = gst_event_new_custom (GST_EVENT_PROTECTION, s); in gst_event_new_protection()
2182 g_return_if_fail (GST_EVENT_TYPE (event) == GST_EVENT_PROTECTION); in gst_event_parse_protection()
Dgstevent.h165GST_EVENT_PROTECTION = GST_EVENT_MAKE_TYPE (130, _FLAG (DOWNSTREAM) | _FLAG (SERIALIZED… enumerator
Dgstenumtypes.c579 { C_ENUM(GST_EVENT_PROTECTION), "GST_EVENT_PROTECTION", "protection" }, in gst_event_type_get_type()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstevent.c350 fail_unless (GST_EVENT_TYPE (event) == GST_EVENT_PROTECTION); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_demux.c1353 if (GST_EVENT_TYPE (event) != GST_EVENT_PROTECTION) { in testContentProtectionDashdemuxSendsEvent()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.c1983 case GST_EVENT_PROTECTION: in gst_base_src_send_event()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c2389 case GST_EVENT_PROTECTION: in gst_qtdemux_handle_sink_event()
/third_party/gstreamer/gstreamer/
DChangeLog30507 event: add new GST_EVENT_PROTECTION
30512 The GST_EVENT_PROTECTION defined in this commit enables this information
30515 API: GST_EVENT_PROTECTION