[Gstreamer-bugs] [Bug 115052] Changed - gst_pad_selectv() doesn't follow the va_list convention

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Jul 24 20:20:48 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=115052

Changed by ds at schleef.org.

--- shadow/115052	Fri Jun 20 09:21:29 2003
+++ shadow/115052.tmp.13290	Thu Jul 24 23:20:48 2003
@@ -32,6 +32,16 @@
 0.6.x, too, but this'd have a different name than the valist/vararg
 functions in HEAD. The list function might be dropped (not sure how
 badly it's needed specifically), or we might want to rename it to
 gst_pad_select_list().
 
 Comments? I can provide a patch if wanted.
+
+------- Additional Comments From ds at schleef.org  2003-07-24 23:20 -------
+/me was wrong.
+
+Upon perusal of glib, some_functionv() is a function that is just like
+some_function(), except the last argument is a pointer to a NULL
+terminated list of a specific type, typically a pointer.
+
+some_function_valist() is just like some_function(), except it takes a
+va_list type as the final argument.




More information about the Gstreamer-bugs mailing list