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). --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index f1c7bfd2..658b5118 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit f1c7bfd24d0fcc4e5113ce3b96b1fac83a9ec560 +Subproject commit 658b51189850df022f032a4310c4ad477a76465f -- cgit