From e56165db4fce1a7c93a36178830aa3dbf9867c75 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 18 Dec 2007 16:21:35 +0000 Subject: [PATCH] gst/playback/gststreamselector.c: Init the pad segment too. Original commit message from CVS: * gst/playback/gststreamselector.c: (gst_selector_pad_init): Init the pad segment too. --- ChangeLog | 5 +++++ gst/playback/gststreamselector.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index d705c3e..c698522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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), (gst_audioringbuffer_open_device), (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire), diff --git a/gst/playback/gststreamselector.c b/gst/playback/gststreamselector.c index d556872..c2db8e2 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 -- 2.7.4