From 2042e06dd4a55d941b6dcbdb0a4f2927f87475bb Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 24 Oct 2005 15:50:06 +0000 Subject: ext/flac/gstflacenc.*: Fix seeking, so that flacenc can rewrite the header with the correct duration and amount of sa... Original commit message from CVS: * ext/flac/gstflacenc.c: (gst_flacenc_base_init), (gst_flacenc_init), (gst_flacenc_sink_setcaps), (gst_flacenc_seek_callback), (gst_flacenc_write_callback), (gst_flacenc_sink_event), (gst_flacenc_chain), (gst_flacenc_set_property), (gst_flacenc_get_property), (gst_flacenc_change_state): * ext/flac/gstflacenc.h: Fix seeking, so that flacenc can rewrite the header with the correct duration and amount of samples and all that at EOS; also set timestamps and granulepos on outgoing buffers; add debug category; fix state change function. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d9755cb9..5f35c016 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2005-10-24 Tim-Philipp Müller + + * ext/flac/gstflacenc.c: (gst_flacenc_base_init), + (gst_flacenc_init), (gst_flacenc_sink_setcaps), + (gst_flacenc_seek_callback), (gst_flacenc_write_callback), + (gst_flacenc_sink_event), (gst_flacenc_chain), + (gst_flacenc_set_property), (gst_flacenc_get_property), + (gst_flacenc_change_state): + * ext/flac/gstflacenc.h: + Fix seeking, so that flacenc can rewrite the header with the + correct duration and amount of samples and all that at EOS; + also set timestamps and granulepos on outgoing buffers; add + debug category; fix state change function. + 2005-10-24 Julien MOUTTE * gst/videomixer/videomixer.c: Don't restrict video geometry -- cgit