Skip to content

hlsdemux: Re-use streams if possible

Edward Hervey requested to merge bilboed/gst-plugins-bad:hlsdemux-reuse into master

When switching variants, try to re-use existing streams/pads instead of creating new ones. When dealing with urisourcebin and decodebin3 this is not only the expected way but also avoids a lot of buffering/hang issues.

Edited by Edward Hervey

Merge request reports