TestClock.timedWaitForMultiplePendingIds

bool timedWaitForMultiplePendingIds(uint count, uint timeoutMs, out gst.types.ClockID[] pendingList)

Blocks until at least count clock notifications have been requested from test_clock, or the timeout expires.

MT safe.

Parameters

countthe number of pending clock notifications to wait for
timeoutMsthe timeout in milliseconds
pendingListAddress of a #GList pointer variable to store the list of pending #GstClockIDs that expired, or null

Returns

a gboolean true if the waits have been registered, false if not.

(Could be that it timed out waiting or that more waits than waits was found)