Home
last modified time | relevance | path

Searched refs:AdaptationSets (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c1078 adaptationSet = (GstAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST()
1148 adaptationSet = (GstAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST()
1201 adaptationSet = (GstAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST()
1240 adaptationSet = (GstAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST()
1280 adaptationSet = (GstAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST()
1326 adaptationSet = (GstAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST()
1385 adaptationSet = (GstAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST()
1425 adaptationSet = (GstAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST()
1461 adaptationSet = (GstAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST()
1497 adaptationSet = (GstAdaptationSetNode *) periodNode->AdaptationSets->data; in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.c2196 (&new_period->AdaptationSets, cur_node, new_period)) in gst_mpdparser_parse_period_node()
2837 g_list_free_full (period_node->AdaptationSets, in gst_mpdparser_free_period_node()
3743 for (m = period->AdaptationSets; m; /* explicitly advanced below */ ) { in gst_mpd_client_fetch_on_load_external_resources()
3756 period->AdaptationSets = g_list_delete_link (period->AdaptationSets, m); in gst_mpd_client_fetch_on_load_external_resources()
3764 next = period->AdaptationSets; in gst_mpd_client_fetch_on_load_external_resources()
3767 period->AdaptationSets = in gst_mpd_client_fetch_on_load_external_resources()
3768 g_list_insert_before (period->AdaptationSets, next, in gst_mpd_client_fetch_on_load_external_resources()
3778 m = period->AdaptationSets; in gst_mpd_client_fetch_on_load_external_resources()
4692 for (list = period->period->AdaptationSets; list; in gst_mpd_client_get_adaptation_sets_for_period()
4707 period->period->AdaptationSets = in gst_mpd_client_get_adaptation_sets_for_period()
[all …]
Dgstmpdparser.h362 GList *AdaptationSets; member
/third_party/ffmpeg/doc/
Dmuxers.texi276 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/
DChangeLog47352 mpdparser: Add support for loading external AdaptationSets