playbin2: fix raw elements like cdda://

Fix a fixme with a one liner and make cd playback work again.
This commit is contained in:
Wim Taymans 2009-03-12 18:27:25 +01:00
parent 7849db42b8
commit 777f8ab1bf

View file

@ -1374,7 +1374,7 @@ setup_source (GstURIDecodeBin * decoder)
GST_DEBUG_OBJECT (decoder, "Source provides all raw data");
/* source provides raw data, we added the pads and we can now signal a
* no_more pads because we are done. */
/* FIXME, actually do this... */
gst_element_no_more_pads (GST_ELEMENT_CAST (decoder));
return TRUE;
}
if (!have_out && !is_dynamic) {