summaryrefslogtreecommitdiffstats
path: root/tracker.c
AgeCommit message (Collapse)AuthorFilesLines
2016-10-11Rename all internal pa_ definitions to agl_Manuel Bachmann1-18/+15
The plugin often uses "pa_" for its internal structures and functions, which is misleading because this prefix is also used by PulseAudio itself. Thus, reading the code can be confusing. Rename everything to "agl_". Change-Id: Iadd03daf528ec0cbed1cb526aeb3bada757a211f Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-10-11Clean up node status after sink_input unlinkManuel Bachmann1-0/+6
We now unload all modules associated with a node when it disappears. Change-Id: I6d2055d546c9cc1b1967f85c973eafcc216bc91f Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-10-11Fix PA_CORE_HOOK typos in trackerManuel Bachmann1-2/+2
Change-Id: I01733c90eb1098a10aaf85b5c47b96d464307bd1 Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-10-11Initial commitManuel Bachmann1-0/+371
Change-Id: Ic974941bdd30309b4adb72b7a05959332750210b Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>