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:
Lennart Poettering 2006-07-28 22:52:28 +00:00
parent ecd4655b87
commit 12aa842174
3 changed files with 151 additions and 0 deletions

View file

@ -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 \