summaryrefslogtreecommitdiffstats
path: root/sys/dxr3/dxr3videosink.c
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:53:08 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:53:08 +0000
commit8ab84441bb8c1e7e698eb152c13e64e6681638db (patch)
tree5506a8adac2cb60408003121c0c9dfc076a20986 /sys/dxr3/dxr3videosink.c
parentf68a449ea32c9a7c85f73048464e5cca047c7a58 (diff)
downloadgst-plugins-bad-8ab84441bb8c1e7e698eb152c13e64e6681638db.tar.gz
gst-plugins-bad-8ab84441bb8c1e7e698eb152c13e64e6681638db.tar.bz2
gst-plugins-bad-8ab84441bb8c1e7e698eb152c13e64e6681638db.zip
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/dxr3/dxr3videosink.c')
-rw-r--r--sys/dxr3/dxr3videosink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dxr3/dxr3videosink.c b/sys/dxr3/dxr3videosink.c
index 80805913..2c994c87 100644
--- a/sys/dxr3/dxr3videosink.c
+++ b/sys/dxr3/dxr3videosink.c
@@ -74,7 +74,7 @@ enum
{
PARSE_STATE_WAITING, /* Waiting for the start of a sequence. */
PARSE_STATE_START, /* Start of sequence seen. */
- PARSE_STATE_PICTURE, /* Picture start seen. */
+ PARSE_STATE_PICTURE /* Picture start seen. */
};