Skip to content

harness: fix potential crash with event handling

Håvard Graff requested to merge hgr/gstreamer:harness_event_fix into master

The application might pull and unref an event by the time the code gets around to check it for EOS.

Don't push the event to the queue before processing it.

Edited by Håvard Graff

Merge request reports