Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
1d63113c
Commit
1d63113c
authored
Mar 28, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4: update DTV plugin name on Windows
parent
36414536
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
modules/gui/qt4/components/open_panels.cpp
modules/gui/qt4/components/open_panels.cpp
+2
-2
modules/gui/qt4/components/open_panels.hpp
modules/gui/qt4/components/open_panels.hpp
+0
-2
No files found.
modules/gui/qt4/components/open_panels.cpp
View file @
1d63113c
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
.replaceInStrings( QRegExp("^"), "/dev/" ) \
.replaceInStrings( QRegExp("^"), "/dev/" ) \
);
);
static
const
char
psz_devModule
[][
8
]
=
{
"v4l2"
,
"pvr"
,
DTV_PLUGIN
,
static
const
char
psz_devModule
[][
8
]
=
{
"v4l2"
,
"pvr"
,
"dtv"
,
"dshow"
,
"screen"
,
"jack"
};
"dshow"
,
"screen"
,
"jack"
};
/**************************************************************************
/**************************************************************************
...
@@ -931,7 +931,7 @@ void CaptureOpenPanel::initialize()
...
@@ -931,7 +931,7 @@ void CaptureOpenPanel::initialize()
/*************
/*************
* DVB Stuff *
* DVB Stuff *
*************/
*************/
if
(
module_exists
(
DTV_PLUGIN
)
){
if
(
module_exists
(
"dtv"
)
){
addModuleAndLayouts
(
DTV_DEVICE
,
dvb
,
N_
(
"TV (digital)"
),
QGridLayout
);
addModuleAndLayouts
(
DTV_DEVICE
,
dvb
,
N_
(
"TV (digital)"
),
QGridLayout
);
/* DVB Main */
/* DVB Main */
...
...
modules/gui/qt4/components/open_panels.hpp
View file @
1d63113c
...
@@ -202,7 +202,6 @@ private:
...
@@ -202,7 +202,6 @@ private:
#ifdef WIN32
#ifdef WIN32
StringListConfigControl
*
vdevDshowW
,
*
adevDshowW
;
StringListConfigControl
*
vdevDshowW
,
*
adevDshowW
;
QLineEdit
*
dshowVSizeLine
;
QLineEdit
*
dshowVSizeLine
;
# define DTV_PLUGIN "bda"
#else
#else
QSpinBox
*
pvrFreq
,
*
pvrBitr
;
QSpinBox
*
pvrFreq
,
*
pvrBitr
;
QComboBox
*
v4l2VideoDevice
,
*
v4l2AudioDevice
;
QComboBox
*
v4l2VideoDevice
,
*
v4l2AudioDevice
;
...
@@ -211,7 +210,6 @@ private:
...
@@ -211,7 +210,6 @@ private:
QSpinBox
*
jackChannels
,
*
jackCaching
;
QSpinBox
*
jackChannels
,
*
jackCaching
;
QCheckBox
*
jackPace
,
*
jackConnect
;
QCheckBox
*
jackPace
,
*
jackConnect
;
QLineEdit
*
jackPortsSelected
;
QLineEdit
*
jackPortsSelected
;
# define DTV_PLUGIN "dtv"
#endif
#endif
QRadioButton
*
dvbc
,
*
dvbs
,
*
dvbs2
,
*
dvbt
,
*
atsc
,
*
cqam
;
QRadioButton
*
dvbc
,
*
dvbs
,
*
dvbs2
,
*
dvbt
,
*
atsc
,
*
cqam
;
QLabel
*
dvbBandLabel
,
*
dvbSrateLabel
,
*
dvbModLabel
;
QLabel
*
dvbBandLabel
,
*
dvbSrateLabel
,
*
dvbModLabel
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment