clock: make UNSCHEDULED checks threadsafe
Move the checks for using an unscheduled entry from the unsafe GstClock to the SystemClock object so that we can perform the correct locking. fix a leak and potential deadlock then the async thread fails to start. Sprinkle some G_LIKELY around because we can.
Please register or sign in to comment