TestClock.waitForMultiplePendingIds
void waitForMultiplePendingIds(uint count, out gst.types.ClockID[] pendingList)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.
MT safe.
Parameters
count | the number of pending clock notifications to wait for |
pendingList | Address of a #GList pointer variable to store the list of pending #GstClockIDs that expired, or null |