summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 22:39:30 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 22:39:30 +0000
commit97b6f6ccfa0ab837cb0e336a86f8a190d0ecd188 (patch)
tree2b45adddd2bcce84ed41a0098790ae013fbe321c /gst
parent1e477bf4ee3f4242b8920dd131d3f77cb4a3350f (diff)
downloadgstreamer-plugins-bad-97b6f6ccfa0ab837cb0e336a86f8a190d0ecd188.tar.gz
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
Diffstat (limited to 'gst')
-rw-r--r--gst/colorspace/gstcolorspace.c2
-rw-r--r--gst/deinterlace/gstdeinterlace.c2
-rw-r--r--gst/festival/gstfestival.c4
-rw-r--r--gst/filter/gstbpwsinc.c2
-rw-r--r--gst/filter/gstiir.c2
-rw-r--r--gst/filter/gstlpwsinc.c2
-rw-r--r--gst/flx/flx_fmt.h4
-rw-r--r--gst/mixmatrix/mixmatrix.c4
-rw-r--r--gst/modplug/gstmodplug.cc2
-rw-r--r--gst/mpeg1sys/gstmpeg1systemencode.c4
-rw-r--r--gst/mpeg1videoparse/gstmp1videoparse.c4
-rw-r--r--gst/mpeg2sub/gstmpeg2subt.c4
-rw-r--r--gst/mpegaudioparse/gstmpegaudioparse.c4
-rw-r--r--gst/overlay/gstoverlay.c2
-rw-r--r--gst/playondemand/gstplayondemand.c2
-rw-r--r--gst/qtdemux/qtdemux.c2
-rw-r--r--gst/rtjpeg/gstrtjpegdec.c2
-rw-r--r--gst/rtjpeg/gstrtjpegenc.c2
-rw-r--r--gst/smpte/barboxwipes.c2
-rw-r--r--gst/smpte/gstsmpte.c2
-rw-r--r--gst/spectrum/gstspectrum.c2
-rw-r--r--gst/videocrop/gstvideocrop.c4
-rw-r--r--gst/virtualdub/gstxsharpen.c2
23 files changed, 31 insertions, 31 deletions
diff --git a/gst/colorspace/gstcolorspace.c b/gst/colorspace/gstcolorspace.c
index d4ef35d5e..f321750a7 100644
--- a/gst/colorspace/gstcolorspace.c
+++ b/gst/colorspace/gstcolorspace.c
@@ -76,7 +76,7 @@ enum
{
ARG_0,
ARG_SOURCE,
- ARG_DEST,
+ ARG_DEST
};
static void gst_colorspace_base_init (gpointer g_class);
diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c
index 3c2941ba9..20da65cc0 100644
--- a/gst/deinterlace/gstdeinterlace.c
+++ b/gst/deinterlace/gstdeinterlace.c
@@ -48,7 +48,7 @@ enum
ARG_DI_ONLY,
ARG_BLEND,
ARG_THRESHOLD,
- ARG_EDGE_DETECT,
+ ARG_EDGE_DETECT
};
static GstStaticPadTemplate deinterlace_src_factory =
diff --git a/gst/festival/gstfestival.c b/gst/festival/gstfestival.c
index a7b6dad03..bceaa3dab 100644
--- a/gst/festival/gstfestival.c
+++ b/gst/festival/gstfestival.c
@@ -122,8 +122,8 @@ enum
enum
{
- ARG_0,
- /* FILL ME */
+ ARG_0
+ /* FILL ME */
};
static GstElementClass *parent_class = NULL;
diff --git a/gst/filter/gstbpwsinc.c b/gst/filter/gstbpwsinc.c
index ba0f2d67f..7be94398b 100644
--- a/gst/filter/gstbpwsinc.c
+++ b/gst/filter/gstbpwsinc.c
@@ -55,7 +55,7 @@ enum
ARG_0,
ARG_LENGTH,
ARG_LOWER_FREQUENCY,
- ARG_UPPER_FREQUENCY,
+ ARG_UPPER_FREQUENCY
};
#define GST_TYPE_BPWSINC \
diff --git a/gst/filter/gstiir.c b/gst/filter/gstiir.c
index 2f69ae6a9..438c35a78 100644
--- a/gst/filter/gstiir.c
+++ b/gst/filter/gstiir.c
@@ -42,7 +42,7 @@ enum
ARG_A,
ARG_B,
ARG_GAIN,
- ARG_STAGES,
+ ARG_STAGES
};
#define GST_TYPE_IIR \
diff --git a/gst/filter/gstlpwsinc.c b/gst/filter/gstlpwsinc.c
index 285c2edb9..e5406143d 100644
--- a/gst/filter/gstlpwsinc.c
+++ b/gst/filter/gstlpwsinc.c
@@ -53,7 +53,7 @@ enum
{
ARG_0,
ARG_LENGTH,
- ARG_FREQUENCY,
+ ARG_FREQUENCY
};
#define GST_TYPE_LPWSINC \
diff --git a/gst/flx/flx_fmt.h b/gst/flx/flx_fmt.h
index ac2062edc..2af8db5ff 100644
--- a/gst/flx/flx_fmt.h
+++ b/gst/flx/flx_fmt.h
@@ -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
};
diff --git a/gst/mixmatrix/mixmatrix.c b/gst/mixmatrix/mixmatrix.c
index d8dd5ca59..5f66cc399 100644
--- a/gst/mixmatrix/mixmatrix.c
+++ b/gst/mixmatrix/mixmatrix.c
@@ -79,7 +79,7 @@ enum
{
/* FILL ME */
RESIZE_SIGNAL,
- LAST_SIGNAL,
+ LAST_SIGNAL
};
enum
@@ -89,7 +89,7 @@ enum
ARG_OUTSIZE,
ARG_SINKPADS,
ARG_SRCPADS,
- ARG_MATRIXPTR,
+ ARG_MATRIXPTR
};
static GstStaticPadTemplate mixmatrix_sink_template =
diff --git a/gst/modplug/gstmodplug.cc b/gst/modplug/gstmodplug.cc
index e69c1c8b4..8e8b6efd3 100644
--- a/gst/modplug/gstmodplug.cc
+++ b/gst/modplug/gstmodplug.cc
@@ -91,7 +91,7 @@ enum
{
MODPLUG_STATE_NEED_TUNE = 1,
MODPLUG_STATE_LOAD_TUNE = 2,
- MODPLUG_STATE_PLAY_TUNE = 3,
+ MODPLUG_STATE_PLAY_TUNE = 3
};
static void gst_modplug_base_init (GstModPlugClass * klass);
diff --git a/gst/mpeg1sys/gstmpeg1systemencode.c b/gst/mpeg1sys/gstmpeg1systemencode.c
index d925676da..35c3e0b67 100644
--- a/gst/mpeg1sys/gstmpeg1systemencode.c
+++ b/gst/mpeg1sys/gstmpeg1systemencode.c
@@ -47,8 +47,8 @@ enum
enum
{
- ARG_0,
- /* FILL ME */
+ ARG_0
+ /* FILL ME */
};
static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
diff --git a/gst/mpeg1videoparse/gstmp1videoparse.c b/gst/mpeg1videoparse/gstmp1videoparse.c
index 4962a1faa..c1510f0f1 100644
--- a/gst/mpeg1videoparse/gstmp1videoparse.c
+++ b/gst/mpeg1videoparse/gstmp1videoparse.c
@@ -70,8 +70,8 @@ enum
enum
{
- ARG_0,
- /* FILL ME */
+ ARG_0
+ /* FILL ME */
};
static void gst_mp1videoparse_class_init (Mp1VideoParseClass * klass);
diff --git a/gst/mpeg2sub/gstmpeg2subt.c b/gst/mpeg2sub/gstmpeg2subt.c
index cea5939bf..2db8f40e1 100644
--- a/gst/mpeg2sub/gstmpeg2subt.c
+++ b/gst/mpeg2sub/gstmpeg2subt.c
@@ -88,8 +88,8 @@ enum
enum
{
ARG_0,
- ARG_SKIP,
- /* FILL ME */
+ ARG_SKIP
+ /* FILL ME */
};
enum
diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c
index 7c3df7ba4..17e11c4bd 100644
--- a/gst/mpegaudioparse/gstmpegaudioparse.c
+++ b/gst/mpegaudioparse/gstmpegaudioparse.c
@@ -58,8 +58,8 @@ enum
{
ARG_0,
ARG_SKIP,
- ARG_BIT_RATE,
- /* FILL ME */
+ ARG_BIT_RATE
+ /* FILL ME */
};
diff --git a/gst/overlay/gstoverlay.c b/gst/overlay/gstoverlay.c
index 8efabe065..50ea53d3f 100644
--- a/gst/overlay/gstoverlay.c
+++ b/gst/overlay/gstoverlay.c
@@ -69,7 +69,7 @@ enum
enum
{
- ARG_0,
+ ARG_0
};
diff --git a/gst/playondemand/gstplayondemand.c b/gst/playondemand/gstplayondemand.c
index 5a2b8be66..f9e049c05 100644
--- a/gst/playondemand/gstplayondemand.c
+++ b/gst/playondemand/gstplayondemand.c
@@ -137,7 +137,7 @@ enum
PROP_MAX_PLAYS,
PROP_TICK_RATE,
PROP_TOTAL_TICKS,
- PROP_TICKS,
+ PROP_TICKS
};
static guint gst_pod_filter_signals[LAST_SIGNAL] = { 0 };
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index a1a9c92b2..833c805f8 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -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);
diff --git a/gst/rtjpeg/gstrtjpegdec.c b/gst/rtjpeg/gstrtjpegdec.c
index bc140515e..8f4c9e253 100644
--- a/gst/rtjpeg/gstrtjpegdec.c
+++ b/gst/rtjpeg/gstrtjpegdec.c
@@ -43,7 +43,7 @@ enum
enum
{
ARG_0,
- ARG_QUALITY,
+ ARG_QUALITY
};
diff --git a/gst/rtjpeg/gstrtjpegenc.c b/gst/rtjpeg/gstrtjpegenc.c
index 71b8b74c1..416200435 100644
--- a/gst/rtjpeg/gstrtjpegenc.c
+++ b/gst/rtjpeg/gstrtjpegenc.c
@@ -41,7 +41,7 @@ enum
enum
{
ARG_0,
- ARG_QUALITY,
+ ARG_QUALITY
};
diff --git a/gst/smpte/barboxwipes.c b/gst/smpte/barboxwipes.c
index b843c97b3..d6ccf0b8c 100644
--- a/gst/smpte/barboxwipes.c
+++ b/gst/smpte/barboxwipes.c
@@ -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] = {
diff --git a/gst/smpte/gstsmpte.c b/gst/smpte/gstsmpte.c
index c948ad17a..ab42b516f 100644
--- a/gst/smpte/gstsmpte.c
+++ b/gst/smpte/gstsmpte.c
@@ -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())
diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c
index b87763cb0..417652531 100644
--- a/gst/spectrum/gstspectrum.c
+++ b/gst/spectrum/gstspectrum.c
@@ -41,7 +41,7 @@ enum
enum
{
ARG_0,
- ARG_WIDTH,
+ ARG_WIDTH
};
diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c
index 1e0cdd9f9..0b36ae488 100644
--- a/gst/videocrop/gstvideocrop.c
+++ b/gst/videocrop/gstvideocrop.c
@@ -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 =
diff --git a/gst/virtualdub/gstxsharpen.c b/gst/virtualdub/gstxsharpen.c
index a8d5413c8..41456a568 100644
--- a/gst/virtualdub/gstxsharpen.c
+++ b/gst/virtualdub/gstxsharpen.c
@@ -74,7 +74,7 @@ enum
enum
{
- ARG_0,
+ ARG_0
};
static void gst_xsharpen_class_init (GstXsharpenClass * klass);