]> git.tuebingen.mpg.de Git - paraslash.git/commit
Fix stream grabbing.
authorAndre Noll <maan@systemlinux.org>
Sun, 10 Jan 2010 03:30:45 +0000 (04:30 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 10 Jan 2010 03:30:45 +0000 (04:30 +0100)
commit1d7a26dca86a639db694663738ccc01acaa88aba
tree2728a3142a736f966ef1e311401e0da156fe5a44
parent9facffb38faa01da0d1ba9574f9cc1c47b1deb2e
Fix stream grabbing.

The new code uses a buffer tree node which is inserted into an existing
buffer tree if possible, or put to the inactive list.

The grab command now takes the name of an existing parent node. The new
grab client node will be inserted as a child of this parent node.
audiod.c
audiod.cmd
audiod.h
buffer_tree.c
buffer_tree.h
grab_client.c
grab_client.h