summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-02 17:19:36 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-02 17:19:36 +0000
commit64e0ee90f6a3e9a7ea173af0141eac20303dcc84 (patch)
treed827b829343cec276a841418a06160f7d8374f51 /ChangeLog
parentb64fd034a58ad433ad489d2748a72abfc3ef0d6a (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 558841a8..3d8fac22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-05-02 Wim Taymans <wim@fluendo.com>
+
+ * 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 <slomo@circular-chaos.org>
* ext/flac/gstflacdec.c: (gst_flac_dec_loop):