[Bug 756806] message: Add extra information fields to error/warning/info messages
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Mar 7 14:50:09 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=756806
--- Comment #6 from Edward Hervey <bilboed at bilboed.com> ---
Review of attachment 322964:
--> (https://bugzilla.gnome.org/review?bug=756806&attachment=322964)
::: gst/gstelement.h
@@ +437,3 @@
+ * application will be requested to stop further media processing.
+ */
+#define GST_ELEMENT_ERROR(el, domain, code, text, debug, ...) \
There shouldn't be the stray ', ...' at the end of this, it should be:
GST_ELEMENT_ERROR(el, domain, code, text, debug)
--
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