mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
dashdemux: check if we have received the MPD file in the proper way
This commit is contained in:
parent
8f13f246e0
commit
895e804a86
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ gst_dash_demux_change_state (GstElement * element, GstStateChange transition)
|
|||
the manifest. It might have been stopped if we were in PAUSED
|
||||
state and we filled our queue with enough cached fragments
|
||||
*/
|
||||
if (gst_mpdparser_get_baseURL (demux->client) != NULL)
|
||||
if (demux->client->mpd_node != NULL)
|
||||
gst_dash_demux_resume_stream_task (demux);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue