Skip to content

hlssink2: fix releasing of request pads

The target of a ghostpad is accessed through gst_ghost_pad_get_target(), not gst_pad_get_peer().

Also once accessed, the target pad should be removed from splimuxsink, not the pad itself.

Merge request reports