From 939a1da72c97b261b023cd219adf834e54c80a80 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 8 Dec 2008 18:24:21 +0000 Subject: ext/dv/: Really call dv_init() exactly one time, not one time for the demuxer and one time for the decoder. Original commit message from CVS: * ext/dv/gstdv.c: (plugin_init): * ext/dv/gstdvdec.c: (gst_dvdec_class_init): * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init): Really call dv_init() exactly one time, not one time for the demuxer and one time for the decoder. --- ext/dv/gstdvdemux.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/dv/gstdvdemux.c') diff --git a/ext/dv/gstdvdemux.c b/ext/dv/gstdvdemux.c index a123b188..0233c1f6 100644 --- a/ext/dv/gstdvdemux.c +++ b/ext/dv/gstdvdemux.c @@ -208,9 +208,6 @@ gst_dvdemux_class_init (GstDVDemuxClass * klass) gstelement_class->change_state = GST_DEBUG_FUNCPTR (gst_dvdemux_change_state); gstelement_class->send_event = GST_DEBUG_FUNCPTR (gst_dvdemux_send_event); - - /* table initialization, only do once */ - dv_init (0, 0); } static void -- cgit