diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-09 10:27:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-09 10:27:22 +0000 |
commit | dcb3cec6a061b15e7de5e9149f7abf2f53f6fc51 (patch) | |
tree | 892417a2320289562ed7d83f35d0e9782a456631 /gst/gstclock.h | |
parent | e81fb05e74b21f3a77c0cb7cb1f91629dbb0bc6e (diff) | |
download | gstreamer-dcb3cec6a061b15e7de5e9149f7abf2f53f6fc51.tar.gz |
merge from BRANCH-RELEASE-0_4_0
Original commit message from CVS:
merge from BRANCH-RELEASE-0_4_0
Diffstat (limited to 'gst/gstclock.h')
-rw-r--r-- | gst/gstclock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstclock.h b/gst/gstclock.h index c714de4c64..6b811cb354 100644 --- a/gst/gstclock.h +++ b/gst/gstclock.h @@ -68,7 +68,7 @@ typedef enum GST_CLOCK_STOPPED = 0, GST_CLOCK_TIMEOUT = 1, GST_CLOCK_EARLY = 2, - GST_CLOCK_ERROR = 3, + GST_CLOCK_ERROR = 3 } GstClockReturn; struct _GstClock { |