mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
mssdemux: Update for uri downloader API changes
This commit is contained in:
parent
bb8227e279
commit
3c2fe80ab6
1 changed files with 2 additions and 2 deletions
|
@ -940,7 +940,7 @@ gst_mss_demux_reload_manifest (GstMssDemux * mssdemux)
|
|||
|
||||
manifest_data =
|
||||
gst_uri_downloader_fetch_uri (downloader, mssdemux->manifest_uri, NULL,
|
||||
TRUE, TRUE, NULL);
|
||||
TRUE, TRUE, TRUE, NULL);
|
||||
manifest_buffer = gst_fragment_get_buffer (manifest_data);
|
||||
g_object_unref (manifest_data);
|
||||
|
||||
|
@ -1038,7 +1038,7 @@ gst_mss_demux_stream_download_fragment (GstMssDemuxStream * stream,
|
|||
|
||||
fragment =
|
||||
gst_uri_downloader_fetch_uri (stream->downloader, url,
|
||||
mssdemux->manifest_uri, FALSE, FALSE, NULL);
|
||||
mssdemux->manifest_uri, FALSE, FALSE, TRUE, NULL);
|
||||
g_free (path);
|
||||
g_free (url);
|
||||
|
||||
|
|
Loading…
Reference in a new issue