Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dmssdemux.c431 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()
Ddash_demux.c1209 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/
Dgstfragment.h46 gchar * redirect_uri; /* Redirect target if any */ member
Dgstfragment.c184 g_free (fragment->redirect_uri); in gst_fragment_finalize()
Dgsturidownloader.c686 gst_query_parse_uri_redirection (query, &download->redirect_uri); in gst_uri_downloader_fetch_uri_with_range()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c1669 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/
Dgstcurlhttpsrc.h169 gchar *redirect_uri; /* CURLINFO_REDIRECT_URL */ member
Dgstcurlhttpsrc.c134 (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/
Doauth.js151 redirect_uri: this.redirectURI, property
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h344 gchar *redirect_uri; member
Dqtdemux.c2588 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/
Dgstavdemux.c1389 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/
Dgstplay.c147 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/
Dgstadaptivedemux.c984 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()