mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
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:
parent
d8579eabe3
commit
c58efdab28
3 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ enum
|
|||
ARG_0,
|
||||
ARG_DEVICE,
|
||||
ARG_DEVICE_NAME,
|
||||
ARG_FLAGS,
|
||||
ARG_FLAGS
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ enum
|
|||
ARG_X_OFFSET,
|
||||
ARG_Y_OFFSET,
|
||||
ARG_FRAMES_DISPLAYED,
|
||||
ARG_FRAME_TIME,
|
||||
ARG_FRAME_TIME
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ enum
|
|||
QUEUE_STATE_ERROR = -1,
|
||||
QUEUE_STATE_READY_FOR_QUEUE,
|
||||
QUEUE_STATE_QUEUED,
|
||||
QUEUE_STATE_SYNCED,
|
||||
QUEUE_STATE_SYNCED
|
||||
};
|
||||
|
||||
struct _GstV4lSrc
|
||||
|
|
Loading…
Reference in a new issue