first batch : remove ',' at end of enums as they could confuse older gcc, foreign...
authorStéphane Loeuillet <gstreamer@leroutier.net>
Fri, 21 May 2004 22:39:30 +0000 (22:39 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Fri, 21 May 2004 22:39:30 +0000 (22:39 +0000)
Original commit message from CVS:

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

37 files changed:
gst/audiofx/audiowsincband.c
gst/audiofx/audiowsinclimit.c
gst/auparse/gstauparse.c
gst/avi/gstavidemux.c
gst/avi/gstavimux.c
gst/debug/gstnavigationtest.c
gst/effectv/gstaging.c
gst/effectv/gstdice.c
gst/effectv/gstedge.c
gst/effectv/gstquark.c
gst/effectv/gstrev.c
gst/effectv/gstshagadelic.c
gst/effectv/gstvertigo.c
gst/effectv/gstwarp.c
gst/flx/flx_fmt.h
gst/goom/gstgoom.c
gst/matroska/matroska-demux.c
gst/matroska/matroska-mux.c
gst/monoscope/gstmonoscope.c
gst/qtdemux/qtdemux.c
gst/rtp/gstrtpL16depay.c
gst/rtp/gstrtpL16enc.c
gst/rtp/gstrtpL16parse.c
gst/rtp/gstrtpL16pay.c
gst/rtp/gstrtpgsmenc.c
gst/rtp/gstrtpgsmpay.c
gst/smpte/barboxwipes.c
gst/smpte/gstsmpte.c
gst/spectrum/gstspectrum.c
gst/videocrop/gstvideocrop.c
gst/videofilter/gstgamma.c
gst/videofilter/gstvideofilter.c
gst/videofilter/gstvideoflip.c
gst/videofilter/gstvideotemplate.c
gst/videoflip/gstvideoflip.c
gst/wavenc/gstwavenc.c
gst/wavparse/gstwavparse.c

index ba0f2d6..7be9439 100644 (file)
@@ -55,7 +55,7 @@ enum
   ARG_0,
   ARG_LENGTH,
   ARG_LOWER_FREQUENCY,
-  ARG_UPPER_FREQUENCY,
+  ARG_UPPER_FREQUENCY
 };
 
 #define GST_TYPE_BPWSINC \
index 285c2ed..e540614 100644 (file)
@@ -53,7 +53,7 @@ enum
 {
   ARG_0,
   ARG_LENGTH,
-  ARG_FREQUENCY,
+  ARG_FREQUENCY
 };
 
 #define GST_TYPE_LPWSINC \
index 4f16f25..8bad252 100644 (file)
@@ -67,8 +67,8 @@ enum
 
 enum
 {
-  ARG_0,
-  /* FILL ME */
+  ARG_0
+      /* FILL ME */
 };
 
 static void gst_auparse_base_init (gpointer g_class);
index 11f09da..8608171 100644 (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",
index f90ec53..bdd1637 100644 (file)
@@ -54,7 +54,7 @@ enum
 enum
 {
   ARG_0,
-  ARG_BIGFILE,
+  ARG_BIGFILE
 };
 
 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
index 4bc934b..e356eae 100644 (file)
@@ -41,8 +41,8 @@ enum
 
 enum
 {
-  ARG_0,
-  /* FILL ME */
+  ARG_0
+      /* FILL ME */
 };
 
 static void gst_navigationtest_base_init (gpointer g_class);
index ee26411..e5ebed5 100644 (file)
@@ -98,8 +98,8 @@ enum
 
 enum
 {
-  ARG_0,
-  /* FILL ME */
+  ARG_0
+      /* FILL ME */
 };
 
 static void gst_agingtv_base_init (gpointer g_class);
index f77a453..3a376eb 100644 (file)
@@ -75,7 +75,7 @@ enum
 enum
 {
   ARG_0,
-  ARG_CUBE_BITS,
+  ARG_CUBE_BITS
 };
 
 static void gst_dicetv_base_init (gpointer g_class);
index 6f07153..22352f7 100644 (file)
@@ -66,7 +66,7 @@ enum
 
 enum
 {
-  ARG_0,
+  ARG_0
 };
 
 static void gst_edgetv_base_init (gpointer g_class);
index 8167a99..23cfc60 100644 (file)
@@ -81,7 +81,7 @@ enum
 enum
 {
   ARG_0,
-  ARG_PLANES,
+  ARG_PLANES
 };
 
 static void gst_quarktv_base_init (gpointer g_class);
index fb953d3..c385a05 100644 (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);
index 14de257..eb13488 100644 (file)
@@ -73,7 +73,7 @@ enum
 
 enum
 {
-  ARG_0,
+  ARG_0
 };
 
 static void gst_shagadelictv_base_init (gpointer g_class);
index eba0df8..e622eb5 100644 (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);
index e056b89..e54e752 100644 (file)
@@ -89,8 +89,8 @@ enum
 
 enum
 {
-  ARG_0,
-  /* FILL ME */
+  ARG_0
+      /* FILL ME */
 };
 
 static void gst_warptv_base_init (gpointer g_class);
index ac2062e..2af8db5 100644 (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
 };
 
 
index a4716c9..2106ec7 100644 (file)
@@ -78,8 +78,8 @@ enum
 
 enum
 {
-  ARG_0,
-  /* FILL ME */
+  ARG_0
+      /* FILL ME */
 };
 
 static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
index 3ca025c..4ff21de 100644 (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",
index 67eae13..f9ea3b7 100644 (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",
index c9c1659..ae936f6 100644 (file)
@@ -81,8 +81,8 @@ enum
 
 enum
 {
-  ARG_0,
-  /* FILL ME */
+  ARG_0
+      /* FILL ME */
 };
 
 #if G_BYTE_ORDER == G_BIG_ENDIAN
index a1a9c92..833c805 100644 (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);
index 7d99708..f4faaf1 100644 (file)
@@ -38,7 +38,7 @@ enum
 {
   ARG_0,
   ARG_FREQUENCY,
-  ARG_PAYLOAD_TYPE,
+  ARG_PAYLOAD_TYPE
 };
 
 static GstStaticPadTemplate gst_rtpL16parse_src_template =
index 1e3088e..f8e3eac 100644 (file)
@@ -42,7 +42,7 @@ enum
 enum
 {
   /* FILL ME */
-  ARG_0,
+  ARG_0
 };
 
 static GstStaticPadTemplate gst_rtpL16enc_sink_template =
index 7d99708..f4faaf1 100644 (file)
@@ -38,7 +38,7 @@ enum
 {
   ARG_0,
   ARG_FREQUENCY,
-  ARG_PAYLOAD_TYPE,
+  ARG_PAYLOAD_TYPE
 };
 
 static GstStaticPadTemplate gst_rtpL16parse_src_template =
index 1e3088e..f8e3eac 100644 (file)
@@ -42,7 +42,7 @@ enum
 enum
 {
   /* FILL ME */
-  ARG_0,
+  ARG_0
 };
 
 static GstStaticPadTemplate gst_rtpL16enc_sink_template =
index ae441e1..60b6f28 100644 (file)
@@ -43,7 +43,7 @@ enum
 enum
 {
   /* FILL ME */
-  ARG_0,
+  ARG_0
 };
 
 static GstStaticPadTemplate gst_rtpgsmenc_sink_template =
index ae441e1..60b6f28 100644 (file)
@@ -43,7 +43,7 @@ enum
 enum
 {
   /* FILL ME */
-  ARG_0,
+  ARG_0
 };
 
 static GstStaticPadTemplate gst_rtpgsmenc_sink_template =
index b843c97..d6ccf0b 100644 (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] = {
index c948ad1..ab42b51 100644 (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())
index b87763c..4176525 100644 (file)
@@ -41,7 +41,7 @@ enum
 enum
 {
   ARG_0,
-  ARG_WIDTH,
+  ARG_WIDTH
 };
 
 
index 1e0cdd9..0b36ae4 100644 (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 =
index 118c99f..e402c95 100644 (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);
index f46d69e..0fb2eb9 100644 (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);
index a434107..bb7e941 100644 (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);
index aa64ef8..93a6cfa 100644 (file)
@@ -68,8 +68,8 @@ enum
 
 enum
 {
-  ARG_0,
-  /* FILL ME */
+  ARG_0
+      /* FILL ME */
 };
 
 static void gst_videotemplate_base_init (gpointer g_class);
index f016067..bdbffc1 100644 (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);
index 7c3e9de..36b265d 100644 (file)
@@ -98,7 +98,7 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
 
 enum
 {
-  PROP_0,
+  PROP_0
 };
 
 static GstElementClass *parent_class = NULL;
index 9f2bc43..7d24f36 100644 (file)
@@ -96,7 +96,7 @@ enum
 
 enum
 {
-  PROP_0,
+  PROP_0
 };
 
 static GstElementClass *parent_class = NULL;