diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-08 18:24:21 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-08 18:24:21 +0000 |
commit | 939a1da72c97b261b023cd219adf834e54c80a80 (patch) | |
tree | daeb476abce4192be0eeee6b2124a8e3ccec3e70 /ChangeLog | |
parent | 0e280fb120083c8e8bc36a77a00c2cc9924d2efb (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |