summaryrefslogtreecommitdiffstats
path: root/ext/cdaudio
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/cdaudio
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/cdaudio')
-rw-r--r--ext/cdaudio/gstcdaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/cdaudio/gstcdaudio.c b/ext/cdaudio/gstcdaudio.c
index f622d5e4..aed35f79 100644
--- a/ext/cdaudio/gstcdaudio.c
+++ b/ext/cdaudio/gstcdaudio.c
@@ -69,14 +69,14 @@ enum
ARG_VOLUME_FR,
ARG_VOLUME_FL,
ARG_VOLUME_BR,
- ARG_VOLUME_BL,
+ ARG_VOLUME_BL
};
/* signals */
enum
{
TRACK_CHANGE,
- LAST_SIGNAL,
+ LAST_SIGNAL
};
static void gst_cdaudio_class_init (GstCDAudioClass * klass);