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

Original commit message from CVS:

first batch :
remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc
This commit is contained in:
Stéphane Loeuillet 2004-05-21 22:39:30 +00:00
parent 08b37bf327
commit 1f1a7cbe84
12 changed files with 20 additions and 20 deletions

View file

@ -38,8 +38,8 @@ enum
enum enum
{ {
ARG_0, ARG_0,
ARG_METHOD, ARG_METHOD
/* FILL ME */ /* FILL ME */
}; };
static void gst_videofilter_base_init (gpointer g_class); static void gst_videofilter_base_init (gpointer g_class);

View file

@ -63,8 +63,8 @@ enum
enum enum
{ {
ARG_0, ARG_0,
ARG_NUM_PADS, ARG_NUM_PADS
/* FILL ME */ /* FILL ME */
}; };
static GstStaticPadTemplate gst_adder_src_template = static GstStaticPadTemplate gst_adder_src_template =

View file

@ -132,7 +132,7 @@ enum
enum enum
{ {
ARG_0, ARG_0,
ARG_AGGRESSIVE, ARG_AGGRESSIVE
}; };
#define DEBUG_INIT(bla) \ #define DEBUG_INIT(bla) \

View file

@ -48,8 +48,8 @@ enum
{ {
ARG_0, ARG_0,
ARG_FILTERLEN, ARG_FILTERLEN,
ARG_METHOD, ARG_METHOD
/* FILL ME */ /* FILL ME */
}; };
static GstStaticPadTemplate gst_audioscale_sink_template = static GstStaticPadTemplate gst_audioscale_sink_template =

View file

@ -32,7 +32,7 @@ enum CodecType {
CODEC_TYPE_UNKNOWN = -1, CODEC_TYPE_UNKNOWN = -1,
CODEC_TYPE_VIDEO, CODEC_TYPE_VIDEO,
CODEC_TYPE_AUDIO, CODEC_TYPE_AUDIO,
CODEC_TYPE_DATA, CODEC_TYPE_DATA
}; };
/** /**
@ -74,7 +74,7 @@ enum PixelFormat {
PIX_FMT_YUVJ444P, ///< Planar YUV 4:4:4 full scale (jpeg) PIX_FMT_YUVJ444P, ///< Planar YUV 4:4:4 full scale (jpeg)
PIX_FMT_XVMC_MPEG2_MC,///< XVideo Motion Acceleration via common packet passing(xvmc_render.h) PIX_FMT_XVMC_MPEG2_MC,///< XVideo Motion Acceleration via common packet passing(xvmc_render.h)
PIX_FMT_XVMC_MPEG2_IDCT, PIX_FMT_XVMC_MPEG2_IDCT,
PIX_FMT_NB, PIX_FMT_NB
}; };
/** /**

View file

@ -988,7 +988,7 @@ enum {
ST_INTRA_MB, ST_INTRA_MB,
ST_INTER_MB, ST_INTER_MB,
ST_MV, ST_MV,
ST_NB, ST_NB
}; };
extern int st_current_index; extern int st_current_index;

View file

@ -78,7 +78,7 @@ enum
enum enum
{ {
ARG_0, ARG_0
}; };
static GType gst_ffmpegcolorspace_get_type (void); static GType gst_ffmpegcolorspace_get_type (void);

View file

@ -57,8 +57,8 @@ enum
{ {
ARG_0, ARG_0,
ARG_HOST, ARG_HOST,
ARG_PORT, ARG_PORT
/* FILL ME */ /* FILL ME */
}; };
static void gst_tcpserversink_base_init (gpointer g_class); static void gst_tcpserversink_base_init (gpointer g_class);

View file

@ -45,9 +45,9 @@ enum
{ {
ARG_0, ARG_0,
ARG_PORT, ARG_PORT,
ARG_CONTROL, ARG_CONTROL
/* ARG_SOCKET_OPTIONS,*/ /* ARG_SOCKET_OPTIONS,*/
/* FILL ME */ /* FILL ME */
}; };
#define GST_TYPE_TCPSRC_CONTROL (gst_tcpsrc_control_get_type()) #define GST_TYPE_TCPSRC_CONTROL (gst_tcpsrc_control_get_type())

View file

@ -45,8 +45,8 @@ enum
enum enum
{ {
ARG_0, ARG_0,
ARG_METHOD, ARG_METHOD
/* FILL ME */ /* FILL ME */
}; };
#define GST_TYPE_VIDEOSCALE_METHOD (gst_videoscale_method_get_type()) #define GST_TYPE_VIDEOSCALE_METHOD (gst_videoscale_method_get_type())

View file

@ -52,8 +52,8 @@ enum
ARG_0, ARG_0,
ARG_TYPE, ARG_TYPE,
ARG_SYNC, ARG_SYNC,
ARG_NUM_BUFFERS, ARG_NUM_BUFFERS
/* FILL ME */ /* FILL ME */
}; };
static void gst_videotestsrc_base_init (gpointer g_class); static void gst_videotestsrc_base_init (gpointer g_class);

View file

@ -212,7 +212,7 @@ enum
COLOR_NEG_I, COLOR_NEG_I,
COLOR_POS_Q, COLOR_POS_Q,
COLOR_SUPER_BLACK, COLOR_SUPER_BLACK,
COLOR_DARK_GREY, COLOR_DARK_GREY
}; };
static struct vts_color_struct vts_colors[] = { static struct vts_color_struct vts_colors[] = {