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 93890 - gst_element_get_request_pad (itemmixer->mixer, NULL) fails because of NULL NAME
gst_element_get_request_pad (itemmixer->mixer, NULL) fails because of NULL NAME
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-09-22 16:37 UTC by Thomas Vander Stichele
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Vander Stichele 2002-09-22 16:37:04 UTC
gst_element_get_request_pad (itemmixer->mixer, NULL)

should come up with a unique name of it's own, like all other pad and
element functions.
Comment 1 Wim Taymans 2002-09-22 17:05:15 UTC
uhm, the purpose of the name arg is to specific the padtemplate of the
REQUEST pad to request. Which padtemplate is it going to request when
there is a NULL arg? this will only work if the element has only one
request padtemplate.