[Gstreamer-bugs] [Bug 143290] - 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 08:52:08 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=143290
GStreamer | gstreamer (core) | Ver: 0.8.0





------- Additional Comments From Michael.Wilson at bull.net  2004-05-27 11:52 -------
There is the same problem at lines ~85 and ~92 (version 0.8.1 and CVS latest) in
source file gstreamer/gst/schedulers/gstbasicscheduler.c :

typedef enum
{
  GST_BASIC_SCHEDULER_STATE_NONE,
  GST_BASIC_SCHEDULER_STATE_STOPPED,
  GST_BASIC_SCHEDULER_STATE_ERROR,
  GST_BASIC_SCHEDULER_STATE_RUNNING,
}
GstBasicSchedulerState;

typedef enum
{
  /* something important has changed inside the scheduler */
  GST_BASIC_SCHEDULER_CHANGE = GST_SCHEDULER_FLAG_LAST,
}
GstBasicSchedulerFlags;


------- 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