vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Thu Dec  1 
16:55:38 2011 +0100| [0a120d112e18f5cde5d57395dd36d18371365ccc] | committer: 
Jean-Baptiste Kempf

dash: Fixing NullManager interface implementation.

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0a120d112e18f5cde5d57395dd36d18371365ccc
---

 modules/stream_filter/dash/mpd/NullManager.cpp |    4 ++++
 modules/stream_filter/dash/mpd/NullManager.h   |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/modules/stream_filter/dash/mpd/NullManager.cpp 
b/modules/stream_filter/dash/mpd/NullManager.cpp
index 2d7d83c..044297c 100644
--- a/modules/stream_filter/dash/mpd/NullManager.cpp
+++ b/modules/stream_filter/dash/mpd/NullManager.cpp
@@ -53,3 +53,7 @@ Representation*         NullManager::getRepresentation       
(Period *, long )
 {
     return NULL;
 }
+const MPD*              NullManager::getMPD() const
+{
+    return NULL;
+}
diff --git a/modules/stream_filter/dash/mpd/NullManager.h 
b/modules/stream_filter/dash/mpd/NullManager.h
index 683bd2e..14a6d48 100644
--- a/modules/stream_filter/dash/mpd/NullManager.h
+++ b/modules/stream_filter/dash/mpd/NullManager.h
@@ -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;

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to