gst_clock_id_wait  545 gst/gstclock.h GstClockReturn		gst_clock_id_wait		(GstClockID id,
gst_clock_id_wait 2095 libs/gst/base/gstbasesink.c   ret = gst_clock_id_wait (id, jitter);
gst_clock_id_wait 1835 libs/gst/base/gstbasesrc.c   ret = gst_clock_id_wait (id, NULL);
gst_clock_id_wait  638 plugins/elements/gstidentity.c       cret = gst_clock_id_wait (identity->clock_id, NULL);
gst_clock_id_wait  361 tests/check/gst/gstpipeline.c     fail_unless (gst_clock_id_wait (clock_id, NULL) == GST_CLOCK_OK,
gst_clock_id_wait  430 tests/check/gst/gstpipeline.c     ret = gst_clock_id_wait (clock_id, NULL);
gst_clock_id_wait  137 tests/check/gst/gstsystemclock.c   result = gst_clock_id_wait (id, NULL);
gst_clock_id_wait  145 tests/check/gst/gstsystemclock.c   result = gst_clock_id_wait (id, NULL);
gst_clock_id_wait  214 tests/check/gst/gstsystemclock.c   result = gst_clock_id_wait (id, NULL);
gst_clock_id_wait  219 tests/check/gst/gstsystemclock.c   result = gst_clock_id_wait (id, NULL);
gst_clock_id_wait  248 tests/check/gst/gstsystemclock.c   result = gst_clock_id_wait (id, NULL);
gst_clock_id_wait  386 tests/check/gst/gstsystemclock.c     result = gst_clock_id_wait (td.sync_id2, &jitter);
gst_clock_id_wait  401 tests/check/gst/gstsystemclock.c     result = gst_clock_id_wait (td.sync_id, &jitter);
gst_clock_id_wait  438 tests/check/gst/gstsystemclock.c   gst_clock_id_wait (clock_id, NULL);
gst_clock_id_wait  450 tests/check/gst/gstsystemclock.c   result = gst_clock_id_wait (clock_id, NULL);
gst_clock_id_wait  459 tests/check/gst/gstsystemclock.c   result = gst_clock_id_wait (clock_id, NULL);
gst_clock_id_wait  506 tests/check/gst/gstsystemclock.c   info->ret = gst_clock_id_wait (info->id, &info->jitter);
gst_clock_id_wait   99 tests/examples/controller/audio-example.c     if ((wait_ret = gst_clock_id_wait (clock_id, NULL)) != GST_CLOCK_OK) {