Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c1986 gchar *indexURL = NULL; in gst_mpd_client_get_next_fragment() local
2031 indexURL = g_strdup (currentChunk->SegmentURL->index); in gst_mpd_client_get_next_fragment()
2041 indexURL = in gst_mpd_client_get_next_fragment()
2051 GST_DEBUG ("indexURL = %s", indexURL); in gst_mpd_client_get_next_fragment()
2082 indexURL = in gst_mpd_client_get_next_fragment()
2096 GST_DEBUG ("indexURL = %s", indexURL); in gst_mpd_client_get_next_fragment()
2111 if (indexURL != NULL) { in gst_mpd_client_get_next_fragment()
2113 indexURL)); in gst_mpd_client_get_next_fragment()
2117 g_free (indexURL); in gst_mpd_client_get_next_fragment()
2118 } else if (indexURL == NULL && (fragment->index_range_start in gst_mpd_client_get_next_fragment()