Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
0a120d11
Commit
0a120d11
authored
Dec 01, 2011
by
Hugo Beauzée-Luyssen
Committed by
Jean-Baptiste Kempf
Dec 08, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dash: Fixing NullManager interface implementation.
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
d314c4f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
modules/stream_filter/dash/mpd/NullManager.cpp
modules/stream_filter/dash/mpd/NullManager.cpp
+4
-0
modules/stream_filter/dash/mpd/NullManager.h
modules/stream_filter/dash/mpd/NullManager.h
+2
-1
No files found.
modules/stream_filter/dash/mpd/NullManager.cpp
View file @
0a120d11
...
...
@@ -53,3 +53,7 @@ Representation* NullManager::getRepresentation (Period *, long )
{
return
NULL
;
}
const
MPD
*
NullManager
::
getMPD
()
const
{
return
NULL
;
}
modules/stream_filter/dash/mpd/NullManager.h
View file @
0a120d11
...
...
@@ -27,6 +27,7 @@
#include "mpd/IMPDManager.h"
#include "mpd/MPD.h"
#include "mpd/Period.h"
#include "mpd/Representation.h"
#include "mpd/ISegment.h"
...
...
@@ -45,7 +46,7 @@ namespace dash
Representation
*
getBestRepresentation
(
Period
*
period
);
std
::
vector
<
ISegment
*>
getSegments
(
Representation
*
rep
);
Representation
*
getRepresentation
(
Period
*
period
,
long
bitrate
);
const
MPD
*
getMPD
()
const
;
private:
std
::
vector
<
Period
*>
periods
;
std
::
vector
<
ISegment
*>
segments
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment