dashdemux: check if we have received the MPD file in the proper way
authorGianluca Gennari <gennarone@gmail.com>
Thu, 25 Oct 2012 15:55:02 +0000 (17:55 +0200)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 8 May 2013 21:14:31 +0000 (18:14 -0300)
ext/dash/gstdashdemux.c

index b4c9442..57bb2c0 100644 (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: