GNOME Bugzilla – Bug 93890
gst_element_get_request_pad (itemmixer->mixer, NULL) fails because of NULL NAME
Last modified: 2004-12-22 21:47: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.
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.