summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-03-12 18:27:25 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2009-03-12 18:27:25 +0100
commit777f8ab1bfc8d10e301c17463f450de1115ea38d (patch)
treeca10f2259615cf6adf97be682de2f28fec50922f
parent7849db42b8408f345275929a56cf1a6f34260fd9 (diff)
playbin2: fix raw elements like cdda://
Fix a fixme with a one liner and make cd playback work again.
-rw-r--r--gst/playback/gsturidecodebin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/playback/gsturidecodebin.c b/gst/playback/gsturidecodebin.c
index d0ae6dacc..675214537 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) {