Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
439
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
127ac893
Commit
127ac893
authored
3 months ago
by
François Cartegnie
Committed by
Steve Lhomme
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
demux: dash: attributes have no explicit namespace
regression by
f8b95a03
refs
#28862
parent
dfc2363e
No related branches found
Branches containing commit
No related tags found
1 merge request
!6305
demux: dash: attributes have no explicit namespace
Pipeline
#534370
passed with stage
Stage:
in 57 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/demux/dash/mpd/IsoffMainParser.cpp
+0
-3
0 additions, 3 deletions
modules/demux/dash/mpd/IsoffMainParser.cpp
with
0 additions
and
3 deletions
modules/demux/dash/mpd/IsoffMainParser.cpp
+
0
−
3
View file @
127ac893
...
...
@@ -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
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment