From 7418890ef4c870dbace591d2b472b829b460402b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 26 Jun 2008 10:07:46 +0000 Subject: ext/dv/gstdv.c: Fix compilation. Original commit message from CVS: * ext/dv/gstdv.c: (plugin_init): Fix compilation. --- ext/dv/gstdv.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/dv') diff --git a/ext/dv/gstdv.c b/ext/dv/gstdv.c index 3de309fa..7daadfae 100644 --- a/ext/dv/gstdv.c +++ b/ext/dv/gstdv.c @@ -28,8 +28,6 @@ static gboolean plugin_init (GstPlugin * plugin) { - GstRank rank; - if (!gst_element_register (plugin, "dvdemux", GST_RANK_PRIMARY, gst_dvdemux_get_type ())) return FALSE; -- cgit