After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 121015 - [api] gst_clock_entry_new() seems broken
[api] gst_clock_entry_new() seems broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-08-29 15:55 UTC by Laurent Sansonetti
Modified: 2005-08-25 23:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laurent Sansonetti 2003-08-29 15:55:57 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?
Comment 1 Thomas Vander Stichele 2004-02-24 14:20:22 UTC
the clocking stuff is overdue for a rewrite, which will be one of the
priorities of the 0.9 tree
Comment 2 Ronald Bultje 2004-02-24 17:21:47 UTC
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...
Comment 3 Andy Wingo 2005-07-14 15:58:00 UTC
By reading code in HEAD, I think this one is fixed. Marking as such, even
without testing.