diff --git a/gst-libs/gst/video/gstvideofilter.c b/gst-libs/gst/video/gstvideofilter.c index f46d69e7a5..0fb2eb9ae4 100644 --- a/gst-libs/gst/video/gstvideofilter.c +++ b/gst-libs/gst/video/gstvideofilter.c @@ -38,8 +38,8 @@ enum enum { ARG_0, - ARG_METHOD, - /* FILL ME */ + ARG_METHOD + /* FILL ME */ }; static void gst_videofilter_base_init (gpointer g_class); diff --git a/gst/adder/gstadder.c b/gst/adder/gstadder.c index 90314b1f0b..e44e703673 100644 --- a/gst/adder/gstadder.c +++ b/gst/adder/gstadder.c @@ -63,8 +63,8 @@ enum enum { ARG_0, - ARG_NUM_PADS, - /* FILL ME */ + ARG_NUM_PADS + /* FILL ME */ }; static GstStaticPadTemplate gst_adder_src_template = diff --git a/gst/audioconvert/gstaudioconvert.c b/gst/audioconvert/gstaudioconvert.c index 2d444ecee9..78eb4817d9 100644 --- a/gst/audioconvert/gstaudioconvert.c +++ b/gst/audioconvert/gstaudioconvert.c @@ -132,7 +132,7 @@ enum enum { ARG_0, - ARG_AGGRESSIVE, + ARG_AGGRESSIVE }; #define DEBUG_INIT(bla) \ diff --git a/gst/audioscale/gstaudioscale.c b/gst/audioscale/gstaudioscale.c index ee2fa3f8bf..c2e7c1f23d 100644 --- a/gst/audioscale/gstaudioscale.c +++ b/gst/audioscale/gstaudioscale.c @@ -48,8 +48,8 @@ enum { ARG_0, ARG_FILTERLEN, - ARG_METHOD, - /* FILL ME */ + ARG_METHOD + /* FILL ME */ }; static GstStaticPadTemplate gst_audioscale_sink_template = diff --git a/gst/ffmpegcolorspace/avcodec.h b/gst/ffmpegcolorspace/avcodec.h index 8db12278c1..380577c528 100644 --- a/gst/ffmpegcolorspace/avcodec.h +++ b/gst/ffmpegcolorspace/avcodec.h @@ -32,7 +32,7 @@ enum CodecType { CODEC_TYPE_UNKNOWN = -1, CODEC_TYPE_VIDEO, 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_XVMC_MPEG2_MC,///< XVideo Motion Acceleration via common packet passing(xvmc_render.h) PIX_FMT_XVMC_MPEG2_IDCT, - PIX_FMT_NB, + PIX_FMT_NB }; /** diff --git a/gst/ffmpegcolorspace/common.h b/gst/ffmpegcolorspace/common.h index de5e2caf8d..abef70750a 100644 --- a/gst/ffmpegcolorspace/common.h +++ b/gst/ffmpegcolorspace/common.h @@ -988,7 +988,7 @@ enum { ST_INTRA_MB, ST_INTER_MB, ST_MV, - ST_NB, + ST_NB }; extern int st_current_index; diff --git a/gst/ffmpegcolorspace/gstffmpegcolorspace.c b/gst/ffmpegcolorspace/gstffmpegcolorspace.c index f20272b535..a033e29dd5 100644 --- a/gst/ffmpegcolorspace/gstffmpegcolorspace.c +++ b/gst/ffmpegcolorspace/gstffmpegcolorspace.c @@ -78,7 +78,7 @@ enum enum { - ARG_0, + ARG_0 }; static GType gst_ffmpegcolorspace_get_type (void); diff --git a/gst/tcp/gsttcpserversink.c b/gst/tcp/gsttcpserversink.c index 266c04bf77..4c3efa2fb2 100644 --- a/gst/tcp/gsttcpserversink.c +++ b/gst/tcp/gsttcpserversink.c @@ -57,8 +57,8 @@ enum { ARG_0, ARG_HOST, - ARG_PORT, - /* FILL ME */ + ARG_PORT + /* FILL ME */ }; static void gst_tcpserversink_base_init (gpointer g_class); diff --git a/gst/tcp/gsttcpsrc.c b/gst/tcp/gsttcpsrc.c index 478c8aa2cb..6594580f27 100644 --- a/gst/tcp/gsttcpsrc.c +++ b/gst/tcp/gsttcpsrc.c @@ -45,9 +45,9 @@ enum { ARG_0, ARG_PORT, - ARG_CONTROL, + ARG_CONTROL /* ARG_SOCKET_OPTIONS,*/ - /* FILL ME */ + /* FILL ME */ }; #define GST_TYPE_TCPSRC_CONTROL (gst_tcpsrc_control_get_type()) diff --git a/gst/videoscale/gstvideoscale.c b/gst/videoscale/gstvideoscale.c index d2bc540f26..596cb14485 100644 --- a/gst/videoscale/gstvideoscale.c +++ b/gst/videoscale/gstvideoscale.c @@ -45,8 +45,8 @@ enum enum { ARG_0, - ARG_METHOD, - /* FILL ME */ + ARG_METHOD + /* FILL ME */ }; #define GST_TYPE_VIDEOSCALE_METHOD (gst_videoscale_method_get_type()) diff --git a/gst/videotestsrc/gstvideotestsrc.c b/gst/videotestsrc/gstvideotestsrc.c index 7448e63265..dc7e007bca 100644 --- a/gst/videotestsrc/gstvideotestsrc.c +++ b/gst/videotestsrc/gstvideotestsrc.c @@ -52,8 +52,8 @@ enum ARG_0, ARG_TYPE, ARG_SYNC, - ARG_NUM_BUFFERS, - /* FILL ME */ + ARG_NUM_BUFFERS + /* FILL ME */ }; static void gst_videotestsrc_base_init (gpointer g_class); diff --git a/gst/videotestsrc/videotestsrc.c b/gst/videotestsrc/videotestsrc.c index 00b576693c..91a51f78f6 100644 --- a/gst/videotestsrc/videotestsrc.c +++ b/gst/videotestsrc/videotestsrc.c @@ -212,7 +212,7 @@ enum COLOR_NEG_I, COLOR_POS_Q, COLOR_SUPER_BLACK, - COLOR_DARK_GREY, + COLOR_DARK_GREY }; static struct vts_color_struct vts_colors[] = {