mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Handle the new latency protocol. This is just a quick fix and does not
handle the new memblockq system. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@618 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
7f04568444
commit
6cc11fbfc3
4 changed files with 28 additions and 2 deletions
|
|
@ -37,6 +37,7 @@
|
|||
#include <polypcore/strlist.h>
|
||||
#include <polypcore/mcalign.h>
|
||||
#include <polypcore/memblockq.h>
|
||||
#include <polypcore/hashmap.h>
|
||||
|
||||
#include "client-conf.h"
|
||||
|
||||
|
|
@ -104,6 +105,8 @@ struct pa_stream {
|
|||
pa_memchunk peek_memchunk;
|
||||
pa_memblockq *record_memblockq;
|
||||
|
||||
pa_hashmap *counter_hashmap;
|
||||
|
||||
int interpolate;
|
||||
int corked;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue