mssdemux: signal no-more-pads when finished exposing pads

This makes decodebin/playbin mechanism know it can start playing
when buffering is finished
This commit is contained in:
Thiago Santos 2013-01-08 17:54:57 -03:00
parent eec8164d9c
commit 4726115e83

View 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