Skip to content

urisourcebin: Fix crash caused by use after free

OutputSlotInfo doesn't hold ref of queue, so gst_bin_remove() will free the queue memory.

Merge request reports