mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
add module-pipe-source
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@180 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
6c4fd62040
commit
566e469bbe
8 changed files with 233 additions and 11 deletions
|
|
@ -207,7 +207,7 @@ void pa_memblockq_shorten(struct pa_memblockq *bq, size_t length) {
|
|||
if (bq->current_length <= length)
|
||||
return;
|
||||
|
||||
pa_log(__FILE__": Warning! pa_memblockq_shorten()\n");
|
||||
/*pa_log(__FILE__": Warning! pa_memblockq_shorten()\n");*/
|
||||
|
||||
l = bq->current_length - length;
|
||||
l /= bq->base;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue