From 53840faa460c8f58bd39e9be6101dc502a054493 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 1 Nov 2005 15:15:44 +0000 Subject: gst/wavenc/gstwavenc.c: Added proper event handlind, made downstream newsegment event use GST_FORMAT_BYTES (otherwise... Original commit message from CVS: * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file), (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain): Added proper event handlind, made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's ignored), and don't set a duration of 0 for buffers otherwise they are discarded by GstBaseSink. GstWavEnc needs some serious loving, after going through the code I'm really wondering how this can stay in -good ... --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16014944..f411145a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2005-11-01 Edward Hervey + + * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file), + (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain): + Added proper event handlind, + made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's + ignored), + and don't set a duration of 0 for buffers otherwise they are discarded + by GstBaseSink. + + GstWavEnc needs some serious loving, after going through the code I'm + really wondering how this can stay in -good ... + 2005-11-01 Thomas Vander Stichele * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad), -- cgit