Skip to content

harness: Handle element not being set cleanly.

Jan Schmidt requested to merge thaytan/gstreamer:harness-no-element into master

If a harness is created with gst_harness_new_empty(), there might not be an internal element to unref on cleanup.

Merge request reports