From 912cb98096b331bf7793ecb05a725bea37c9cda7 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sun, 31 Aug 2008 17:09:18 +0000 Subject: ext/wavpack/gstwavpackenc.*: Handle non-zero start timestamps and stream discontinuities correctly. This only has an ... Original commit message from CVS: * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset), (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain): * ext/wavpack/gstwavpackenc.h: Handle non-zero start timestamps and stream discontinuities correctly. This only has an effect if we're muxing into a container format as the raw WavPack stream must contain continous sample numbers. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8cbe63cf..a66f257d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-08-31 Sebastian Dröge + + * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset), + (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain): + * ext/wavpack/gstwavpackenc.h: + Handle non-zero start timestamps and stream discontinuities + correctly. This only has an effect if we're muxing into + a container format as the raw WavPack stream must contain + continous sample numbers. + 2008-08-31 Sebastian Dröge * ext/speex/gstspeexenc.c: (gst_speex_enc_encode): -- cgit