TestClock.waitForPendingIdCount

void waitForPendingIdCount(uint count)

Blocks until at least count clock notifications have been requested from test_clock. There is no timeout for this wait, see the main description of #GstTestClock.

Parameters

countthe number of pending clock notifications to wait for

Deprecated

use [gstcheck.test_clock.TestClock.waitForMultiplePendingIds] instead.