]> code.delx.au - pulseaudio/commit
tunnel-source-new: counterpart to module-tunnel-sink-new
authorAlexander Couzens <lynxis@fe80.eu>
Thu, 12 Sep 2013 12:01:51 +0000 (14:01 +0200)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Fri, 13 Sep 2013 07:18:15 +0000 (10:18 +0300)
commit8a2ea2834c0d125c3666d6d3e7cee80467f6161f
tree064e2b80392f4f5b5b894adf277132fa71a25d84
parent40654363261ee3e6553af21e2b11d160a8d81e95
tunnel-source-new: counterpart to module-tunnel-sink-new

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-source-new avoids this
problem by using libpulse to communicate with the remote server.
src/Makefile.am
src/modules/module-tunnel-source-new.c [new file with mode: 0644]