diff options
author | kapil <kapil@fluendo.com> | 2008-03-31 16:24:42 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-03-31 16:24:42 +0000 |
commit | b891ea8e813463c9e54113c3c02e8c8ffb3d2f9a (patch) | |
tree | 8b7ee84df565dd625b71a75b7ef7617e65b79def /ChangeLog | |
parent | 71c066af7a9bf1c0a08c51fdcae01f0d31dc6015 (diff) | |
download | gst-plugins-bad-b891ea8e813463c9e54113c3c02e8c8ffb3d2f9a.tar.gz gst-plugins-bad-b891ea8e813463c9e54113c3c02e8c8ffb3d2f9a.tar.bz2 gst-plugins-bad-b891ea8e813463c9e54113c3c02e8c8ffb3d2f9a.zip |
ext/gsm/gstgsmdec.*: Increase the allowed samplerates for the ms-gsm format.
Original commit message from CVS:
Patch by: kapil <kapil at fluendo dot com>
* ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
(gst_gsmdec_chain):
* ext/gsm/gstgsmdec.h:
Increase the allowed samplerates for the ms-gsm format.
Fixes #481354.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-03-31 Wim Taymans <wim.taymans@collabora.co.uk> + + Patch by: kapil <kapil at fluendo dot com> + + * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps), + (gst_gsmdec_chain): + * ext/gsm/gstgsmdec.h: + Increase the allowed samplerates for the ms-gsm format. + Fixes #481354. + 2008-03-30 Tim-Philipp Müller <tim at centricular dot net> Patch by: Jan de Groot <jan at jgc homeip net> |