Skip to content

v4l2videodec: safely retrun from video_dec_loop with stream unlock

Qi Hou requested to merge (removed):v4l2videodec into main

I met a case that doing trick play between different resolution causes decoder hang. It's caused by stream lock/unlock not handled well. Need to return safe from video_dec_loop with stream unlock if gst_v4l2_video_dec_setup_capture returns none GST_FLOW_OK.

Merge request reports