summaryrefslogtreecommitdiff
path: root/gst/gstclock.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-07-06 09:21:03 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-07-06 09:21:03 +0000
commit15d8500f573e1187b99fb5a636800bd988b14886 (patch)
tree5cb82360f4b3f7ce93333d6f5635f1d897effb8a /gst/gstclock.h
parentcc2aa735ebc47cb024b2d09e25dad8f236081f67 (diff)
downloadgstreamer-15d8500f573e1187b99fb5a636800bd988b14886.tar.gz
gst/: Remove comma at end of enumerator list.
Original commit message from CVS: * gst/gstbus.h: * gst/gstclock.h: * gst/gstevent.h: * gst/gstiterator.h: * gst/gstpad.h: * gst/gstplugin.h: * gst/gsttask.h: Remove comma at end of enumerator list.
Diffstat (limited to 'gst/gstclock.h')
-rw-r--r--gst/gstclock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstclock.h b/gst/gstclock.h
index f9abd768e1..527c9eacec 100644
--- a/gst/gstclock.h
+++ b/gst/gstclock.h
@@ -232,7 +232,7 @@ typedef enum
GST_CLOCK_BUSY = 3,
GST_CLOCK_BADTIME = 4,
GST_CLOCK_ERROR = 5,
- GST_CLOCK_UNSUPPORTED = 6,
+ GST_CLOCK_UNSUPPORTED = 6
} GstClockReturn;
/**
@@ -329,7 +329,7 @@ typedef enum {
GST_CLOCK_FLAG_CAN_SET_RESOLUTION = (GST_OBJECT_FLAG_LAST << 4),
GST_CLOCK_FLAG_CAN_SET_MASTER = (GST_OBJECT_FLAG_LAST << 5),
/* padding */
- GST_CLOCK_FLAG_LAST = (GST_OBJECT_FLAG_LAST << 8),
+ GST_CLOCK_FLAG_LAST = (GST_OBJECT_FLAG_LAST << 8)
} GstClockFlags;
/**