mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
rtpsession: internal-ssrc is no longer deprecated
This commit is contained in:
parent
e721d26c68
commit
ee7f41ba2e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue