summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkapil <kapil@fluendo.com>2008-03-31 16:24:42 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-03-31 16:24:42 +0000
commitb891ea8e813463c9e54113c3c02e8c8ffb3d2f9a (patch)
tree8b7ee84df565dd625b71a75b7ef7617e65b79def /ChangeLog
parent71c066af7a9bf1c0a08c51fdcae01f0d31dc6015 (diff)
downloadgst-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1446b239..0e2ee1b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>