clock: API: Add function to re-init periodic GstClockIDs
[platform/upstream/gstreamer.git] / gst / gstclock.h
index 2d11aee..cc1ed09 100644 (file)
@@ -560,6 +560,10 @@ void                       gst_clock_id_unschedule         (GstClockID id);
 gboolean                gst_clock_single_shot_id_reinit (GstClock * clock,
                                                         GstClockID id,
                                                         GstClockTime time);
+gboolean                gst_clock_periodic_id_reinit    (GstClock * clock,
+                                                        GstClockID id,
+                                                        GstClockTime start_time,
+                                                        GstClockTime interval);
 
 G_END_DECLS