mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-19 08:57:00 -05:00
fix a bad memory access pulsecore/client.c
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2527 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
7bae1baa3e
commit
b27cc1d426
14 changed files with 220 additions and 33 deletions
|
|
@ -180,6 +180,7 @@ pa_stream_get_device_index;
|
|||
pa_stream_get_device_name;
|
||||
pa_stream_get_index;
|
||||
pa_stream_get_latency;
|
||||
pa_stream_get_monitor_stream;
|
||||
pa_stream_get_sample_spec;
|
||||
pa_stream_get_state;
|
||||
pa_stream_get_time;
|
||||
|
|
@ -197,6 +198,7 @@ pa_stream_ref;
|
|||
pa_stream_set_buffer_attr;
|
||||
pa_stream_set_latency_update_callback;
|
||||
pa_stream_set_moved_callback;
|
||||
pa_stream_set_monitor_stream;
|
||||
pa_stream_set_name;
|
||||
pa_stream_set_overflow_callback;
|
||||
pa_stream_set_read_callback;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue