[vlc-commits] [Git][videolan/vlc][master] demux: dash: attributes have no explicit namespace

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Nov 15 13:07:13 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
127ac893 by François Cartegnie at 2024-11-15T12:25:16+00:00
demux: dash: attributes have no explicit namespace

regression by f8b95a0383001c74fe9da51cde0614153186b9f7

refs #28862

- - - - -


1 changed file:

- modules/demux/dash/mpd/IsoffMainParser.cpp


Changes:

=====================================
modules/demux/dash/mpd/IsoffMainParser.cpp
=====================================
@@ -114,9 +114,6 @@ void    IsoffMainParser::parseMPDAttributes   (MPD *mpd, xml::Node *node)
 
     for(auto attr: attributes)
     {
-        if(*attr.ns != NS_DASH)
-            continue;
-
         if(attr.name == "mediaPresentationDuration")
         {
             mpd->duration.Set(IsoTime(attr.value));



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/127ac893dcab9598b0dfb2c3962b08485f2fa0fa

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/127ac893dcab9598b0dfb2c3962b08485f2fa0fa
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list