[Bug 749391] PTP network clock support

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 29 03:32:29 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=749391

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
On IRC it was mentioned that the clock waiting and "clock not ready" stuff
should be merged into GstClock instead, as we have the same problem with other
clocks and something generic to handle this would be nice.

Proposed API:
flag:   GST_CLOCK_FLAG_CAN_BE_NOT_READY = (1<<6)
signal: void ready-state-changed(GstClock *clock, gboolean ready);
method: gboolean gst_clock_wait_ready(GstClock *clock, GstClockTime timeout);
        gboolean gst_clock_is_ready(GstClock *clock);


Comments?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list