id_unref

function id_unref(id:Gst.ClockID):void {
    // Gjs wrapper for gst_clock_id_unref()
}

Unref given id. When the refcount reaches 0 the Gst.ClockID will be freed.

MT safe.

id

The Gst.ClockID to unref