GNOME Bugzilla – Bug 786718
rtpbin: requesting send_rtcp_src_%u first fails
Last modified: 2017-08-29 02:49:57 UTC
If one requests the send_rtcp_src_%u pad before a recv_rtcp_%u pad, the session/pad would never be created and NULL was returned. Switching the request order would work.
Created attachment 358299 [details] [review] rtpbin: also create session when creating the send_rtcp_src_%u pad
commit f602b8e5b0267f3319a4ae6df11d45b1c634ad65 Author: Matthew Waters <matthew@centricular.com> Date: Thu Aug 24 17:06:38 2017 +1000 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 and 1.12 27b6f0f0437079bd77eef8147634d8377db145c6