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
3e61191f
Commit
3e61191f
authored
Sep 05, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4 - Sout rework, Initial work.
Patch by Jean-François Massol
parent
cc98b2cd
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
768 additions
and
685 deletions
+768
-685
modules/gui/qt4/dialogs/sout.cpp
modules/gui/qt4/dialogs/sout.cpp
+377
-128
modules/gui/qt4/dialogs/sout.hpp
modules/gui/qt4/dialogs/sout.hpp
+8
-0
modules/gui/qt4/ui/sout.ui
modules/gui/qt4/ui/sout.ui
+383
-557
No files found.
modules/gui/qt4/dialogs/sout.cpp
View file @
3e61191f
This diff is collapsed.
Click to expand it.
modules/gui/qt4/dialogs/sout.hpp
View file @
3e61191f
...
...
@@ -25,6 +25,7 @@
#define _SOUT_DIALOG_H_
#include <vlc/vlc.h>
#include <vlc_streaming.h>
#include "ui/sout.h"
#include "util/qvlcframe.hpp"
...
...
@@ -43,14 +44,21 @@ public:
virtual
~
SoutDialog
()
{}
QString
mrl
;
//sout_gui_descr_t *sout;
private:
Ui
::
Sout
ui
;
public
slots
:
void
ok
();
void
cancel
();
void
updateMRL
();
void
fileBrowse
();
void
toggleSout
();
void
setOptions
();
void
setVTranscodeOptions
(
bool
);
void
setATranscodeOptions
(
bool
);
void
setSTranscodeOptions
(
bool
);
void
setRawOptions
(
bool
);
};
#endif
modules/gui/qt4/ui/sout.ui
View file @
3e61191f
This diff is collapsed.
Click to expand it.
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