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 98066b524d52870b8453477f7e6c66033c6f9e35..59bc694930a145ca964386eaeb6bc0b44f9734b7 100644 (file)
@@ -622,6 +622,8 @@ gst_mss_demux_process_manifest (GstMssDemux * mssdemux)
         ("No known stream formats found at the Manifest"));
     return;
   }
         ("No known stream formats found at the Manifest"));
     return;
   }
+
+  gst_element_no_more_pads (GST_ELEMENT_CAST (mssdemux));
 }
 
 static void
 }
 
 static void