We might use this in the future

Original commit message from CVS:
We might use this in the future
This commit is contained in:
Wim Taymans 2002-11-02 13:21:07 +00:00
parent 580a572044
commit 93d794c494

View file

@ -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);