/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | mssdemux.c | 431 gchar *redirect_uri; in testQueryCheckDataReceived() local 462 gst_query_parse_uri_redirection (query, &redirect_uri); in testQueryCheckDataReceived() 466 fail_unless (redirect_uri == NULL); in testQueryCheckDataReceived() 469 g_free (redirect_uri); in testQueryCheckDataReceived()
|
D | dash_demux.c | 1209 gchar *redirect_uri; in testQueryCheckDataReceived() local 1254 gst_query_parse_uri_redirection (query, &redirect_uri); in testQueryCheckDataReceived() 1258 fail_unless (redirect_uri == NULL); in testQueryCheckDataReceived() 1261 g_free (redirect_uri); in testQueryCheckDataReceived()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/ |
D | gstfragment.h | 46 gchar * redirect_uri; /* Redirect target if any */ member
|
D | gstfragment.c | 184 g_free (fragment->redirect_uri); in gst_fragment_finalize()
|
D | gsturidownloader.c | 686 gst_query_parse_uri_redirection (query, &download->redirect_uri); in gst_uri_downloader_fetch_uri_with_range()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux.c | 1669 if (download->redirect_permanent && download->redirect_uri) { in gst_hls_demux_update_rendition_manifest() 1670 gst_m3u8_set_uri (m3u8, download->redirect_uri, NULL, media->name); in gst_hls_demux_update_rendition_manifest() 1672 gst_m3u8_set_uri (m3u8, download->uri, download->redirect_uri, media->name); in gst_hls_demux_update_rendition_manifest() 1752 if (download->redirect_permanent && download->redirect_uri) { in gst_hls_demux_update_playlist() 1753 uri = download->redirect_uri; in gst_hls_demux_update_playlist() 1757 base_uri = download->redirect_uri; in gst_hls_demux_update_playlist() 1778 if (download->redirect_permanent && download->redirect_uri) { in gst_hls_demux_update_playlist() 1779 gst_m3u8_set_uri (m3u8, download->redirect_uri, NULL, in gst_hls_demux_update_playlist() 1782 gst_m3u8_set_uri (m3u8, download->uri, download->redirect_uri, in gst_hls_demux_update_playlist()
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlhttpsrc.h | 169 gchar *redirect_uri; /* CURLINFO_REDIRECT_URL */ member
|
D | gstcurlhttpsrc.c | 134 (src)->status_code, (src)->uri, GST_STR_NULL ((src)->redirect_uri)), \ 136 "http-redirect-uri", G_TYPE_STRING, GST_STR_NULL ((src)->redirect_uri), NULL)); \ 739 source->redirect_uri = NULL; in gst_curl_http_src_init() 1548 src->redirect_uri = g_strdup (redirect_url); in gst_curl_http_src_handle_response() 1733 g_free (src->redirect_uri); in gst_curl_http_src_cleanup_instance() 1734 src->redirect_uri = NULL; in gst_curl_http_src_cleanup_instance() 1800 if (src->redirect_uri != NULL) { in gst_curl_http_src_query() 1801 gst_query_set_uri_redirection (query, src->redirect_uri); in gst_curl_http_src_query()
|
/third_party/node/deps/npm/node_modules/sigstore/dist/identity/ |
D | oauth.js | 151 redirect_uri: this.redirectURI, property
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.h | 344 gchar *redirect_uri; member
|
D | qtdemux.c | 2588 g_free (stream->redirect_uri); in gst_qtdemux_stream_clear() 2589 stream->redirect_uri = NULL; in gst_qtdemux_stream_clear() 13108 stream->redirect_uri = qtdemux_get_rtsp_uri_from_hndl (qtdemux, minf); in qtdemux_parse_trak() 13617 QTDEMUX_NTH_STREAM (qtdemux, 0)->redirect_uri != NULL) { in qtdemux_expose_streams() 13625 QTDEMUX_NTH_STREAM (qtdemux, 0)->redirect_uri, NULL)); in qtdemux_expose_streams() 13629 g_strdup (QTDEMUX_NTH_STREAM (qtdemux, 0)->redirect_uri); in qtdemux_expose_streams()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavdemux.c | 1389 gchar *query_uri, *redirect_uri; in gst_ffmpegdemux_open() local 1393 gst_query_parse_uri_redirection (query, &redirect_uri); in gst_ffmpegdemux_open() 1396 if (permanent && redirect_uri) { in gst_ffmpegdemux_open() 1397 uri = redirect_uri; in gst_ffmpegdemux_open() 1401 g_free (redirect_uri); in gst_ffmpegdemux_open()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.c | 147 gchar *redirect_uri; member 478 g_free (self->redirect_uri); in gst_play_finalize() 621 g_free (self->redirect_uri); in gst_play_set_property() 622 self->redirect_uri = NULL; in gst_play_set_property() 1515 g_free (self->redirect_uri); in element_cb() 1516 self->redirect_uri = g_strdup (new_location); in element_cb() 1517 g_object_set (self->playbin, "uri", self->redirect_uri, NULL); in element_cb()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.c | 984 gchar *uri, *redirect_uri; in gst_adaptive_demux_sink_event() local 988 gst_query_parse_uri_redirection (query, &redirect_uri); in gst_adaptive_demux_sink_event() 991 if (permanent && redirect_uri) { in gst_adaptive_demux_sink_event() 992 demux->manifest_uri = redirect_uri; in gst_adaptive_demux_sink_event() 997 demux->manifest_base_uri = redirect_uri; in gst_adaptive_demux_sink_event() 4890 if (download->redirect_permanent && download->redirect_uri) { in gst_adaptive_demux_update_manifest_default() 4891 demux->manifest_uri = g_strdup (download->redirect_uri); in gst_adaptive_demux_update_manifest_default() 4895 demux->manifest_base_uri = g_strdup (download->redirect_uri); in gst_adaptive_demux_update_manifest_default()
|