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:07 +0000 (23:53 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Fri, 21 May 2004 23:53:07 +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/oss/gstosselement.c
sys/oss/gstosssink.c
sys/oss/gstosssrc.c
sys/osxaudio/gstosxaudioelement.c

index 7f38f6f..8d8018d 100644 (file)
@@ -44,7 +44,7 @@ enum
   ARG_0,
   ARG_DEVICE,
   ARG_MIXERDEV,
-  ARG_DEVICE_NAME,
+  ARG_DEVICE_NAME
 };
 
 /* elementfactory information */
index 28a8c44..08de079 100644 (file)
@@ -84,8 +84,8 @@ enum
   ARG_FRAGMENT,
   ARG_BUFFER_SIZE,
   ARG_SYNC,
-  ARG_CHUNK_SIZE,
-  /* FILL ME */
+  ARG_CHUNK_SIZE
+      /* FILL ME */
 };
 
 static GstStaticPadTemplate osssink_sink_factory =
index 1ff3ee4..5b44823 100644 (file)
@@ -55,7 +55,7 @@ enum
 {
   ARG_0,
   ARG_BUFFERSIZE,
-  ARG_FRAGMENT,
+  ARG_FRAGMENT
 };
 
 static GstStaticPadTemplate osssrc_src_factory = GST_STATIC_PAD_TEMPLATE ("src",
index 5a25eb0..9b3fa7d 100644 (file)
@@ -36,7 +36,7 @@
 enum
 {
   ARG_0,
-  ARG_DEVICE,
+  ARG_DEVICE
 };
 
 /* elementfactory information */