rtpsession: internal-ssrc is no longer deprecated

This commit is contained in:
Wim Taymans 2013-12-30 17:00:45 +01:00
parent e721d26c68
commit ee7f41ba2e

View 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,