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.
This commit is contained in:
Wim Taymans 2007-12-18 16:21:35 +00:00
parent 355e8a940d
commit e56165db4f
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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),

View 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