Skip to content

gst-play: Don't leak the stream collection

Edward Hervey requested to merge bilboed/gstreamer:play-leak-collection into main

We are given a reference to the collection when parsing it from the message. Just store it (instead of referencing it again).

Merge request reports