From 93d794c4944ded156302eb492335a685a3d81f9b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 2 Nov 2002 13:21:07 +0000 Subject: [PATCH] We might use this in the future Original commit message from CVS: We might use this in the future --- gst/gstscheduler.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gst/gstscheduler.h b/gst/gstscheduler.h index e9eedad..b5c71e0 100644 --- a/gst/gstscheduler.h +++ b/gst/gstscheduler.h @@ -104,7 +104,9 @@ struct _GstSchedulerClass { /* for debugging */ void (*show) (GstScheduler *sched); - /* signals go here */ + /* signals */ + void (*object_sync) (GstScheduler *sched, GstClock *clock, GstObject *object, + GstClockID id); }; GType gst_scheduler_get_type (void); -- 2.7.4