Skip to content

gluploadelement: Avoid race condition of base class' context.

He Junyan requested to merge He_Junyan/gst-plugins-base:gl_upload_ctx into master

The base class' context may change, we should use the common API with lock to access it, rather than the just directly access the struct field.

Merge request reports