Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
0462f44e
Commit
0462f44e
authored
Apr 12, 2011
by
Rémi Denis-Courmont
Browse files
PulseAudio: use existing helper
parent
9cbd4b66
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/audio_output/pulse.c
View file @
0462f44e
...
...
@@ -281,9 +281,8 @@ static void Play(aout_instance_t *aout)
if
(
pa_stream_write
(
s
,
ptr
,
len
,
data_free
,
0
,
PA_SEEK_RELATIVE
)
<
0
)
{
error
(
aout
,
"cannot write"
,
sys
->
context
);
block_Release
(
block
);
msg_Err
(
aout
,
"cannot write: %s"
,
pa_strerror
(
pa_context_errno
(
sys
->
context
)));
}
}
...
...
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