summaryrefslogtreecommitdiffstats
path: root/ext/dv/gstdv.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dv/gstdv.c')
-rw-r--r--ext/dv/gstdv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dv/gstdv.c b/ext/dv/gstdv.c
index 7daadfae..970c5d15 100644
--- a/ext/dv/gstdv.c
+++ b/ext/dv/gstdv.c
@@ -28,6 +28,8 @@
static gboolean
plugin_init (GstPlugin * plugin)
{
+ dv_init (0, 0);
+
if (!gst_element_register (plugin, "dvdemux", GST_RANK_PRIMARY,
gst_dvdemux_get_type ()))
return FALSE;