From 88bf47c911aedc673e02e2369ad161ae0a7029d0 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 26 Apr 2007 08:39:49 +0000 Subject: gst/wavparse/gstwavparse.*: Apply DISCONT to buffers. Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek), (gst_wavparse_stream_headers), (gst_wavparse_stream_data): * gst/wavparse/gstwavparse.h: Apply DISCONT to buffers. Only apply timestamp to the first sample after a DISCONT, too many VBR files cause random jitter in the timestamps. Fixes #433119. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 30eae991..5c3f7508 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-04-26 Wim Taymans + + * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek), + (gst_wavparse_stream_headers), (gst_wavparse_stream_data): + * gst/wavparse/gstwavparse.h: + Apply DISCONT to buffers. + Only apply timestamp to the first sample after a DISCONT, too many VBR + files cause random jitter in the timestamps. Fixes #433119. + 2007-04-25 Wim Taymans * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init), -- cgit