From 7418890ef4c870dbace591d2b472b829b460402b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 26 Jun 2008 10:07:46 +0000 Subject: [PATCH] ext/dv/gstdv.c: Fix compilation. Original commit message from CVS: * ext/dv/gstdv.c: (plugin_init): Fix compilation. --- ChangeLog | 5 +++++ ext/dv/gstdv.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 241f9ddbf2..3a35f9d37c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-26 Wim Taymans + + * ext/dv/gstdv.c: (plugin_init): + Fix compilation. + 2008-06-26 Edward Hervey * ext/dv/gstdv.c: (plugin_init): diff --git a/ext/dv/gstdv.c b/ext/dv/gstdv.c index 3de309fa4f..7daadfae81 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;