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:
parent
355e8a940d
commit
e56165db4f
@ -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),
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user