GNOME Bugzilla – Bug 114861
gst_pad_template_new() has variable arguments, need non-variable equivalent
Last modified: 2004-12-22 21:47:04 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.
Created attachment 17398 [details] [review] Implements _valist equivalent, and changes gst_pad_template_new() to call the _valist() version.
Applied. I changed the name to gst_pad_template_newv() to follow the convention used by glib, etc.