fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign...
authorStéphane Loeuillet <gstreamer@leroutier.net>
Fri, 21 May 2004 23:53:08 +0000 (23:53 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Fri, 21 May 2004 23:53:08 +0000 (23:53 +0000)
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)

sys/cdrom/gstcdplayer.c
sys/dxr3/dxr3spusink.c
sys/dxr3/dxr3videosink.c
sys/qcam/gstqcamsrc.c
sys/sunaudio/gstsunaudio.c
sys/vcd/vcdsrc.c

index a53b2bc..99c55b7 100644 (file)
@@ -31,14 +31,14 @@ enum
   ARG_START_TRACK,
   ARG_END_TRACK,
   ARG_CURRENT_TRACK,
-  ARG_CDDB_DISCID,
+  ARG_CDDB_DISCID
 };
 
 /* signals */
 enum
 {
   TRACK_CHANGE,
-  LAST_SIGNAL,
+  LAST_SIGNAL
 };
 
 static void cdplayer_base_init (gpointer g_class);
index 0d7e645..71312c0 100644 (file)
@@ -60,7 +60,7 @@ enum
 
 enum
 {
-  ARG_0,
+  ARG_0
 };
 
 
index 8080591..2c994c8 100644 (file)
@@ -74,7 +74,7 @@ enum
 {
   PARSE_STATE_WAITING,          /* Waiting for the start of a sequence. */
   PARSE_STATE_START,            /* Start of sequence seen. */
-  PARSE_STATE_PICTURE,          /* Picture start seen. */
+  PARSE_STATE_PICTURE           /* Picture start seen. */
 };
 
 
index 689647b..4848022 100644 (file)
@@ -101,7 +101,7 @@ enum
   ARG_TRANSFER_SCALE,
   ARG_DEPTH,
   ARG_PORT,
-  ARG_AUTOEXP,
+  ARG_AUTOEXP
 };
 
 static void gst_qcamsrc_base_init (gpointer g_class);
index f95138b..de24afc 100644 (file)
@@ -81,14 +81,14 @@ static GstElementDetails plugin_details = {
 enum
 {
   /* FILL ME */
-  LAST_SIGNAL,
+  LAST_SIGNAL
 };
 
 enum
 {
   ARG_0,
   ARG_DEVICE,
-  ARG_BUFFER_SIZE,
+  ARG_BUFFER_SIZE
 };
 
 static GstStaticPadTemplate gst_sunaudiosink_sink_factory =
index 6dd3dad..8df9538 100644 (file)
@@ -57,7 +57,7 @@ enum
   ARG_TRACK,
   ARG_BYTESPERREAD,
   ARG_OFFSET,
-  ARG_MAX_ERRORS,
+  ARG_MAX_ERRORS
 };
 
 static void vcdsrc_base_init (gpointer g_class);