rtpsession: Add error message if the app tries to set the internal-ssrc
This commit is contained in:
parent
d715010d78
commit
ada6ea668b
@ -607,6 +607,8 @@ rtp_session_set_property (GObject * object, guint prop_id,
|
|||||||
|
|
||||||
switch (prop_id) {
|
switch (prop_id) {
|
||||||
case PROP_INTERNAL_SSRC:
|
case PROP_INTERNAL_SSRC:
|
||||||
|
GST_ERROR_OBJECT (object, "Setting the \"internal-ssrc\" property"
|
||||||
|
" is deprecated and ignored");
|
||||||
break;
|
break;
|
||||||
case PROP_BANDWIDTH:
|
case PROP_BANDWIDTH:
|
||||||
RTP_SESSION_LOCK (sess);
|
RTP_SESSION_LOCK (sess);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user