(Could be that it timed out waiting or that more waits than waits was found)
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
count | the number of pending clock notifications to wait for |
timeoutMs | the timeout in milliseconds |
pendingList | Address 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.