summaryrefslogtreecommitdiff
path: root/src/modules/module-always-sink.c
Commit message (Collapse)AuthorAgeFilesLines
* always-sink: simplify hook management with pa_module_hook_connect()Tanu Kaskinen2015-12-211-7/+2
|
* always-sink: Ignore filter sinksArun Raghavan2015-06-121-3/+10
| | | | | We don't want to count filter sinks towards the list of actual sinks, since those also need a real underlying sink to exist.
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
| | | | | | | | | FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources.
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-7/+7
| | | | | | | | | | | | | | | | | commands used for this (executed from the pulseaudio/src directory): find . -regex '\(.*\.[hc]\|.*\.cc\|.*\.m4\)' -not -name 'macro.h' \ -a -not -name 'reserve.[ch]' -a -not -name 'reserve-monitor.[ch]' \ -a -not -name 'glib-mainloop.c' -a -not -name 'gkt-test.c' \ -a -not -name 'glib-mainloop.c' -a -not -name 'gkt-test.c' \ -a -not -name 'poll-win32.c' -a -not -name 'thread-win32.c' \ -a -not -name 'dllmain.c' -a -not -name 'gconf-helper.c' \ -exec sed -i -e 's/\bpa_bool_t\b/bool/g' \ -e 's/\bTRUE\b/true/g' -e 's/\bFALSE\b/false/g' {} \; and: sed -i -e '181,194!s/\bpa_bool_t\b/bool/' \ -e '181,194!s/\bTRUE\b/true/' -e \ '181,194!s/\bFALSE\b/false/' pulsecore/macro.h
* modules: Use PA_IDXSET_FOREACH wherever applicable.Harsh Prateek Bora2012-05-311-1/+1
| | | | Signed-off-by: Harsh Prateek Bora <harsh.bora@linaro.org>
* Move i18n.[ch] to src/pulsecoreMaarten Bosmans2011-08-111-2/+2
| | | | | The header is used in files troughout the tree and is not included in the public api, so it belongs in pulsecore, not in pulse.
* Remove unnecessary #includesMaarten Bosmans2011-06-221-2/+1
|
* always-sink: rename null sink created to 'dummy sink' and make it translatableLennart Poettering2009-09-041-2/+4
|
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
|
* teach module-rescue-streams and module-always-sink to not do anything if we ↵Lennart Poettering2009-01-231-1/+9
| | | | are shutting down anyway
* it's better to always use the index of a module instead of the pa_module*Lennart Poettering2008-12-171-13/+15
|
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-051-2/+2
|
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
|
* merge Colin Guthrie's module-always-sink module, and add priorization to the ↵Lennart Poettering2008-06-111-0/+180
hook subsystem while doing so. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2516 fefdeb5f-60dc-0310-8127-8f9354f1896f