gst/playback/gststreamselector.c: Init the pad segment too.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 18 Dec 2007 16:21:35 +0000 (16:21 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 18 Dec 2007 16:21:35 +0000 (16:21 +0000)
Original commit message from CVS:
* gst/playback/gststreamselector.c: (gst_selector_pad_init):
Init the pad segment too.

ChangeLog
gst/playback/gststreamselector.c

index d705c3e..c698522 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
 
+       * gst/playback/gststreamselector.c: (gst_selector_pad_init):
+       Init the pad segment too.
+
+2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
+
        * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
        (gst_audioringbuffer_open_device),
        (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
index d556872..c2db8e2 100644 (file)
@@ -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