webrtc: fix rtx + bundle
authorMatthew Waters <matthew@centricular.com>
Fri, 15 Feb 2019 08:15:11 +0000 (19:15 +1100)
committerMatthew Waters <matthew@centricular.com>
Fri, 15 Feb 2019 08:19:51 +0000 (08:19 +0000)
commit2a1176973a51933a4605285ebab17e49ab790f35
tree0aba2a559c521e2eaff1d7745dce2d3d11282cbc
parent06b18defc7515c047f7cf51c6843504786758f21
webrtc: fix rtx + bundle

If bundle was used in combination with rtx, only the bundled transport
stream would have correctly configured rtx parameters.

Iterate over the payloads upfront in the bundled case to ensure the
correct payload mapping is set for the RTX elements.
ext/webrtc/gstwebrtcbin.c