[farsight2/master] Keep the need_config parameter when doing a negotiation

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:23:12 PST 2008


---
 gst/fsrtpconference/fs-rtp-codec-negotiation.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-codec-negotiation.c b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
index de4e111..bb32d2d 100644
--- a/gst/fsrtpconference/fs-rtp-codec-negotiation.c
+++ b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
@@ -636,6 +636,7 @@ negotiate_stream_codecs (
       CodecAssociation *new_ca = g_slice_new0 (CodecAssociation);
       gchar *tmp;
 
+      new_ca->need_config = old_ca->need_config;
       new_ca->codec = nego_codec;
       new_ca->blueprint = old_ca->blueprint;
       tmp = fs_codec_to_string (nego_codec);
-- 
1.5.6.5




More information about the farsight-commits mailing list