summaryrefslogtreecommitdiffstats
path: root/src/modules/module-loopback.c
Commit message (Collapse)AuthorAgeFilesLines
* native: rework handling of seeks that depend on variables the client does ↵Lennart Poettering2010-02-091-2/+2
| | | | | | | | | | | | not know anything about All seeks/flushes that depend on the playback buffer read pointer cannot be accounted for properly in the client since it does not know the actual read pointer. Due to that the clients do not account for it at all. We need do the same on the server side. And we did, but a little bit too extreme. While we properly have not applied the changes to the "request" counter we still do have to apply it to the "missing" counter. This patch fixes that.
* loopback: Setting latency of module-loopbackTor-Björn Claesson2009-10-051-1/+1
| | | | | I checked the source code, and latency_msec is missing from the list of valid module arguments. Attaching a patch to add it.
* core: move 'flags' field into 'pa_sink_input_new_data' structure so that ↵Lennart Poettering2009-08-281-2/+3
| | | | hooks can access it
* loopback: quieten gcc on 32bitLennart Poettering2009-08-261-1/+1
|
* loopback: update description and icons when moving loopback streamsLennart Poettering2009-08-261-2/+52
|
* loopback: make sure a monitor can't be looped back to its sinkLennart Poettering2009-08-261-0/+27
|
* loopback: add loopback module for direct connections of sinks and sourcesLennart Poettering2009-08-261-0/+706