Home
last modified time | relevance | path

Searched refs:mpd_uri (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c219 mpd_base_uri : client->mpd_uri); in gst_mpd_client_fetch_external_segment_list()
254 uri_string, client->mpd_uri, TRUE, FALSE, TRUE, &err); in gst_mpd_client_fetch_external_segment_list()
422 g_free (client->mpd_uri); in gst_mpd_client_finalize()
423 client->mpd_uri = NULL; in gst_mpd_client_finalize()
729 mpd_base_uri : client->mpd_uri); in gst_mpd_client_parse_baseURL()
1153 mpd_base_uri : client->mpd_uri); in gst_mpd_client_fetch_external_periods()
1169 uri_string, client->mpd_uri, TRUE, FALSE, TRUE, &err); in gst_mpd_client_fetch_external_periods()
1483 mpd_base_uri : client->mpd_uri); in gst_mpd_client_fetch_external_adaptation_set()
1504 uri_string, client->mpd_uri, TRUE, FALSE, TRUE, &err); in gst_mpd_client_fetch_external_adaptation_set()
Dgstmpdclient.h42 gchar *mpd_uri; /* manifest file URI */ member
Dgstdashdemux.c1037 dashdemux->client->mpd_uri = g_strdup (demux->manifest_uri); in gst_dash_demux_process_manifest()
1041 dashdemux->client->mpd_uri, in gst_dash_demux_process_manifest()
2413 new_client->mpd_uri = g_strdup (demux->manifest_uri); in gst_dash_demux_update_manifest_data()