Skip to content

appsrc: Store strong references to the expected buffers in the tests

Otherwise the buffers might already be freed as they were only owned by the GstSample / appsrc and potentially don't survive until the pad probe, as observed in some CI runs of the tests.

Merge request reports