summaryrefslogtreecommitdiffstats
path: root/ext/dv
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dv')
-rw-r--r--ext/dv/gstdvdec.c2
-rw-r--r--ext/dv/gstdvdemux.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c
index d18e3dd9..9c1db617 100644
--- a/ext/dv/gstdvdec.c
+++ b/ext/dv/gstdvdec.c
@@ -167,7 +167,7 @@ gst_dvdec_class_init (GstDVDecClass * klass)
}
static void
-gst_dvdec_init (GstDVDec * dvdec)
+gst_dvdec_init (GstDVDec * dvdec, GstDVDecClass * g_class)
{
dvdec->sinkpad =
gst_pad_new_from_template (gst_static_pad_template_get (&sink_temp),
diff --git a/ext/dv/gstdvdemux.c b/ext/dv/gstdvdemux.c
index 77ab23ed..e74eb22e 100644
--- a/ext/dv/gstdvdemux.c
+++ b/ext/dv/gstdvdemux.c
@@ -162,7 +162,7 @@ gst_dvdemux_class_init (GstDVDemuxClass * klass)
}
static void
-gst_dvdemux_init (GstDVDemux * dvdemux)
+gst_dvdemux_init (GstDVDemux * dvdemux, GstDVDemuxClass * g_class)
{
gint i;