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
5e38b976
Commit
5e38b976
authored
May 28, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Disable PA by default. Too buggy."
This reverts commit
3239bdcb
.
parent
7f6b7ff3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
NEWS
NEWS
+0
-4
modules/audio_output/pulse.c
modules/audio_output/pulse.c
+1
-1
No files found.
NEWS
View file @
5e38b976
Changes between 1.1.9 and 1.1.10:
---------------------------------
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 multiple security issues
...
...
modules/audio_output/pulse.c
View file @
5e38b976
...
...
@@ -45,7 +45,7 @@ static void Close ( vlc_object_t * );
vlc_module_begin
()
set_shortname
(
"PulseAudio"
)
set_description
(
N_
(
"Pulseaudio audio output"
)
)
set_capability
(
"audio output"
,
0
)
set_capability
(
"audio output"
,
16
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