summaryrefslogtreecommitdiffstats
path: root/gst/videomixer
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-01-09 15:28:29 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-01-09 15:28:29 +0000
commita860efa4c3d56206db5c8784c28d7877d7e5e92a (patch)
tree66117cbdc1c71498a07471502c832477b1065274 /gst/videomixer
parent231127100ff8cc633863850dab628fd57ffb7edd (diff)
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.
Diffstat (limited to 'gst/videomixer')
-rw-r--r--gst/videomixer/videomixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videomixer/videomixer.c b/gst/videomixer/videomixer.c
index f0acb41d..7ec99b47 100644
--- a/gst/videomixer/videomixer.c
+++ b/gst/videomixer/videomixer.c
@@ -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);