[Bug 749391] PTP network clock support
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jun 3 04:35:32 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=749391
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #304485|0 |1
is obsolete| |
--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 304495
--> https://bugzilla.gnome.org/attachment.cgi?id=304495&action=edit
clock: Add GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC and related API
gst_clock_wait_for_sync(), gst_clock_is_synced() and gst_clock_set_synced()
plus a signal to asynchronously wait for the clock to be synced.
This can be used by clocks to signal that they need initial synchronization
before they can report any time, and that this synchronization can also get
completely lost at some point. Network clocks, like the GStreamer
netclientclock, NTP or PTP clocks are examples for clocks where this is useful
to have as they can't report any time at all before they're synced.
--
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