mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
extend rtpoll API to allow registration of arbitray functions to be executed in the event loop. Add priority system for specifying the order of these functions.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1816 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
cf3e9da9dd
commit
ef83a19525
11 changed files with 139 additions and 61 deletions
|
|
@ -126,7 +126,7 @@ pa_sink* pa_sink_new(
|
|||
n = pa_sprintf_malloc("%s.monitor", name);
|
||||
|
||||
if (!(s->monitor_source = pa_source_new(core, driver, n, 0, spec, map)))
|
||||
pa_log_warn("failed to create monitor source.");
|
||||
pa_log_warn("Failed to create monitor source.");
|
||||
else {
|
||||
char *d;
|
||||
s->monitor_source->monitor_of = s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue