From 8198eb2a3fd264be4071149b421cad3148312c46 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 8 Oct 2004 17:10:16 +0000 Subject: [PATCH] gst/playback/gstplaybasebin.c: Do not try to autoplug sources that generate raw streams like cdparanoia. Original commit message from CVS: * gst/playback/gstplaybasebin.c: (gen_preroll_element), (unknown_type), (setup_source), (gst_play_base_bin_remove_element), (gst_play_base_bin_link_stream): Do not try to autoplug sources that generate raw streams like cdparanoia. disconnect the preroll overrun signal when we don't need it anymore. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4abde8c5d1..28ed1a5266 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-10-08 Wim Taymans + + * gst/playback/gstplaybasebin.c: (gen_preroll_element), + (unknown_type), (setup_source), (gst_play_base_bin_remove_element), + (gst_play_base_bin_link_stream): + Do not try to autoplug sources that generate raw streams like + cdparanoia. + disconnect the preroll overrun signal when we don't need it anymore. + 2004-10-08 Wim Taymans * ext/cdparanoia/gstcdparanoia.c: (_do_init),