Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
8a260c78
Commit
8a260c78
authored
Oct 30, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4 - Mkv muxer in GUI... Same as previous from thresh...
parent
9d0cb667
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
8 deletions
+19
-8
modules/gui/qt4/dialogs/sout.cpp
modules/gui/qt4/dialogs/sout.cpp
+1
-0
modules/gui/qt4/ui/sout.ui
modules/gui/qt4/ui/sout.ui
+18
-8
No files found.
modules/gui/qt4/dialogs/sout.cpp
View file @
8a260c78
...
@@ -312,6 +312,7 @@ void SoutDialog::updateMRL()
...
@@ -312,6 +312,7 @@ void SoutDialog::updateMRL()
SMUX
(
WAVMux
,
"wav"
);
SMUX
(
WAVMux
,
"wav"
);
SMUX
(
RAWMux
,
"raw"
);
SMUX
(
RAWMux
,
"raw"
);
SMUX
(
FLVMux
,
"flv"
);
SMUX
(
FLVMux
,
"flv"
);
SMUX
(
MKVMux
,
"mkv"
);
bool
trans
=
false
;
bool
trans
=
false
;
bool
more
=
false
;
bool
more
=
false
;
...
...
modules/gui/qt4/ui/sout.ui
View file @
8a260c78
...
@@ -441,7 +441,10 @@
...
@@ -441,7 +441,10 @@
</item>
</item>
<item row="3" column="0" colspan="2" >
<item row="3" column="0" colspan="2" >
<widget class="QTabWidget" name="tabWidget" >
<widget class="QTabWidget" name="tabWidget" >
<widget class="QWidget" name="tab" >
<property name="currentIndex" >
<number>0</number>
</property>
<widget class="QWidget" name="muxer" >
<attribute name="title" >
<attribute name="title" >
<string>_("Encapsulation")</string>
<string>_("Encapsulation")</string>
</attribute>
</attribute>
...
@@ -516,6 +519,13 @@
...
@@ -516,6 +519,13 @@
</property>
</property>
</widget>
</widget>
</item>
</item>
<item row="1" column="3" >
<widget class="QRadioButton" name="MKVMux" >
<property name="text" >
<string>MKV</string>
</property>
</widget>
</item>
</layout>
</layout>
</widget>
</widget>
<widget class="QWidget" name="tab_2" >
<widget class="QWidget" name="tab_2" >
...
@@ -735,6 +745,13 @@
...
@@ -735,6 +745,13 @@
</widget>
</widget>
</widget>
</widget>
</item>
</item>
<item row="4" column="0" colspan="2" >
<widget class="Line" name="line_2" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="5" column="0" colspan="2" >
<item row="5" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox_3" >
<widget class="QGroupBox" name="groupBox_3" >
<property name="title" >
<property name="title" >
...
@@ -851,13 +868,6 @@
...
@@ -851,13 +868,6 @@
</item>
</item>
</layout>
</layout>
</item>
</item>
<item row="4" column="0" colspan="2" >
<widget class="Line" name="line_2" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</layout>
</widget>
</widget>
<resources/>
<resources/>
...
...
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