summaryrefslogtreecommitdiffstats
path: root/ext/gconf/gstgconfvideosink.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gconf/gstgconfvideosink.c')
-rw-r--r--ext/gconf/gstgconfvideosink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/gconf/gstgconfvideosink.c b/ext/gconf/gstgconfvideosink.c
index 88b7644d..69a375e9 100644
--- a/ext/gconf/gstgconfvideosink.c
+++ b/ext/gconf/gstgconfvideosink.c
@@ -84,7 +84,8 @@ gst_gconf_video_sink_reset (GstGConfVideoSink * sink)
}
static void
-gst_gconf_video_sink_init (GstGConfVideoSink * sink)
+gst_gconf_video_sink_init (GstGConfVideoSink * sink,
+ GstGConfVideoSinkClass * g_class)
{
sink->pad = gst_ghost_pad_new_notarget ("sink", GST_PAD_SINK);
gst_element_add_pad (GST_ELEMENT (sink), sink->pad);