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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c3ccac7c..0fef8302 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-12-08 Sebastian Dröge + + * 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. + 2008-12-08 Wim Taymans * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer): -- cgit