Skip to content

v4l2videodec: Check stop in flush() to avoid race condition.

Kevin Song requested to merge kevinbing.song/gst-plugins-good:flush into master

Backward playback will drain and flush every frame. Stop playback when backward playback have race condition between exit thread and streaming thread flush. Add one check to avoid it.

Fixes #639 (closed)

Merge request reports