summaryrefslogtreecommitdiffstats
path: root/ext/dv
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-06-26 10:07:46 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-06-26 10:07:46 +0000
commit7418890ef4c870dbace591d2b472b829b460402b (patch)
tree3ff785a542ce16cb57f12a5acce4f65fc3ce6674 /ext/dv
parent268b93fd1e24f9b2d94b37500234bba0525642e6 (diff)
ext/dv/gstdv.c: Fix compilation.
Original commit message from CVS: * ext/dv/gstdv.c: (plugin_init): Fix compilation.
Diffstat (limited to 'ext/dv')
-rw-r--r--ext/dv/gstdv.c2
1 files changed, 0 insertions, 2 deletions
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;