rtpsession: internal-ssrc is no longer deprecated
This commit is contained in:
parent
e721d26c68
commit
ee7f41ba2e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user