summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-03-23 15:36:27 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-03-23 15:36:27 +0000
commitabb13bdd249c9f6eaa9f6ec8b03f62381625ea49 (patch)
treef5f916bcb646c58d37546d34da173f6fcf360665 /ChangeLog
parente035ba08376aba93a469e254e394ef2aecb4d043 (diff)
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).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
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 <tim at centricular dot net>
+
+ * 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 <thaytan@mad.scientist.com>
* gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):