mssdemux: signal no-more-pads when finished exposing pads
authorThiago Santos <thiago.sousa.santos@collabora.com>
Tue, 8 Jan 2013 20:54:57 +0000 (17:54 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 8 May 2013 00:05:11 +0000 (21:05 -0300)
This makes decodebin/playbin mechanism know it can start playing
when buffering is finished

ext/smoothstreaming/gstmssdemux.c

index 98066b5..59bc694 100644 (file)
@@ -622,6 +622,8 @@ gst_mss_demux_process_manifest (GstMssDemux * mssdemux)
         ("No known stream formats found at the Manifest"));
     return;
   }
+
+  gst_element_no_more_pads (GST_ELEMENT_CAST (mssdemux));
 }
 
 static void