[Bug 667655] test/checks/elements/jifmux.c compile failure because of fail() calls with no arguments

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 20 10:25:00 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=667655
  GStreamer | gst-plugins-bad | 0.10.22

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-01-20 18:24:57 UTC ---
Hrm, not sure about this.

a) vararg macros aren't portable in the first place, technically we are
supposed to support anything C89, so would need to provide multiple versions
depending on what the compiler supports, or use a vararg function as backup.
(see e.g. gstinfo.h)

b) I don't know if we really need to allow an argument-less fail() in the
GStreamer world in the first place.

But I'm also happy to just leave it be until someone else complains.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list