mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
pstream: Fix spelling of 'receive'.
These functions are not exported in the map file and thus do not form part of the API and can be corrected without any problem.
This commit is contained in:
parent
ba33ae4790
commit
c6b95d5235
5 changed files with 34 additions and 34 deletions
|
|
@ -4937,8 +4937,8 @@ void pa_native_protocol_connect(pa_native_protocol *p, pa_iochannel *io, pa_nati
|
|||
c->client->userdata = c;
|
||||
|
||||
c->pstream = pa_pstream_new(p->core->mainloop, io, p->core->mempool);
|
||||
pa_pstream_set_recieve_packet_callback(c->pstream, pstream_packet_callback, c);
|
||||
pa_pstream_set_recieve_memblock_callback(c->pstream, pstream_memblock_callback, c);
|
||||
pa_pstream_set_receive_packet_callback(c->pstream, pstream_packet_callback, c);
|
||||
pa_pstream_set_receive_memblock_callback(c->pstream, pstream_memblock_callback, c);
|
||||
pa_pstream_set_die_callback(c->pstream, pstream_die_callback, c);
|
||||
pa_pstream_set_drain_callback(c->pstream, pstream_drain_callback, c);
|
||||
pa_pstream_set_revoke_callback(c->pstream, pstream_revoke_callback, c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue