Changes between Version 55 and Version 56 of Documentation/VLC


Ignore:
Timestamp:
May 31, 2010, 5:11:53 PM (14 years ago)
Author:
stud-hock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v55 v56  
    262262Note: The file {{{vlc/modules/access_output/mcpo/mcpo.c}}} is based on {{{vlc/modules/access_output/udp.c}}}. You might to consider this, if you work on this code.
    263263
     264For MCPO-Gui support please adjust the following files. You can see the changes by making a {{{diff}}} between your version of these files and the original ones.
     265 * vlc/modules/gui/qt4/dialogs/sout.cpp
     266 * vlc/modules/gui/qt4/components/open_panels.cpp
     267 * vlc/modules/gui/qt4/components/open_panels.hpp
     268 * vlc/modules/gui/qt4/components/sout/sout_widgets.cpp
     269 * vlc/modules/gui/qt4/components/sout/sout_widgets.hpp
     270
     271Probably you want to set the Ariba logging output to "info":[[BR]]
     272On vlc/modules/access/mcpo/McpoModule.cpp:[[BR]]
     273Edit line 24 from {{{logger->setLevel(log4cxx::Level::getWarn());}}} to {{{logger->setLevel(log4cxx::Level::getInfo());}}}[[BR]]
     274Equally on vlc/modules/access_output/mcpo/McpoModule.cpp line 30.
     275
    264276
    265277=== adjusting vlc source code ===