webrtcbin: connect rtp funnel after updating ptmaps
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 21 Jan 2020 11:14:49 +0000 (12:14 +0100)
committerMathieu Duponchelle <mduponchelle1@gmail.com>
Tue, 21 Jan 2020 11:17:38 +0000 (11:17 +0000)
commit7cc185bd864a4b2b43a572ec0b24b99c60e8fba8
tree97249cd9d92ed19763aedecbd40e110c389d1b92
parent5f95a9ec613c516a8fea5873ab77d8ebdfdc385c
webrtcbin: connect rtp funnel after updating ptmaps

We need the streams' pt maps updated before requesting pads
on rtpbin, because this is what will trigger the requesting
of FEC encoders, and our handler for this request looks for
the payload types in the relevant stream's pt map.

Fixes #1187
ext/webrtc/gstwebrtcbin.c