From b4285611ad177b67dd32c5022b62d255b5cdd5f5 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 20 Oct 2010 17:40:43 +0200 Subject: 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 --- gst/gstclock.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst/gstclock.h') 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 -- cgit v1.2.3