[Gstreamer-bugs] [Bug 143290] New: - Build breaks due to "," at end of enum in gstreamer/gst/element/gsttypefind.c
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Thu May 27 06:59:51 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=143290
GStreamer | gstreamer (core) | Ver: 0.8.0
Summary: Build breaks due to "," at end of enum in
gstreamer/gst/element/gsttypefind.c
Product: GStreamer
Version: 0.8.0
Platform: Other
OS/Version: AIX
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-maint at bugzilla.gnome.org
ReportedBy: Michael.Wilson at bull.net
QAContact: gstreamer-maint at bugzilla.gnome.org
It is noted that gsttypefind.c has been renamed to gsttypefindelement.c and that
this error persists in the CVS latest.
Line 87 of gsttypefind.c contains an extraneous "," which breaks using the AIX
native compiler with the diagnostic :
gstreamer/gst/elements/gsttypefind.c", line 87.16: 1506-275 (S) Unexpected text
',' encountered.
The enum concerned is :
enum
{
MODE_NORMAL, /* act as identity */
MODE_TYPEFIND, /* do typefinding */
};
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
More information about the Gstreamer-bugs
mailing list