rtpsession: internal-ssrc is no longer deprecated
authorWim Taymans <wtaymans@redhat.com>
Mon, 30 Dec 2013 16:00:45 +0000 (17:00 +0100)
committerWim Taymans <wtaymans@redhat.com>
Mon, 30 Dec 2013 16:00:45 +0000 (17:00 +0100)
gst/rtpmanager/rtpsession.c

index d42a1d2..1eda78f 100644 (file)
@@ -325,7 +325,7 @@ rtp_session_class_init (RTPSessionClass * klass)
 
   g_object_class_install_property (gobject_class, PROP_INTERNAL_SSRC,
       g_param_spec_uint ("internal-ssrc", "Internal SSRC",
-          "The internal SSRC used for the session (deprecated)",
+          "The internal SSRC used for the session",
           0, G_MAXUINT, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
   g_object_class_install_property (gobject_class, PROP_INTERNAL_SOURCE,