From ee7f41ba2eb19ce44aa5cec65ee56e87931da18c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 30 Dec 2013 17:00:45 +0100 Subject: [PATCH] rtpsession: internal-ssrc is no longer deprecated --- gst/rtpmanager/rtpsession.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtpmanager/rtpsession.c b/gst/rtpmanager/rtpsession.c index d42a1d2..1eda78f 100644 --- a/gst/rtpmanager/rtpsession.c +++ b/gst/rtpmanager/rtpsession.c @@ -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, -- 2.7.4