Home
last modified time | relevance | path

Searched refs:BaseURLs (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrepresentationnode.c94 g_list_free_full (self->BaseURLs, (GDestroyNotify) gst_mpd_baseurl_node_free); in gst_mpd_representation_node_finalize()
131 g_list_foreach (self->BaseURLs, gst_mpd_node_get_list_item, in gst_mpd_representation_get_xml_node()
180 self->BaseURLs = NULL; in gst_mpd_representation_node_init()
Dgstmpdperiodnode.c99 g_list_free_full (self->BaseURLs, (GDestroyNotify) gst_mpd_baseurl_node_free); in gst_mpd_period_node_finalize()
140 g_list_foreach (self->BaseURLs, gst_mpd_node_get_list_item, period_xml_node); in gst_mpd_period_get_xml_node()
198 self->BaseURLs = NULL; in gst_mpd_period_node_init()
Dgstmpdadaptationsetnode.c96 g_list_free_full (self->BaseURLs, (GDestroyNotify) gst_mpd_baseurl_node_free); in gst_mpd_adaptation_set_node_finalize()
178 g_list_foreach (self->BaseURLs, gst_mpd_node_get_list_item, in gst_mpd_adaptation_set_get_xml_node()
252 self->BaseURLs = NULL; in gst_mpd_adaptation_set_node_init()
Dgstmpdrootnode.c185 g_list_free_full (self->BaseURLs, (GDestroyNotify) gst_mpd_baseurl_node_free); in gst_mpd_root_node_finalize()
254 g_list_foreach (self->BaseURLs, gst_mpd_node_get_list_item, root_xml_node); in gst_mpd_root_get_xml_node()
381 self->BaseURLs = NULL; in gst_mpd_root_node_init()
Dgstmpdrepresentationnode.h44 GList *BaseURLs; member
Dgstmpdperiodnode.h54 GList *BaseURLs; member
Dgstmpdrootnode.h53 GList *BaseURLs; member
Dgstmpdadaptationsetnode.h68 GList *BaseURLs; member
Dgstmpdclient.c223 gst_mpd_helper_combine_urls (base_uri, client->mpd_root_node->BaseURLs, in gst_mpd_client_fetch_external_segment_list()
228 gst_mpd_helper_combine_urls (base_uri, Period->BaseURLs, &query, 0); in gst_mpd_client_fetch_external_segment_list()
233 gst_mpd_helper_combine_urls (base_uri, AdaptationSet->BaseURLs, &query, in gst_mpd_client_fetch_external_segment_list()
239 gst_mpd_helper_combine_urls (base_uri, Representation->BaseURLs, in gst_mpd_client_fetch_external_segment_list()
733 gst_mpd_helper_combine_urls (abs_url, client->mpd_root_node->BaseURLs, in gst_mpd_client_parse_baseURL()
738 gst_mpd_helper_combine_urls (abs_url, stream_period->period->BaseURLs, in gst_mpd_client_parse_baseURL()
745 gst_mpd_helper_combine_urls (abs_url, stream->cur_adapt_set->BaseURLs, in gst_mpd_client_parse_baseURL()
751 stream->cur_representation->BaseURLs, query, stream->baseURL_idx); in gst_mpd_client_parse_baseURL()
1157 gst_mpd_helper_combine_urls (base_uri, client->mpd_root_node->BaseURLs, in gst_mpd_client_fetch_external_periods()
1487 gst_mpd_helper_combine_urls (base_uri, client->mpd_root_node->BaseURLs, in gst_mpd_client_fetch_external_adaptation_set()
[all …]
Dgstmpdparser.c624 gst_mpdparser_parse_baseURL_node (&new_representation->BaseURLs, in gst_mpdparser_parse_representation_node()
721 gst_mpdparser_parse_baseURL_node (&new_adap_set->BaseURLs, cur_node); in gst_mpdparser_parse_adaptation_set_node()
874 gst_mpdparser_parse_baseURL_node (&new_period->BaseURLs, cur_node); in gst_mpdparser_parse_period_node()
1067 gst_mpdparser_parse_baseURL_node (&new_mpd_root->BaseURLs, cur_node); in gst_mpdparser_parse_root_node()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c259 baseURL = (GstMPDBaseURLNode *) mpdclient->mpd_root_node->BaseURLs->data; in GST_START_TEST()
446 baseURL = (GstMPDBaseURLNode *) periodNode->BaseURLs->data; in GST_START_TEST()
2049 baseURL = (GstMPDBaseURLNode *) adaptationSet->BaseURLs->data; in GST_START_TEST()
2551 baseURL = (GstMPDBaseURLNode *) representation->BaseURLs->data; in GST_START_TEST()
4094 assert_equals_int (g_list_length (mpdclient->mpd_root_node->BaseURLs), 2); in GST_START_TEST()
4095 gstBaseURL = g_list_nth_data (mpdclient->mpd_root_node->BaseURLs, 0); in GST_START_TEST()
4097 gstBaseURL = g_list_nth_data (mpdclient->mpd_root_node->BaseURLs, 1); in GST_START_TEST()
4101 assert_equals_int (g_list_length (periodNode->BaseURLs), 3); in GST_START_TEST()
4102 gstBaseURL = g_list_nth_data (periodNode->BaseURLs, 0); in GST_START_TEST()
4104 gstBaseURL = g_list_nth_data (periodNode->BaseURLs, 1); in GST_START_TEST()
[all …]