Skip to content

v4l2transform: don't segfault if flushed without pools

The v4l2output and v4l2capture v4l2objects can have pool == NULL if they have been stopped before. If the sink receives a FLUSH_STOP event in this state, calling gst_v4l2_buffer_pool_flush segfaults trying to dereference the NULL pointer.

Edited by Philipp Zabel

Merge request reports