summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ext/dv/gstdv.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 241f9ddb..3a35f9d3 100644
--- 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):
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;