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:
Edward Hervey 2008-01-09 15:28:29 +00:00
parent 231127100f
commit a860efa4c3
2 changed files with 6 additions and 1 deletions

View file

@ -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>

View file

@ -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);