After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 508515 - [rtpbin] allow request_new_pad with name NULL
[rtpbin] allow request_new_pad with name NULL
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-10 14:01 UTC by Thijs Vermeir
Modified: 2008-01-10 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
allow a NULL name for a request path (2.92 KB, patch)
2008-01-10 14:02 UTC, Thijs Vermeir
committed Details | Review

Description Thijs Vermeir 2008-01-10 14:01:07 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.
Comment 1 Thijs Vermeir 2008-01-10 14:02:06 UTC
Created attachment 102519 [details] [review]
allow a NULL name for a request path
Comment 2 Thijs Vermeir 2008-01-10 14:47:29 UTC
committed:

Log message:
       * gst/rtpmanager/gstrtpbin.c:
       Allow request_new_pad with name NULL (bug #508515)