Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.h113 gchar *index_uri; member
Dgstmpdparser.c1184 g_free (fragment->index_uri); in gst_mpdparser_media_fragment_info_clear()
Dgstmpdclient.c2019 fragment->index_uri = NULL; in gst_mpd_client_get_next_fragment()
2115 fragment->index_uri = gst_uri_to_string (frag_url); in gst_mpd_client_get_next_fragment()
Dgstdashdemux.c1253 stream->fragment.index_uri = in gst_dash_demux_stream_update_headers_info()
1280 if (stream->fragment.index_uri in gst_dash_demux_stream_update_fragment_info()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.h123 gchar *index_uri; member
Dgstadaptivedemux.c3820 if (stream->fragment.index_uri != NULL) { in gst_adaptive_demux_stream_download_header_fragment()
3823 stream->fragment.index_uri, in gst_adaptive_demux_stream_download_header_fragment()
3827 stream->fragment.index_uri, stream->fragment.index_range_start, in gst_adaptive_demux_stream_download_header_fragment()
3859 stream->fragment.index_uri ? "INDEX" : ""); in gst_adaptive_demux_stream_download_fragment()
3862 stream->fragment.index_uri == NULL) in gst_adaptive_demux_stream_download_fragment()
4967 g_free (f->index_uri); in gst_adaptive_demux_stream_fragment_clear()
4968 f->index_uri = NULL; in gst_adaptive_demux_stream_fragment_clear()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c4754 assert_equals_string (fragment.index_uri, "/TestIndexRep"); in GST_START_TEST()
4837 assert_equals_string (fragment.index_uri, "/TestIndex"); in GST_START_TEST()
4926 assert_equals_string (fragment.index_uri, "/TestIndex"); in GST_START_TEST()
5031 assert_equals_string (fragment.index_uri, "/TestIndex0"); in GST_START_TEST()
5065 assert_equals_string (fragment.index_uri, "/TestIndex0"); in GST_START_TEST()
5100 assert_equals_string (fragment.index_uri, "/TestIndex1"); in GST_START_TEST()
5222 assert_equals_string (fragment.index_uri, "/TestIndex2"); in GST_START_TEST()
5242 assert_equals_string (fragment.index_uri, "/TestIndex3"); in GST_START_TEST()
5339 assert_equals_string (fragment.index_uri, "/TestIndex0"); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/
DChangeLog89422 index_uri to some newly allocated strings. The values set by the first call of