summaryrefslogtreecommitdiffstats
path: root/src/modules/module-cork-music-on-phone.c
Commit message (Collapse)AuthorAgeFilesLines
* cork-on-phone: Handle sink-inputs with NULL sinksArun Raghavan2011-03-281-0/+3
| | | | | It's possible that by the time we receive the unlink hook, the given sink-input's sink is set to NULL. Handle this gracefully.
* Fix up some double spacesMaarten Bosmans2011-03-181-1/+1
|
* cork-on-phone: Only cork (and subsequently uncork) streams that are not ↵Colin Guthrie2011-03-121-8/+17
| | | | | | | | | | | | | | | | | already corked. Although by "cork" I really mean "cork+mute" as that's what the module does. If e.g. Rhythmbox is paused when a phone call comes in, the current stream state will be corked and thus we should not track it for future uncorking when the phone call ends. Likewise if the stream is just muted (manually) we will not take any action either when the phone stream is seen first, nor when it disappears. Also add some additional debug messages.
* cork-music-on-phone: make sure that we don't check the refcnt of pa_core ↵Lennart Poettering2009-04-131-1/+0
| | | | when the daemon goes down
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
|
* implement a module that corks music/video streams automatically when a phone ↵Lennart Poettering2009-02-121-0/+224
call is active