[vlc-commits] demux: adaptive: use vlc_object as Demuxer parent
Francois Cartegnie
git at videolan.org
Mon Mar 30 16:16:08 CEST 2020
vlc/vlc-3.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Jul 11 10:41:19 2019 +0200| [210b56fa77b1c2d2c244d0f861be2e255ceaf1ad] | committer: Francois Cartegnie
demux: adaptive: use vlc_object as Demuxer parent
(cherry picked from commit 99c65bc3db6ea11f0e927612f3f240062b9d2fe5)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=210b56fa77b1c2d2c244d0f861be2e255ceaf1ad
---
modules/demux/adaptive/Streams.cpp | 8 ++++----
modules/demux/adaptive/Streams.hpp | 2 +-
modules/demux/adaptive/plumbing/Demuxer.cpp | 19 +++++++++++--------
modules/demux/adaptive/plumbing/Demuxer.hpp | 12 ++++++------
modules/demux/dash/DASHStream.cpp | 12 ++++++++----
modules/demux/dash/DASHStream.hpp | 2 +-
modules/demux/hls/HLSStreams.cpp | 12 ++++++------
modules/demux/hls/HLSStreams.hpp | 4 ++--
modules/demux/smooth/SmoothStream.cpp | 4 ++--
modules/demux/smooth/SmoothStream.hpp | 2 +-
10 files changed, 42 insertions(+), 35 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=210b56fa77b1c2d2c244d0f861be2e255ceaf1ad
More information about the vlc-commits
mailing list