Skip to content

v4l2: fix use after free when handling events

Guillaume Desmottes requested to merge gdesmott/gst-plugins-good:v4l2-fix into master

The sink_event parent function may consume the event so we shouldn't use it after having calling it.

Merge request reports