summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOlivier Crete <tester@tester.ca>2008-05-02 12:34:22 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-05-02 12:34:22 +0000
commit08ae06f96085c6194fc129e42018d34ebdf619af (patch)
tree04deb5314ebd915eb6d5b7ecdd3761b196058a23 /ChangeLog
parent6dc062fbdbc1d33c799214d235c116a7381d8df0 (diff)
gst/rtp/gstrtpspeexpay.c: Add negotiation for the speec channels and rate. See #465146.
Original commit message from CVS: 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2587272..acfa31ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
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.
+
+2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Olivier Crete <tester at tester dot ca>
+
* gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
(gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
Add negotiation for the ILBC mode. See #465146.