GNOME Bugzilla – Bug 508515
[rtpbin] allow request_new_pad with name NULL
Last modified: 2008-01-10 14:55:12 UTC
In the case we want to link to rtpbin and just describe the pad (like "recv_rtp_sink_%d"), gst_element_get_request_pad is setting the requesting name to NULL. But the request new pad function in the rtpbin needs to get a name like the template with the session id.
Created attachment 102519 [details] [review] allow a NULL name for a request path
committed: Log message: * gst/rtpmanager/gstrtpbin.c: Allow request_new_pad with name NULL (bug #508515)