[farsight2/master] Don't put the session in the messages coming from the streams

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


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

diff --git a/gst/fsrtpconference/fs-rtp-stream.c b/gst/fsrtpconference/fs-rtp-stream.c
index 9e65523..8594b9c 100644
--- a/gst/fsrtpconference/fs-rtp-stream.c
+++ b/gst/fsrtpconference/fs-rtp-stream.c
@@ -596,7 +596,6 @@ _local_candidates_prepared (FsStreamTransmitter *stream_transmitter,
   gst_element_post_message (conf,
       gst_message_new_element (GST_OBJECT (conf),
           gst_structure_new ("farsight-local-candidates-prepared",
-              "session", FS_TYPE_SESSION, self->priv->session,
               "stream", FS_TYPE_STREAM, self,
               NULL)));
 
@@ -619,7 +618,6 @@ _new_active_candidate_pair (
   gst_element_post_message (conf,
       gst_message_new_element (GST_OBJECT (conf),
           gst_structure_new ("farsight-new-active-candidate-pair",
-              "session", FS_TYPE_SESSION, self->priv->session,
               "stream", FS_TYPE_STREAM, self,
               "local-candidate", FS_TYPE_CANDIDATE, local_candidate,
               "remote-candidate", FS_TYPE_CANDIDATE, remote_candidate,
@@ -643,7 +641,6 @@ _new_local_candidate (
   gst_element_post_message (conf,
       gst_message_new_element (GST_OBJECT (conf),
           gst_structure_new ("farsight-new-local-candidate",
-              "session", FS_TYPE_SESSION, self->priv->session,
               "stream", FS_TYPE_STREAM, self,
               "candidate", FS_TYPE_CANDIDATE, candidate,
               NULL)));
@@ -834,7 +831,6 @@ _substream_codec_changed (FsRtpSubStream *substream,
     gst_element_post_message (conf,
         gst_message_new_element (GST_OBJECT (conf),
             gst_structure_new ("farsight-current-recv-codecs-changed",
-                "session", FS_TYPE_SESSION, stream->priv->session,
                 "stream", FS_TYPE_STREAM, stream,
                 NULL)));
 
-- 
1.5.6.5




More information about the farsight-commits mailing list