ext/dv/gstdv.c: Fix compilation.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 26 Jun 2008 10:07:46 +0000 (10:07 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 26 Jun 2008 10:07:46 +0000 (10:07 +0000)
Original commit message from CVS:
* ext/dv/gstdv.c: (plugin_init):
Fix compilation.

ChangeLog
ext/dv/gstdv.c

index 241f9dd..3a35f9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
+
+       * ext/dv/gstdv.c: (plugin_init):
+       Fix compilation.
+
 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
 
        * ext/dv/gstdv.c: (plugin_init):
index 3de309f..7daadfa 100644 (file)
@@ -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;