Skip to content

dashdemux2: Fix a couple leaks and a use-after-move

Philippe Normand requested to merge philn/gstreamer:dashdemux2-leaks into main

The tags and caps were leaked for unknown streams, I'm not sure they'd be valid in that case, but better safe than sorry.

The tags ownership is transfered when calling gst_adaptive_demux_track_new() so unreffing those afterwards was a mistake.

Merge request reports