mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Fix another ugly typo, which made source outputs unusable
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1483 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e279778848
commit
94f6ab5fba
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ void pa_source_output_push(pa_source_output *o, const pa_memchunk *chunk) {
|
|||
if (!o->push || o->state == PA_SOURCE_OUTPUT_DISCONNECTED || o->state == PA_SOURCE_OUTPUT_CORKED)
|
||||
return;
|
||||
|
||||
pa_assert(o->state = PA_SOURCE_OUTPUT_RUNNING);
|
||||
pa_assert(o->state == PA_SOURCE_OUTPUT_RUNNING);
|
||||
|
||||
if (!o->thread_info.resampler) {
|
||||
o->push(o, chunk);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue