Clock.idUnschedule
void idUnschedule(gst.types.ClockID id)Cancels an outstanding request with id. This can either be an outstanding async notification or a pending sync notification. After this call, id cannot be used anymore to receive sync or async notifications, you need to create a new #GstClockID.
Parameters
id | The id to unschedule |