mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
rtpsession: allow setting internal-ssrc again
This commit is contained in:
parent
e732b86b8e
commit
17517ca491
1 changed files with 3 additions and 2 deletions
|
@ -607,8 +607,9 @@ rtp_session_set_property (GObject * object, guint prop_id,
|
|||
|
||||
switch (prop_id) {
|
||||
case PROP_INTERNAL_SSRC:
|
||||
GST_ERROR_OBJECT (object, "Setting the \"internal-ssrc\" property"
|
||||
" is deprecated and ignored");
|
||||
RTP_SESSION_LOCK (sess);
|
||||
sess->suggested_ssrc = g_value_get_uint (value);
|
||||
RTP_SESSION_UNLOCK (sess);
|
||||
break;
|
||||
case PROP_BANDWIDTH:
|
||||
RTP_SESSION_LOCK (sess);
|
||||
|
|
Loading…
Reference in a new issue