diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-04-17 02:51:02 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-04-17 02:51:02 +0000 |
| commit | c383f21c10ef090c4fab063d21593a482b2f9c3d (patch) | |
| tree | 6449c9fb1acdf6213032dd69b6af8afac01f084e /ChangeLog | |
| parent | f520911b6f47e867ffafd36493b3b912fd23ef16 (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |
