Searched refs:AdaptationSets (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdperiodnode.c | 96 g_list_free_full (self->AdaptationSets, in gst_mpd_period_node_finalize() 137 g_list_foreach (self->AdaptationSets, in gst_mpd_period_get_xml_node() 196 self->AdaptationSets = NULL; in gst_mpd_period_node_init()
|
D | gstmpdclient.c | 604 for (m = period->AdaptationSets; m; /* explicitly advanced below */ ) { in gst_mpd_client_fetch_on_load_external_resources() 617 period->AdaptationSets = g_list_delete_link (period->AdaptationSets, m); in gst_mpd_client_fetch_on_load_external_resources() 625 next = period->AdaptationSets; in gst_mpd_client_fetch_on_load_external_resources() 628 period->AdaptationSets = in gst_mpd_client_fetch_on_load_external_resources() 629 g_list_insert_before (period->AdaptationSets, next, in gst_mpd_client_fetch_on_load_external_resources() 639 m = period->AdaptationSets; in gst_mpd_client_fetch_on_load_external_resources() 1541 for (list = period->period->AdaptationSets; list; in gst_mpd_client_get_adaptation_sets_for_period() 1556 period->period->AdaptationSets = in gst_mpd_client_get_adaptation_sets_for_period() 1557 g_list_delete_link (period->period->AdaptationSets, list); in gst_mpd_client_get_adaptation_sets_for_period() 1565 next = period->period->AdaptationSets; in gst_mpd_client_get_adaptation_sets_for_period() [all …]
|
D | gstmpdperiodnode.h | 50 GList *AdaptationSets; member
|
D | gstmpdparser.c | 887 (&new_period->AdaptationSets, cur_node, new_period)) in gst_mpdparser_parse_period_node()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | dash_mpd.c | 1200 adaptationSet = (GstMPDAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST() 1270 adaptationSet = (GstMPDAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST() 1323 adaptationSet = (GstMPDAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST() 1363 adaptationSet = (GstMPDAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST() 1404 adaptationSet = (GstMPDAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST() 1455 adaptationSet = (GstMPDAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST() 1513 adaptationSet = (GstMPDAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST() 1571 adaptationSet = (GstMPDAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST() 1620 adaptationSet = (GstMPDAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST() 1697 adaptationSet = (GstMPDAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST() [all …]
|
/third_party/ffmpeg/doc/ |
D | muxers.texi | 286 Assign streams to AdaptationSets. Syntax is "id=x,streams=a,b,c id=y,streams=d,e" with x and y bein…
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 86936 mpdparser: Add support for loading external AdaptationSets
|