From ca2bc1840a53ad7eba34177cfb23bc75f244e9b8 Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Fri, 2 May 2008 12:39:03 +0000 Subject: ext/speex/gstspeexenc.c: Add negotiation for the speex channels and rate. Fixes #465146. Original commit message from CVS: Patch by: Olivier Crete * 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. --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index acfa31ed..0f9f39e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,18 @@ +2008-05-02 Wim Taymans + + Patch by: Olivier Crete + + * 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 Patch by: Olivier Crete * 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 -- cgit