summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-08 18:24:21 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-08 18:24:21 +0000
commit939a1da72c97b261b023cd219adf834e54c80a80 (patch)
treedaeb476abce4192be0eeee6b2124a8e3ccec3e70 /ChangeLog
parent0e280fb120083c8e8bc36a77a00c2cc9924d2efb (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3ccac7c..0fef8302 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * 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 <wim.taymans@collabora.co.uk>
* gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):