diff --git a/ChangeLog b/ChangeLog index d705c3eb1c..c6985228cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-18 Wim Taymans + + * gst/playback/gststreamselector.c: (gst_selector_pad_init): + Init the pad segment too. + 2007-12-18 Wim Taymans * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func), diff --git a/gst/playback/gststreamselector.c b/gst/playback/gststreamselector.c index d556872883..c2db8e2e62 100644 --- a/gst/playback/gststreamselector.c +++ b/gst/playback/gststreamselector.c @@ -149,6 +149,7 @@ gst_selector_pad_class_init (GstSelectorPadClass * klass) static void gst_selector_pad_init (GstSelectorPad * pad) { + gst_selector_pad_reset (pad); } static void