mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
We might use this in the future
Original commit message from CVS: We might use this in the future
This commit is contained in:
parent
580a572044
commit
93d794c494
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue