Home
last modified time | relevance | path

Searched refs:gst_clock_is_synced (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstclock.c1283 if (!gst_clock_is_synced (clock)) { in gst_clock_slave_callback()
1337 if (master && !gst_clock_is_synced (master)) in gst_clock_set_master()
1774 gst_clock_is_synced (GstClock * clock) in gst_clock_is_synced() function
Dgstclock.h647 gboolean gst_clock_is_synced (GstClock * clock);
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpjitterbuffer.c266 if (gst_clock_is_synced (jbuf->media_clock)) { in rtp_jitter_buffer_set_media_clock()
298 if (gst_clock_is_synced (jbuf->media_clock)) { in rtp_jitter_buffer_set_pipeline_clock()
820 && gst_clock_is_synced (media_clock); in rtp_jitter_buffer_calculate_pts()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetclientclock.c1399 if (gst_clock_is_synced (cache->clock)) in gst_net_client_clock_constructed()
1418 if (!gst_clock_is_synced (self->priv->internal_clock)) { in gst_net_client_clock_get_internal_time()
/third_party/gstreamer/gstreamer/
DChangeLog29887 gst_clock_wait_for_sync(), gst_clock_is_synced() and gst_clock_set_synced()