From abb13bdd249c9f6eaa9f6ec8b03f62381625ea49 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 23 Mar 2006 15:36:27 +0000 Subject: gst/wavparse/gstwavparse.*: Delay source pad creation until we have the first chunk of media data, so the we can exam... 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_loop): * gst/wavparse/gstwavparse.h: Delay source pad creation until we have the first chunk of media data, so the we can examine the data and adjust the caps accordingly if required. This makes playback of .wav files with DTS-declared-as-PCM content work (#313266). --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 308ea827..c5e6a85b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-03-23 Tim-Philipp Müller + + * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek), + (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad), + (gst_wavparse_stream_data), (gst_wavparse_loop): + * gst/wavparse/gstwavparse.h: + Delay source pad creation until we have the first chunk of + media data, so the we can examine the data and adjust the + caps accordingly if required. This makes playback of .wav + files with DTS-declared-as-PCM content work (#313266). + 2006-03-22 Jan Schmidt * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain): -- cgit