mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
add comments describing the context these functions are called from
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1648 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
3d81dde335
commit
79a586db17
1 changed files with 2 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ pa_usec_t pa_source_output_get_latency(pa_source_output *o) {
|
|||
return r;
|
||||
}
|
||||
|
||||
/* Called from thread context */
|
||||
void pa_source_output_push(pa_source_output *o, const pa_memchunk *chunk) {
|
||||
pa_memchunk rchunk;
|
||||
|
||||
|
|
@ -396,6 +397,7 @@ int pa_source_output_move_to(pa_source_output *o, pa_source *dest) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* Called from thread context */
|
||||
int pa_source_output_process_msg(pa_msgobject *mo, int code, void *userdata, int64_t offset, pa_memchunk* chunk) {
|
||||
pa_source_output *o = PA_SOURCE_OUTPUT(mo);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue