dashdemux: check if we have received the MPD file in the proper way

This commit is contained in:
Gianluca Gennari 2012-10-25 17:55:02 +02:00 committed by Thiago Santos
parent 8f13f246e0
commit 895e804a86

View file

@ -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: