[vlc-commits] demux: adaptive: refactor demux creation with factory interface

Francois Cartegnie git at videolan.org
Mon Feb 26 12:14:33 CET 2018


vlc/vlc-3.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Feb 21 12:36:03 2018 +0100| [a3b22809965aaeb397f764cfef2a288430fe7f28] | committer: Francois Cartegnie

demux: adaptive: refactor demux creation with factory interface

(cherry picked from commit 7bbd00f21e68b640a5a61ac4a8f9a5f0c9ca0827)

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

 modules/demux/adaptive/Streams.cpp          | 35 ++++++++++++++
 modules/demux/adaptive/Streams.hpp          |  7 ++-
 modules/demux/adaptive/plumbing/Demuxer.hpp |  6 +++
 modules/demux/dash/DASHStream.cpp           | 19 ++------
 modules/demux/dash/DASHStream.hpp           |  3 +-
 modules/demux/hls/HLSStreams.cpp            | 74 +++++++++++++----------------
 modules/demux/hls/HLSStreams.hpp            |  3 +-
 modules/demux/smooth/SmoothStream.cpp       | 26 ++--------
 modules/demux/smooth/SmoothStream.hpp       |  3 +-
 9 files changed, 95 insertions(+), 81 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=a3b22809965aaeb397f764cfef2a288430fe7f28


More information about the vlc-commits mailing list