fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ...

Original commit message from CVS:
fourth batch :
remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc
(in gst-plugins/sys/ this time)
This commit is contained in:
Stéphane Loeuillet 2004-05-21 23:53:07 +00:00
parent d8579eabe3
commit c58efdab28
3 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ enum
ARG_0, ARG_0,
ARG_DEVICE, ARG_DEVICE,
ARG_DEVICE_NAME, ARG_DEVICE_NAME,
ARG_FLAGS, ARG_FLAGS
}; };

View file

@ -47,7 +47,7 @@ enum
ARG_X_OFFSET, ARG_X_OFFSET,
ARG_Y_OFFSET, ARG_Y_OFFSET,
ARG_FRAMES_DISPLAYED, ARG_FRAMES_DISPLAYED,
ARG_FRAME_TIME, ARG_FRAME_TIME
}; };

View file

@ -41,7 +41,7 @@ enum
QUEUE_STATE_ERROR = -1, QUEUE_STATE_ERROR = -1,
QUEUE_STATE_READY_FOR_QUEUE, QUEUE_STATE_READY_FOR_QUEUE,
QUEUE_STATE_QUEUED, QUEUE_STATE_QUEUED,
QUEUE_STATE_SYNCED, QUEUE_STATE_SYNCED
}; };
struct _GstV4lSrc struct _GstV4lSrc