From 64e0ee90f6a3e9a7ea173af0141eac20303dcc84 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 2 May 2007 17:19:36 +0000 Subject: gst/wavparse/gstwavparse.*: Be a bit more clever when dealing with VBR files with FACT tags, we don't want to timesta... Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek), (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad), (gst_wavparse_stream_data): * gst/wavparse/gstwavparse.h: Be a bit more clever when dealing with VBR files with FACT tags, we don't want to timestamp buffers in that case but the estimated BPS can be used for seeking. Only send close segment in the streaming thread. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 558841a8..3d8fac22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-05-02 Wim Taymans + + * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek), + (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad), + (gst_wavparse_stream_data): + * gst/wavparse/gstwavparse.h: + Be a bit more clever when dealing with VBR files with FACT tags, we + don't want to timestamp buffers in that case but the estimated BPS can + be used for seeking. + Only send close segment in the streaming thread. + 2007-05-02 Sebastian Dröge * ext/flac/gstflacdec.c: (gst_flac_dec_loop): -- cgit