Skip to content

harness: unref sink/src caps after deactivating pads

Matthew Waters requested to merge ystreet/gstreamer:harness-caps-shutdown into master

Otherwise, access to the harness' sink/src caps is racy between any caps query performed by an element and gst_harness_teardown().

Fixes: gst-plugins-base#794 (closed)

Merge request reports