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
3239bdcb
Commit
3239bdcb
authored
May 14, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable PA by default. Too buggy.
parent
014f4cd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
NEWS
NEWS
+4
-0
modules/audio_output/pulse.c
modules/audio_output/pulse.c
+1
-1
No files found.
NEWS
View file @
3239bdcb
Changes between 1.1.9 and 1.1.10-git:
---------------------------------
Linux port:
* PulseAudio output disabled due to unstability
(VLC can still use PulseAudio through ALSA emulation.)
Windows and Mac OS X:
* Update of external library modplug, to address a security issue
...
...
modules/audio_output/pulse.c
View file @
3239bdcb
...
...
@@ -103,7 +103,7 @@ static void uninit(aout_instance_t *p_aout);
vlc_module_begin
()
set_shortname
(
"PulseAudio"
)
set_description
(
N_
(
"Pulseaudio audio output"
)
)
set_capability
(
"audio output"
,
16
0
)
set_capability
(
"audio output"
,
0
)
set_category
(
CAT_AUDIO
)
set_subcategory
(
SUBCAT_AUDIO_AOUT
)
add_shortcut
(
"pulseaudio"
)
...
...
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