diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-08 15:20:24 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-08 15:20:24 +0000 |
| commit | c0468721320c10978e70a4ac9072d1d8774e5e62 (patch) | |
| tree | aacb49eb7efe89f62998bbfc87a50824ed4908cc /ChangeLog | |
| parent | 415ea1455fdcc19984f028361d675e62c79bf666 (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2008-08-08 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * 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 <sebastian.droege@collabora.co.uk> * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback): |
