[farsight2/master] Dont mix particpants and sessions lists...
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:20:24 PST 2008
---
gst/fsrtpconference/fs-rtp-conference.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-conference.c b/gst/fsrtpconference/fs-rtp-conference.c
index 1ae265b..6cbf4fc 100644
--- a/gst/fsrtpconference/fs-rtp-conference.c
+++ b/gst/fsrtpconference/fs-rtp-conference.c
@@ -457,7 +457,7 @@ fs_rtp_conference_new_participant (FsBaseConference *conf,
GST_OBJECT_LOCK (self);
- self->priv->participants = g_list_append (self->priv->sessions,
+ self->priv->participants = g_list_append (self->priv->participants,
new_participant);
GST_OBJECT_UNLOCK (self);
--
1.5.6.5
More information about the farsight-commits
mailing list