Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
6737b497
Commit
6737b497
authored
May 27, 2015
by
Saul Ibarra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expose VP8 support
parent
d32820ed
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
settings.py
blink/configuration/settings.py
+1
-1
preferences.ui
resources/preferences.ui
+16
-0
No files found.
blink/configuration/settings.py
View file @
6737b497
...
@@ -56,7 +56,7 @@ class LogsSettingsExtension(LogsSettings):
...
@@ -56,7 +56,7 @@ class LogsSettingsExtension(LogsSettings):
class
RTPSettingsExtension
(
RTPSettings
):
class
RTPSettingsExtension
(
RTPSettings
):
audio_codec_order
=
Setting
(
type
=
AudioCodecList
,
default
=
AudioCodecList
((
'opus'
,
'G722'
,
'speex'
,
'GSM'
,
'iLBC'
,
'PCMU'
,
'PCMA'
)))
audio_codec_order
=
Setting
(
type
=
AudioCodecList
,
default
=
AudioCodecList
((
'opus'
,
'G722'
,
'speex'
,
'GSM'
,
'iLBC'
,
'PCMU'
,
'PCMA'
)))
video_codec_order
=
Setting
(
type
=
VideoCodecList
,
default
=
VideoCodecList
((
'H264'
,)))
video_codec_order
=
Setting
(
type
=
VideoCodecList
,
default
=
VideoCodecList
((
'H264'
,
'VP8'
)))
class
ServerSettings
(
SettingsGroup
):
class
ServerSettings
(
SettingsGroup
):
...
...
resources/preferences.ui
View file @
6737b497
...
@@ -527,6 +527,14 @@
...
@@ -527,6 +527,14 @@
<enum>
Checked
</enum>
<enum>
Checked
</enum>
</property>
</property>
</item>
</item>
<item>
<property
name=
"text"
>
<string>
VP8
</string>
</property>
<property
name=
"checkState"
>
<enum>
Checked
</enum>
</property>
</item>
</widget>
</widget>
</item>
</item>
<item
row=
"4"
column=
"0"
colspan=
"2"
>
<item
row=
"4"
column=
"0"
colspan=
"2"
>
...
@@ -1970,6 +1978,14 @@
...
@@ -1970,6 +1978,14 @@
<enum>
Checked
</enum>
<enum>
Checked
</enum>
</property>
</property>
</item>
</item>
<item>
<property
name=
"text"
>
<string>
VP8
</string>
</property>
<property
name=
"checkState"
>
<enum>
Checked
</enum>
</property>
</item>
</widget>
</widget>
</item>
</item>
<item
row=
"5"
column=
"0"
colspan=
"2"
>
<item
row=
"5"
column=
"0"
colspan=
"2"
>
...
...
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