mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
don't call pa_source_process_msg() for PA_SOURCE_MESSAGE_GET_LATENCY, since it makes querying the latency always fail
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1784 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
d9b3c0eef2
commit
06db9219a0
1 changed files with 1 additions and 1 deletions
|
|
@ -711,7 +711,7 @@ static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t off
|
|||
}
|
||||
|
||||
*((pa_usec_t*) data) = r;
|
||||
break;
|
||||
return 0;
|
||||
}
|
||||
|
||||
case PA_SOURCE_MESSAGE_SET_STATE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue