Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
a6ab0e45
Commit
a6ab0e45
authored
Dec 09, 2010
by
Pierre Ynard
Browse files
qt4: really change the RTSP port to 8554
parent
cb44473f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/sout/sout_widgets.cpp
View file @
a6ab0e45
...
...
@@ -269,7 +269,7 @@ RTSPDestBox::RTSPDestBox( QWidget *_parent ) : VirtualDestBox( _parent )
RTSPPort
->
setAlignment
(
Qt
::
AlignRight
|
Qt
::
AlignTrailing
|
Qt
::
AlignVCenter
);
RTSPPort
->
setMinimum
(
1
);
RTSPPort
->
setMaximum
(
65535
);
RTSPPort
->
setValue
(
85
4
4
);
RTSPPort
->
setValue
(
85
5
4
);
layout
->
addWidget
(
RTSPEdit
,
2
,
1
,
1
,
1
);
layout
->
addWidget
(
RTSPPort
,
1
,
1
,
1
,
1
);
...
...
Write
Preview
Supports
Markdown
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