From c383f21c10ef090c4fab063d21593a482b2f9c3d Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Tue, 17 Apr 2007 02:51:02 +0000 Subject: gst/wavparse/gstwavparse.c: Use gst_riff_create_audio_template_caps () instead of the local caps. Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init), (gst_wavparse_create_sourcepad): Use gst_riff_create_audio_template_caps () instead of the local caps. This makes updates of the local caps unecessary whenever libgstriff gets support for new formats. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f07dfafb..4529c8a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-04-17 Sebastian Dröge + + * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init), + (gst_wavparse_create_sourcepad): + Use gst_riff_create_audio_template_caps () instead of the local caps. + This makes updates of the local caps unecessary whenever libgstriff + gets support for new formats. + 2007-04-16 Tim-Philipp Müller Patch by: Brian Cameron -- cgit