summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-04-17 02:51:02 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-04-17 02:51:02 +0000
commitc383f21c10ef090c4fab063d21593a482b2f9c3d (patch)
tree6449c9fb1acdf6213032dd69b6af8afac01f084e /ChangeLog
parentf520911b6f47e867ffafd36493b3b912fd23ef16 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f07dfafb..4529c8a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * 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 <tim at centricular dot net>
Patch by: Brian Cameron <brian.cameron at sun dot com>