[Gstreamer-bugs] [Bug 115052] New - gst_pad_selectv() doesn't follow the va_list convention
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Thu Jun 12 15:12:57 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 Thu Jun 12 18:12:57 2003
+++ shadow/115052.tmp.1655 Thu Jun 12 18:12:57 2003
@@ -0,0 +1,25 @@
+Bug#: 115052
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org
+ReportedBy: ds at schleef.org
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL:
+Summary: gst_pad_selectv() doesn't follow the va_list convention
+
+In most GNOME software (afaict) functions that take variable arguments
+("func()") have a corresponding function that takes a va_list, called
+"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.
More information about the Gstreamer-bugs
mailing list