[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
Fri Jun 20 06:21:29 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 rbultje at ronald.bitfreak.net.

--- shadow/115052	Thu Jun 12 18:12:57 2003
+++ shadow/115052.tmp.21545	Fri Jun 20 09:21:29 2003
@@ -20,6 +20,18 @@
 "funcv()".  Most of GStreamer follows this convention.  gst_pad_select
 (GList *padlist) and gst_pad_selectv (GstPad *pad, ...) don't follow this
 convention.
 
 I think we should officially adopt this convention and fix functions that
 don't follow it.
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2003-06-20 09:21 -------
+I agree with this, it's inconsistent.
+
+However, we obviously cannot fix this in 0.6.x, no matter how much I'd
+love to. We probably do want to add a valist function alternative to
+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.





More information about the Gstreamer-bugs mailing list