We might use this in the future
authorWim Taymans <wim.taymans@gmail.com>
Sat, 2 Nov 2002 13:21:07 +0000 (13:21 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 2 Nov 2002 13:21:07 +0000 (13:21 +0000)
Original commit message from CVS:
We might use this in the future

gst/gstscheduler.h

index e9eedad..b5c71e0 100644 (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);