Home
last modified time | relevance | path

Searched refs:gst_clock_wait_for_sync (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/tests/examples/ptp/
Dptp-print-times.c84 gst_clock_wait_for_sync (GST_CLOCK (clock), GST_CLOCK_TIME_NONE); in main()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dgstnetclientclock.c78 gst_clock_wait_for_sync (GST_CLOCK (client), GST_SECOND); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstclockselect.c222 gst_clock_wait_for_sync (clock, GST_CLOCK_TIME_NONE); in gst_clock_select_provide_clock()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.h644 gboolean gst_clock_wait_for_sync (GstClock * clock, GstClockTime timeout);
Dgstclock.c1729 gst_clock_wait_for_sync (GstClock * clock, GstClockTime timeout) in gst_clock_wait_for_sync() function
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c3641 if (!gst_clock_wait_for_sync (clock_drift->ntp_clock, 5 * GST_SECOND)) { in gst_dash_demux_poll_ntp_server()
/third_party/gstreamer/gstreamer/
DChangeLog21608 tests: Use gst_clock_wait_for_sync () for net client clock
21609 Instead of looping, use the gst_clock_wait_for_sync() function
29887 gst_clock_wait_for_sync(), gst_clock_is_synced() and gst_clock_set_synced()