rtpbin: also create session when creating the send_rtcp_src_%u pad
authorMatthew Waters <matthew@centricular.com>
Thu, 24 Aug 2017 07:06:38 +0000 (17:06 +1000)
committerMatthew Waters <matthew@centricular.com>
Tue, 29 Aug 2017 02:47:30 +0000 (12:47 +1000)
commitf602b8e5b0267f3319a4ae6df11d45b1c634ad65
treed2384247762614d93a929569761572dd201b566b
parentccd15c0dfd2e7089d2d4ca362f47eeba456710df
rtpbin: also create session when creating the send_rtcp_src_%u pad

If one requests the send_rtcp_src_%u pad before a recv_rtcp_sink_%u pad,
the session/pad would never be created and NULL was returned.
Switching the request order would work.

https://bugzilla.gnome.org/show_bug.cgi?id=786718
gst/rtpmanager/gstrtpbin.c