[farsight2/master] Don't change the pt of the reserved-pts (for obvious reasons)
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:22:49 PST 2008
---
gst/fsrtpconference/fs-rtp-codec-negotiation.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-codec-negotiation.c b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
index ba94edf..6a03e4e 100644
--- a/gst/fsrtpconference/fs-rtp-codec-negotiation.c
+++ b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
@@ -430,6 +430,9 @@ create_local_codec_associations (
{
CodecAssociation *lca = lca_e->data;
+ if (lca->reserved)
+ continue;
+
if (lookup_codec_association_by_pt_list (current_codec_associations,
lca->codec->id, TRUE) ||
lca->codec->id < 0)
--
1.5.6.5
More information about the farsight-commits
mailing list