Skip to content

msdk: add a new thread to check mfx locked surfaces state

fuweitax requested to merge fuweitax/gst-plugins-bad:msdkcontext into master

Add a new thread to check locked mfx surfaces, if possible, will take the surfaces from locked to available and emit signal. And if the main thread is waiting for an available surface, it will get the signal which notifys that a mfx surface becomes available.

Merge request reports