rtpbasepayload: Always prefer downstream's ssrc suggestion if any
authorSebastian Dröge <sebastian@centricular.com>
Fri, 5 Jun 2015 14:44:08 +0000 (16:44 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 5 Jun 2015 14:44:08 +0000 (16:44 +0200)
commit3113e341eac26b1766ad01a04db690926b12d165
tree7bcce2b06e142621d59f29ef096c089f92724414
parentbf5d3bf868337bc4af11bc428e2e33d007a4d2fb
rtpbasepayload: Always prefer downstream's ssrc suggestion if any

Otherwise ssrc changes via rtpsession's (deprecated!) internal-ssrc property
are not possible anymore. rtpsession was now patched to only suggest an ssrc
if it makes sense to do so.

In 2.0 we should get rid of all the properties that are also negotiated via
caps, the code and behaviour is too confusing otherwise.

https://bugzilla.gnome.org/show_bug.cgi?id=749581
gst-libs/gst/rtp/gstrtpbasepayload.c