[Bug 732382] New: gst-validate: Uses poisoned functions
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Jun 28 21:02:12 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=732382
GStreamer | gst-devtools | git
Summary: gst-validate: Uses poisoned functions
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-devtools
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: slomo at coaxion.net
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
See below. How did this ever compile for anybody with gcc? :)
gst-validate-reporter.c: In function 'gst_validate_report_valist':
gst-validate-reporter.c:139:5: error: attempt to use poisoned
"gst_debug_log_valist"
gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_ERROR, __FILE__,
^
In file included from gst-validate-reporter.c:27:0:
gst-validate-internal.h:28:25: error: 'gstvalidate_debug' undeclared (first use
in this function)
#define GST_CAT_DEFAULT gstvalidate_debug
^
gst-validate-reporter.c:139:27: note: in expansion of macro 'GST_CAT_DEFAULT'
gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_ERROR, __FILE__,
^
gst-validate-internal.h:28:25: note: each undeclared identifier is reported
only once for each function it appears in
#define GST_CAT_DEFAULT gstvalidate_debug
^
gst-validate-reporter.c:139:27: note: in expansion of macro 'GST_CAT_DEFAULT'
gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_ERROR, __FILE__,
^
gst-validate-reporter.c:142:5: error: attempt to use poisoned
"gst_debug_log_valist"
gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_WARNING, __FILE__,
^
gst-validate-reporter.c:145:5: error: attempt to use poisoned
"gst_debug_log_valist"
gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_LOG, __FILE__,
^
gst-validate-reporter.c:148:5: error: attempt to use poisoned
"gst_debug_log_valist"
gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_DEBUG, __FILE__,
^
Makefile:654: recipe for target
'libgstvalidate_1.0_la-gst-validate-reporter.lo' failed
--
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