mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
*neutrino cec_setup: cec-setup moved in its own module,
now to find under misc settings, but it's probaly not the right place, we should waiting for more user feedback or advising about it, to find a good place for it git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1065 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
#include <gui/epgplus.h>
|
||||
#include <gui/streaminfo2.h>
|
||||
|
||||
#include "gui/cec_setup.h"
|
||||
#include "gui/widget/colorchooser.h"
|
||||
#include "gui/widget/menue.h"
|
||||
#include "gui/widget/messagebox.h"
|
||||
@@ -291,8 +292,8 @@ static void initGlobals(void)
|
||||
|
||||
g_Locale = new CLocaleManager;
|
||||
g_PluginList = NULL;
|
||||
InfoClock = NULL;
|
||||
g_CamHandler = NULL;
|
||||
InfoClock = NULL;
|
||||
g_CamHandler = NULL;
|
||||
}
|
||||
|
||||
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
@@ -2099,9 +2100,13 @@ int CNeutrinoApp::run(int argc, char **argv)
|
||||
audioDecoder->SetSpdifDD(g_settings.spdif_dd ? true : false);
|
||||
audioDecoder->EnableAnalogOut(g_settings.analog_out ? true : false);
|
||||
|
||||
//init video and CEC Settings
|
||||
//init video settings
|
||||
g_videoSettings = new CVideoSettings;
|
||||
g_videoSettings->setVideoCECSettings();
|
||||
g_videoSettings->setVideoSettings();
|
||||
|
||||
//init cec settings
|
||||
CCECSetup cecsetup;
|
||||
cecsetup.setCECSettings();
|
||||
|
||||
// trigger a change
|
||||
audioSetupNotifier->changeNotify(LOCALE_AUDIOMENU_AVSYNC, NULL);
|
||||
|
Reference in New Issue
Block a user