mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
introduce pa_play_memblockq() which creates a playback stream and passes the data from the memblockq to it. after that is done, frees the memblockq
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1161 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ecd4655b87
commit
12aa842174
3 changed files with 151 additions and 0 deletions
|
|
@ -497,6 +497,7 @@ pulsecoreinclude_HEADERS = \
|
|||
pulsecore/namereg.h \
|
||||
pulsecore/pid.h \
|
||||
pulsecore/play-memchunk.h \
|
||||
pulsecore/play-memblockq.h \
|
||||
pulsecore/props.h \
|
||||
pulsecore/queue.h \
|
||||
pulsecore/random.h \
|
||||
|
|
@ -558,6 +559,7 @@ libpulsecore_la_SOURCES += \
|
|||
pulsecore/pid.c pulsecore/pid.h \
|
||||
pulsecore/pipe.c pulsecore/pipe.h \
|
||||
pulsecore/play-memchunk.c pulsecore/play-memchunk.h \
|
||||
pulsecore/play-memblockq.c pulsecore/play-memblockq.h \
|
||||
pulsecore/poll.c pulsecore/poll.h \
|
||||
pulsecore/props.c pulsecore/props.h \
|
||||
pulsecore/queue.c pulsecore/queue.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue