rtpsession: Add error message if the app tries to set the internal-ssrc

This commit is contained in:
Olivier Crête 2013-12-13 17:36:36 -05:00
parent d715010d78
commit ada6ea668b

View file

@ -607,6 +607,8 @@ 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");
break;
case PROP_BANDWIDTH:
RTP_SESSION_LOCK (sess);