rtpsession: send reconfigure when internal-ssrc changes
authorWim Taymans <wtaymans@redhat.com>
Fri, 18 Apr 2014 08:21:27 +0000 (10:21 +0200)
committerWim Taymans <wtaymans@redhat.com>
Fri, 18 Apr 2014 08:21:27 +0000 (10:21 +0200)
commit38a486b37455a0955387c11f6274fd72b8b43b66
tree24ef18fbfd9238fe8351be7318129999d3c96110
parent42cfedde7fab7763ef67da7081d34467acd1083d
rtpsession: send reconfigure when internal-ssrc changes

When the internal-ssrc property changes, we want to send a reconfigure
upstream to make payloaders use the new suggested ssrc.
Using the internal-ssrc property to change the SSRC of a stream is not a
good idea and doesn't work when there are multiple senders, we want to
set the SSRC directly on the payloaders. Therefore, deprecate this
property.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725361
gst/rtpmanager/gstrtpsession.c
gst/rtpmanager/rtpsession.c
gst/rtpmanager/rtpsession.h