Skip to content

v4l2bufferpool: fix queue error when doing orphan

Haihua Hu requested to merge JaredHu/gst-plugins-good:fix_orphan into master

error log is reported when release the outstanding buffer to v4l2bufferpool, but at the same time v4l2 is doing orphan. This will lead to queue fail. Need add lock when access pool->orphaned

Merge request reports