Searched refs:adapt_set (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | dash_mpd.c | 904 GstMPDAdaptationSetNode *adapt_set; in GST_START_TEST() local 932 adapt_set = (GstMPDAdaptationSetNode *) g_list_nth_data (adaptationSets, 0); in GST_START_TEST() 933 fail_if (adapt_set == NULL); in GST_START_TEST() 934 ret = gst_mpd_client_setup_streaming (mpdclient, adapt_set); in GST_START_TEST() 939 segmentTemplate = adapt_set->SegmentTemplate; in GST_START_TEST() 3071 GstMPDAdaptationSetNode *adapt_set; in GST_START_TEST() local 3112 adapt_set = (GstMPDAdaptationSetNode *) g_list_nth_data (adaptationSets, 0); in GST_START_TEST() 3113 fail_if (adapt_set == NULL); in GST_START_TEST() 3114 ret = gst_mpd_client_setup_streaming (mpdclient, adapt_set); in GST_START_TEST() 3118 adapt_set = (GstMPDAdaptationSetNode *) g_list_nth_data (adaptationSets, 1); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdclient.c | 44 client, GstMPDPeriodNode * period, GstMPDAdaptationSetNode * adapt_set); 605 GstMPDAdaptationSetNode *adapt_set = m->data; in gst_mpd_client_fetch_on_load_external_resources() local 608 if (adapt_set->xlink_href in gst_mpd_client_fetch_on_load_external_resources() 609 && adapt_set->actuate == GST_MPD_XLINK_ACTUATE_ON_LOAD) { in gst_mpd_client_fetch_on_load_external_resources() 614 adapt_set); in gst_mpd_client_fetch_on_load_external_resources() 618 gst_mpd_adaptation_set_node_free (adapt_set); in gst_mpd_client_fetch_on_load_external_resources() 619 adapt_set = NULL; in gst_mpd_client_fetch_on_load_external_resources() 644 if (adapt_set->SegmentList && adapt_set->SegmentList->xlink_href in gst_mpd_client_fetch_on_load_external_resources() 645 && adapt_set->SegmentList->actuate == GST_MPD_XLINK_ACTUATE_ON_LOAD) { in gst_mpd_client_fetch_on_load_external_resources() 650 adapt_set, NULL, period->SegmentList, adapt_set->SegmentList); in gst_mpd_client_fetch_on_load_external_resources() [all …]
|
D | gstmpdparser.h | 155 GstStreamMimeType gst_mpdparser_representation_get_mimetype (GstMPDAdaptationSetNode * adapt_set, G…
|
D | gstmpdclient.h | 72 gboolean gst_mpd_client_setup_streaming (GstMPDClient * client, GstMPDAdaptationSetNode * adapt_set…
|
D | gstmpdparser.c | 1401 gst_mpdparser_representation_get_mimetype (GstMPDAdaptationSetNode * adapt_set, in gst_mpdparser_representation_get_mimetype() argument 1408 mime = GST_MPD_REPRESENTATION_BASE_NODE (adapt_set)->mimeType; in gst_mpdparser_representation_get_mimetype()
|