[vlc-devel] [PATCH v2 1/3] Re-implemented SoutMrl in a more object-oriented way
Rémi Denis-Courmont
remi at remlab.net
Thu Oct 17 17:47:19 CEST 2019
Le torstaina 17. lokakuuta 2019, 18.11.24 EEST Jérôme Froissart a écrit :
> ---
> AUTHORS | 1 +
> modules/gui/qt/Makefile.am | 1 +
> .../qt/components/sout/profile_selector.cpp | 2 +-
> .../gui/qt/components/sout/sout_widgets.cpp | 1 +
> modules/gui/qt/dialogs/sout.hpp | 71 +---------
> modules/gui/qt/util/soutmrl.cpp | 108 ++++++++++++++
> modules/gui/qt/util/soutmrl.hpp | 133 ++++++++++++++++++
> 7 files changed, 246 insertions(+), 71 deletions(-)
> create mode 100644 modules/gui/qt/util/soutmrl.cpp
> create mode 100644 modules/gui/qt/util/soutmrl.hpp
AFAICT, this is uses very wrong and confusing naming. MRL means media resource
locator, it's more or less the VLC word for URL. This does not seem to be what
you're working on here.
--
レミ・デニ-クールモン
http://www.remlab.net/
More information about the vlc-devel
mailing list