Skip to content
  • Filip Roséen's avatar
    demux/playlist/xspf: fix input-item uri creation · 36bee770
    Filip Roséen authored and Thomas Guillem's avatar Thomas Guillem committed
    
    
    The previous implementation inaccurately treated "p_sys->psz_base" as
    if it was referring to whatever directory (uri-wise) that contains the
    playlist we are currently processing.
    
    Given that this is not the case, it would not handle relative paths
    correctly.
    
    These changes make sure that we use ProcessMRL to properly handle the
    paths found within the playlist (the function handles both absolute
    and relative ones).
    
    fixes #17506
    
    Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
    36bee770