summaryrefslogtreecommitdiff
path: root/plugins/elements/gstfakesink.c
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-28 05:01:05 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-28 05:01:05 +0000
commit55cd61de48c8ffd639b4ecead1260e343f96360e (patch)
tree540450491fbd356ae25ec883d6c0ad19ab3c8dd0 /plugins/elements/gstfakesink.c
parentb8ff3d3d6357d7383dc168be472fd25530dc170e (diff)
- removing some trailing commas in enums to please C90 only compilers (AIX, Forte, ...) ('should' fix #143290) should...
Original commit message from CVS: - removing some trailing commas in enums to please C90 only compilers (AIX, Forte, ...) ('should' fix #143290) should/could we compile gst with -ansi -pedantic to catch those in the build-bots ?
Diffstat (limited to 'plugins/elements/gstfakesink.c')
-rw-r--r--plugins/elements/gstfakesink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gstfakesink.c b/plugins/elements/gstfakesink.c
index a1c3eaeac..2a11619ea 100644
--- a/plugins/elements/gstfakesink.c
+++ b/plugins/elements/gstfakesink.c
@@ -54,7 +54,7 @@ enum
ARG_DUMP,
ARG_SYNC,
ARG_SIGNAL_HANDOFFS,
- ARG_LAST_MESSAGE,
+ ARG_LAST_MESSAGE
};
GstStaticPadTemplate fakesink_sink_template = GST_STATIC_PAD_TEMPLATE ("sink%d",