GNOME Bugzilla – Bug 121015
[api] gst_clock_entry_new() seems broken
Last modified: 2005-08-25 23:40:36 UTC
Hi, I tried to trigger a periodic notification on a clock, and it does not seem to work. I could not find any sample code, so I don't know if mine is good. But I looked a bit in gstclock.c, especially in gst_clock_entry_new(), and found that the 'interval' argument is not used. It seems to be a mistake, since there is no explicit comment nearly. BTW, are periodic clock notifications currently supported?
the clocking stuff is overdue for a rewrite, which will be one of the priorities of the 0.9 tree
Wouldn't you use glib for periodic notifications? clocking is really to synchronize streams... And well, clocking has changed in HEAD CVS, so the bug probably doesn't apply anymore...
By reading code in HEAD, I think this one is fixed. Marking as such, even without testing.