From: Wim Taymans Date: Sat, 2 Nov 2002 13:21:07 +0000 (+0000) Subject: We might use this in the future X-Git-Tag: BRANCH-RELEASE-0_5_0-ROOT~124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93d794c4944ded156302eb492335a685a3d81f9b;p=platform%2Fupstream%2Fgstreamer.git We might use this in the future Original commit message from CVS: We might use this in the future --- 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);