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 56263de2ac
commit ec8a1bb76c
37 changed files with 53 additions and 53 deletions

View file

@ -55,7 +55,7 @@ enum
ARG_0,
ARG_LENGTH,
ARG_LOWER_FREQUENCY,
ARG_UPPER_FREQUENCY,
ARG_UPPER_FREQUENCY
};
#define GST_TYPE_BPWSINC \

View file

@ -53,7 +53,7 @@ enum
{
ARG_0,
ARG_LENGTH,
ARG_FREQUENCY,
ARG_FREQUENCY
};
#define GST_TYPE_LPWSINC \

View file

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

View file

@ -41,8 +41,8 @@ enum
enum
{
ARG_0,
ARG_STREAMINFO,
/* FILL ME */
ARG_STREAMINFO
/* FILL ME */
};
static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",

View file

@ -54,7 +54,7 @@ enum
enum
{
ARG_0,
ARG_BIGFILE,
ARG_BIGFILE
};
static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",

View file

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

View file

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

View file

@ -75,7 +75,7 @@ enum
enum
{
ARG_0,
ARG_CUBE_BITS,
ARG_CUBE_BITS
};
static void gst_dicetv_base_init (gpointer g_class);

View file

@ -66,7 +66,7 @@ enum
enum
{
ARG_0,
ARG_0
};
static void gst_edgetv_base_init (gpointer g_class);

View file

@ -81,7 +81,7 @@ enum
enum
{
ARG_0,
ARG_PLANES,
ARG_PLANES
};
static void gst_quarktv_base_init (gpointer g_class);

View file

@ -94,7 +94,7 @@ enum
ARG_0,
ARG_DELAY,
ARG_LINESPACE,
ARG_GAIN,
ARG_GAIN
};
static void gst_revtv_base_init (gpointer g_class);

View file

@ -73,7 +73,7 @@ enum
enum
{
ARG_0,
ARG_0
};
static void gst_shagadelictv_base_init (gpointer g_class);

View file

@ -77,7 +77,7 @@ enum
{
ARG_0,
ARG_SPEED,
ARG_ZOOM_SPEED,
ARG_ZOOM_SPEED
};
static void gst_vertigotv_base_init (gpointer g_class);

View file

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

View file

@ -58,7 +58,7 @@ enum Flx_TypeChunk
FLX_REGION = 37,
FLX_WAVE = 38,
FLX_USERSTRING = 39,
FLX_RGN_MASK = 40,
FLX_RGN_MASK = 40
};
@ -67,7 +67,7 @@ enum Flx_MagicHdr
FLX_MAGICHDR_FLI = 0xaf11,
FLX_MAGICHDR_FLC = 0xaf12,
FLX_MAGICHDR_FLX = 0xaf44,
FLX_MAGICHDR_HUFFBWT = 0xaf30,
FLX_MAGICHDR_HUFFBWT = 0xaf30
};

View file

@ -78,8 +78,8 @@ enum
enum
{
ARG_0,
/* FILL ME */
ARG_0
/* FILL ME */
};
static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",

View file

@ -43,8 +43,8 @@ enum
{
ARG_0,
ARG_METADATA,
ARG_STREAMINFO,
/* FILL ME */
ARG_STREAMINFO
/* FILL ME */
};
static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",

View file

@ -38,8 +38,8 @@ enum
enum
{
ARG_0,
ARG_METADATA,
/* FILL ME */
ARG_METADATA
/* FILL ME */
};
static GstStaticPadTemplate src_templ = GST_STATIC_PAD_TEMPLATE ("src",

View file

@ -81,8 +81,8 @@ enum
enum
{
ARG_0,
/* FILL ME */
ARG_0
/* FILL ME */
};
#if G_BYTE_ORDER == G_BIG_ENDIAN

View file

@ -105,7 +105,7 @@ enum QtDemuxState
QTDEMUX_STATE_SEEKING,
QTDEMUX_STATE_MOVIE,
QTDEMUX_STATE_SEEKING_EOS,
QTDEMUX_STATE_EOS,
QTDEMUX_STATE_EOS
};
static GNode *qtdemux_tree_get_child_by_type (GNode * node, guint32 fourcc);

View file

@ -38,7 +38,7 @@ enum
{
ARG_0,
ARG_FREQUENCY,
ARG_PAYLOAD_TYPE,
ARG_PAYLOAD_TYPE
};
static GstStaticPadTemplate gst_rtpL16parse_src_template =

View file

@ -42,7 +42,7 @@ enum
enum
{
/* FILL ME */
ARG_0,
ARG_0
};
static GstStaticPadTemplate gst_rtpL16enc_sink_template =

View file

@ -38,7 +38,7 @@ enum
{
ARG_0,
ARG_FREQUENCY,
ARG_PAYLOAD_TYPE,
ARG_PAYLOAD_TYPE
};
static GstStaticPadTemplate gst_rtpL16parse_src_template =

View file

@ -42,7 +42,7 @@ enum
enum
{
/* FILL ME */
ARG_0,
ARG_0
};
static GstStaticPadTemplate gst_rtpL16enc_sink_template =

View file

@ -43,7 +43,7 @@ enum
enum
{
/* FILL ME */
ARG_0,
ARG_0
};
static GstStaticPadTemplate gst_rtpgsmenc_sink_template =

View file

@ -43,7 +43,7 @@ enum
enum
{
/* FILL ME */
ARG_0,
ARG_0
};
static GstStaticPadTemplate gst_rtpgsmenc_sink_template =

View file

@ -29,7 +29,7 @@ enum
BOX_VERTICAL = 1,
BOX_HORIZONTAL = 2,
BOX_CLOCK = 3,
TRIGANLE_LINEAR = 4,
TRIGANLE_LINEAR = 4
};
static gint boxes_1b[][7] = {

View file

@ -71,7 +71,7 @@ enum
ARG_TYPE,
ARG_BORDER,
ARG_DEPTH,
ARG_FPS,
ARG_FPS
};
#define GST_TYPE_SMPTE_TRANSITION_TYPE (gst_smpte_transition_type_get_type())

View file

@ -41,7 +41,7 @@ enum
enum
{
ARG_0,
ARG_WIDTH,
ARG_WIDTH
};

View file

@ -79,8 +79,8 @@ enum
ARG_LEFT,
ARG_RIGHT,
ARG_TOP,
ARG_BOTTOM,
/* FILL ME */
ARG_BOTTOM
/* FILL ME */
};
static GstStaticPadTemplate gst_video_crop_src_template =

View file

@ -80,8 +80,8 @@ enum
ARG_GAMMA,
ARG_GAMMA_R,
ARG_GAMMA_G,
ARG_GAMMA_B,
/* FILL ME */
ARG_GAMMA_B
/* FILL ME */
};
static void gst_gamma_base_init (gpointer g_class);

View file

@ -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);

View file

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

View file

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

View file

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

View file

@ -98,7 +98,7 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
enum
{
PROP_0,
PROP_0
};
static GstElementClass *parent_class = NULL;

View file

@ -96,7 +96,7 @@ enum
enum
{
PROP_0,
PROP_0
};
static GstElementClass *parent_class = NULL;