mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
|
* gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
|
||||||
|
|
|
@ -149,6 +149,7 @@ gst_selector_pad_class_init (GstSelectorPadClass * klass)
|
||||||
static void
|
static void
|
||||||
gst_selector_pad_init (GstSelectorPad * pad)
|
gst_selector_pad_init (GstSelectorPad * pad)
|
||||||
{
|
{
|
||||||
|
gst_selector_pad_reset (pad);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue