summaryrefslogtreecommitdiff
path: root/gst/gstclock.h
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-10-20 17:40:43 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-12-02 19:04:56 +0100
commitb4285611ad177b67dd32c5022b62d255b5cdd5f5 (patch)
tree910a1327c65ca9a797d622482aaff968b425a093 /gst/gstclock.h
parent7115b77aaba7a49f1a8bf9ba4bbc34c4609ed0c5 (diff)
gstclock: New API to re-use a single shot GstClockID
API: gst_clock_single_shot_id_reinit https://bugzilla.gnome.org/show_bug.cgi?id=632778
Diffstat (limited to 'gst/gstclock.h')
-rw-r--r--gst/gstclock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/gstclock.h b/gst/gstclock.h
index f83facee2..ee2e06452 100644
--- a/gst/gstclock.h
+++ b/gst/gstclock.h
@@ -553,6 +553,9 @@ GstClockReturn gst_clock_id_wait_async_full (GstClockID id,
GDestroyNotify destroy_data);
void gst_clock_id_unschedule (GstClockID id);
+gboolean gst_clock_single_shot_id_reinit (GstClock * clock,
+ GstClockID id,
+ GstClockTime time);
G_END_DECLS