summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOlivier Crete <tester@tester.ca>2008-05-02 12:39:03 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-05-02 12:39:03 +0000
commitca2bc1840a53ad7eba34177cfb23bc75f244e9b8 (patch)
treea28dfebd8dcd72f347d336680274db250ba68ac4 /ChangeLog
parent08ae06f96085c6194fc129e42018d34ebdf619af (diff)
ext/speex/gstspeexenc.c: Add negotiation for the speex channels and rate. Fixes #465146.
Original commit message from CVS: Patch by: Olivier Crete <tester at tester dot ca> * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps), (gst_speex_enc_init), (gst_speex_enc_chain): Add negotiation for the speex channels and rate. Fixes #465146.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index acfa31ed..0f9f39e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,17 @@
Patch by: Olivier Crete <tester at tester dot ca>
+ * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
+ (gst_speex_enc_init), (gst_speex_enc_chain):
+ Add negotiation for the speex channels and rate. Fixes #465146.
+
+2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Olivier Crete <tester at tester dot ca>
+
* gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
(gst_rtp_speex_pay_getcaps):
- Add negotiation for the speec channels and rate. See #465146.
+ Add negotiation for the speex channels and rate. See #465146.
2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>