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) {