From c0468721320c10978e70a4ac9072d1d8774e5e62 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 8 Aug 2008 15:20:24 +0000 Subject: ext/flac/gstflacenc.*: Handle non-zero start timestamps correctly, mark header packets as Original commit message from CVS: * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback), (gst_flac_enc_check_discont), (gst_flac_enc_chain), (gst_flac_enc_change_state): * ext/flac/gstflacenc.h: Handle non-zero start timestamps correctly, mark header packets as IN_CAPS and print a warning and suggest using audiorate if stream discontinuities are detected. When FLAC supports flushing the encoder somehow this should be done for discontinuities instead. Remove some unused variables from the instance struct. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0faf96dd..4c866153 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-08-08 Sebastian Dröge + + * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback), + (gst_flac_enc_check_discont), (gst_flac_enc_chain), + (gst_flac_enc_change_state): + * ext/flac/gstflacenc.h: + Handle non-zero start timestamps correctly, mark header packets as + IN_CAPS and print a warning and suggest using audiorate if stream + discontinuities are detected. When FLAC supports flushing the encoder + somehow this should be done for discontinuities instead. + + Remove some unused variables from the instance struct. + 2008-08-07 Sebastian Dröge * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback): -- cgit