From 777f8ab1bfc8d10e301c17463f450de1115ea38d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 12 Mar 2009 18:27:25 +0100 Subject: [PATCH] playbin2: fix raw elements like cdda:// Fix a fixme with a one liner and make cd playback work again. --- gst/playback/gsturidecodebin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/playback/gsturidecodebin.c b/gst/playback/gsturidecodebin.c index d0ae6daccf..6752145370 100644 --- a/gst/playback/gsturidecodebin.c +++ b/gst/playback/gsturidecodebin.c @@ -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) {