Home
last modified time | relevance | path

Searched refs:ContentProtection (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrepresentationbasenode.c213 g_list_free_full (self->ContentProtection, in gst_mpd_representation_base_node_finalize()
274 g_list_foreach (self->ContentProtection, in gst_mpd_representation_base_get_xml_node()
335 self->ContentProtection = NULL; in gst_mpd_representation_base_node_init()
Dgstmpdrepresentationbasenode.h56 GList *ContentProtection; member
Dgstmpdparser.c568 (&representation_base->ContentProtection, cur_node); in gst_mpdparser_parse_representation_base()
Dgstdashdemux.c869 cur_adapt_set)->ContentProtection) { in gst_dash_demux_setup_all_streams()
872 (active_stream->cur_adapt_set)->ContentProtection, in gst_dash_demux_setup_all_streams()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c1407 (GstMPDDescriptorTypeNode *) representationBase->ContentProtection->data; in GST_START_TEST()
1458 (GstMPDDescriptorTypeNode *) representationBase->ContentProtection->data; in GST_START_TEST()
1515 assert_equals_int (g_list_length (representationBase->ContentProtection), 3); in GST_START_TEST()
1517 g_list_nth (representationBase->ContentProtection, 1)->data; in GST_START_TEST()
1573 assert_equals_int (g_list_length (representationBase->ContentProtection), 2); in GST_START_TEST()
1575 g_list_nth (representationBase->ContentProtection, 1)->data; in GST_START_TEST()
1622 assert_equals_int (g_list_length (representationBase->ContentProtection), 2); in GST_START_TEST()
1624 g_list_nth_data (representationBase->ContentProtection, 0); in GST_START_TEST()
1629 g_list_nth_data (representationBase->ContentProtection, 1); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/
DChangeLog5739 dashdemux: copy ContentProtection element including xml namespaces
5741 <ContentProtection> element in the "value" field, so that DRMs
7078 dash: Store entire ContentProtection node in protection event data
7079 Some manifests use the ContentProtection node to store additional information
7081 ContentProtection node, extracting Playready PSSH boxes. However for other DRM
7087 ContentProtection XML node as a string. This gives more "freedom" to the
66692 mpdparser: MS PlayReady ContentProtection parsing
90176 that handles ContentProtection elements.
90374 dashdemux: add support for generating Protection events from ContentProtection elements
90375 If a ContentProtection element is present in an AdaptationSet element,