mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
playbin2: fix raw elements like cdda://
Fix a fixme with a one liner and make cd playback work again.
This commit is contained in:
parent
7849db42b8
commit
777f8ab1bf
1 changed files with 1 additions and 1 deletions
|
@ -1374,7 +1374,7 @@ setup_source (GstURIDecodeBin * decoder)
|
||||||
GST_DEBUG_OBJECT (decoder, "Source provides all raw data");
|
GST_DEBUG_OBJECT (decoder, "Source provides all raw data");
|
||||||
/* source provides raw data, we added the pads and we can now signal a
|
/* source provides raw data, we added the pads and we can now signal a
|
||||||
* no_more pads because we are done. */
|
* no_more pads because we are done. */
|
||||||
/* FIXME, actually do this... */
|
gst_element_no_more_pads (GST_ELEMENT_CAST (decoder));
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
if (!have_out && !is_dynamic) {
|
if (!have_out && !is_dynamic) {
|
||||||
|
|
Loading…
Reference in a new issue