summaryrefslogtreecommitdiffstats
path: root/ext/tarkin
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:28:57 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:28:57 +0000
commitc9cb9718922fbfea5bdbf6933235eefcca0152d4 (patch)
treefe125e098c3598bbf876c356fcf684ac01dfbb98 /ext/tarkin
parent97b6f6ccfa0ab837cb0e336a86f8a190d0ecd188 (diff)
downloadgst-plugins-bad-c9cb9718922fbfea5bdbf6933235eefcca0152d4.tar.gz
gst-plugins-bad-c9cb9718922fbfea5bdbf6933235eefcca0152d4.tar.bz2
gst-plugins-bad-c9cb9718922fbfea5bdbf6933235eefcca0152d4.zip
second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ...
Original commit message from CVS: second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in gst-plugins/ext/ this time)
Diffstat (limited to 'ext/tarkin')
-rw-r--r--ext/tarkin/gsttarkindec.c2
-rw-r--r--ext/tarkin/gsttarkinenc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/tarkin/gsttarkindec.c b/ext/tarkin/gsttarkindec.c
index c417388f..ce16ac9f 100644
--- a/ext/tarkin/gsttarkindec.c
+++ b/ext/tarkin/gsttarkindec.c
@@ -46,7 +46,7 @@ enum
enum
{
ARG_0,
- ARG_BITRATE,
+ ARG_BITRATE
};
static void gst_tarkindec_base_init (gpointer g_class);
diff --git a/ext/tarkin/gsttarkinenc.c b/ext/tarkin/gsttarkinenc.c
index e39d377f..0b5a9d45 100644
--- a/ext/tarkin/gsttarkinenc.c
+++ b/ext/tarkin/gsttarkinenc.c
@@ -48,7 +48,7 @@ enum
ARG_0,
ARG_BITRATE,
ARG_S_MOMENTS,
- ARG_A_MOMENTS,
+ ARG_A_MOMENTS
};
static void gst_tarkinenc_base_init (gpointer g_class);