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 114861 - gst_pad_template_new() has variable arguments, need non-variable equivalent
gst_pad_template_new() has variable arguments, need non-variable equivalent
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-10 16:33 UTC by Brett Kosinski
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Implements _valist equivalent, and changes gst_pad_template_new() to call the _valist() version. (3.26 KB, patch)
2003-06-10 16:35 UTC, Brett Kosinski
none Details | Review

Description Brett Kosinski 2003-06-10 16:33:53 UTC
gst_pad_template_new() takes variable arguments.  This makes it rather
tough to bind for other languages.  This, a version of the function should
be provided which takes a list as its last parameter, rather than a
variable argument list.
Comment 1 Brett Kosinski 2003-06-10 16:35:43 UTC
Created attachment 17398 [details] [review]
Implements _valist equivalent, and changes gst_pad_template_new() to call the _valist() version.
Comment 2 David Schleef 2003-06-10 18:26:52 UTC
Applied.  I changed the name to gst_pad_template_newv() to follow the
convention used by glib, etc.