]> code.delx.au - pulseaudio/commit
tunnel-sink-new: add a rewrite of module-tunnel using libpulse
authorAlexander Couzens <lynxis@fe80.eu>
Wed, 21 Aug 2013 11:58:19 +0000 (13:58 +0200)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Wed, 21 Aug 2013 13:37:38 +0000 (16:37 +0300)
commitdf0a9e12d8e1af6321bba7e56a54e6d188b7f77c
treedb09e8b312ab6e0263d9c04dff3af746b13e7ae9
parentdac6a74155bda0cf738029cab49cb76570dbc185
tunnel-sink-new: add a rewrite of module-tunnel using libpulse

The old tunnel module duplicates functionality that is in libpulse,
due to implementing the native protocol, and the protocol code in
the old tunnel module tends to get broken every now and then, because
people forget to update the tunnel module protocol implementation
when changing the native protocol. module-tunnel-sink-new avoids this
problem by using libpulse to communicate with the remote server.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
src/Makefile.am
src/modules/module-tunnel-sink-new.c [new file with mode: 0644]