[farsight2/master] rtp: Check for the new name of the sdes message

Olivier Crête olivier.crete at collabora.co.uk
Thu May 28 14:36:57 PDT 2009


---
 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 285f06e..af8d282 100644
--- a/gst/fsrtpconference/fs-rtp-conference.c
+++ b/gst/fsrtpconference/fs-rtp-conference.c
@@ -683,7 +683,7 @@ fs_rtp_conference_handle_message (
       const GstStructure *s = gst_message_get_structure (message);
 
       /* we change the structure name and add the session ID to it */
-      if (gst_structure_has_name (s, "GstRTPBinSDES") &&
+      if (gst_structure_has_name (s, "application/x-rtp-source-sdes") &&
           gst_structure_has_field_typed (s, "session", G_TYPE_UINT) &&
           gst_structure_has_field_typed (s, "ssrc", G_TYPE_UINT) &&
           gst_structure_has_field_typed (s, "cname", G_TYPE_STRING))
-- 
1.5.6.5




More information about the farsight-commits mailing list