mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
gst/videomixer/videomixer.c: Fix error from my last commit.
Original commit message from CVS: * gst/videomixer/videomixer.c: (gst_videomixer_init): Fix error from my last commit.
This commit is contained in:
parent
231127100f
commit
a860efa4c3
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-09 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* gst/videomixer/videomixer.c: (gst_videomixer_init):
|
||||
Fix error from my last commit.
|
||||
|
||||
2008-01-09 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
|
||||
|
|
|
@ -647,7 +647,7 @@ gst_videomixer_reset (GstVideoMixer * mix)
|
|||
}
|
||||
|
||||
static void
|
||||
gst_videomixer_init (GstVideoMixer * mix)
|
||||
gst_videomixer_init (GstVideoMixer * mix, GstVideoMixerClass * g_class)
|
||||
{
|
||||
GstElementClass *klass = GST_ELEMENT_GET_CLASS (mix);
|
||||
|
||||
|
|
Loading…
Reference in a new issue