summaryrefslogtreecommitdiffstats
path: root/sys/oss
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:53:07 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:53:07 +0000
commitf5876c0e872d0d0f499bcdf57be42315e87dce71 (patch)
treec406fc5c20090eb7266e764849a6aac6bfe51fcd /sys/oss
parent4c89978b6e2e5d8d37d3b6810c3ce38bf20fb673 (diff)
fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ...
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)
Diffstat (limited to 'sys/oss')
-rw-r--r--sys/oss/gstosselement.c2
-rw-r--r--sys/oss/gstosssink.c4
-rw-r--r--sys/oss/gstosssrc.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/oss/gstosselement.c b/sys/oss/gstosselement.c
index 7f38f6fc..8d8018df 100644
--- a/sys/oss/gstosselement.c
+++ b/sys/oss/gstosselement.c
@@ -44,7 +44,7 @@ enum
ARG_0,
ARG_DEVICE,
ARG_MIXERDEV,
- ARG_DEVICE_NAME,
+ ARG_DEVICE_NAME
};
/* elementfactory information */
diff --git a/sys/oss/gstosssink.c b/sys/oss/gstosssink.c
index 28a8c44a..08de079b 100644
--- a/sys/oss/gstosssink.c
+++ b/sys/oss/gstosssink.c
@@ -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 =
diff --git a/sys/oss/gstosssrc.c b/sys/oss/gstosssrc.c
index 1ff3ee48..5b44823c 100644
--- a/sys/oss/gstosssrc.c
+++ b/sys/oss/gstosssrc.c
@@ -55,7 +55,7 @@ enum
{
ARG_0,
ARG_BUFFERSIZE,
- ARG_FRAGMENT,
+ ARG_FRAGMENT
};
static GstStaticPadTemplate osssrc_src_factory = GST_STATIC_PAD_TEMPLATE ("src",