mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
minor stuff
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@217 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
0b9bc039f6
commit
9ad4aa387e
4 changed files with 5 additions and 5 deletions
2
doc/todo
2
doc/todo
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
*** 0.5 ***
|
||||
- more complete pactl/parec
|
||||
- fix tcp/native in regard to latencies (i.e. latency interpolation)
|
||||
|
||||
*** 0.6 ****
|
||||
- per-channel volume
|
||||
|
|
@ -12,6 +11,7 @@
|
|||
- make mcalign merge chunks
|
||||
- option to use default fragment size on alsa drivers
|
||||
- improve module-oss-mmap latency measurement
|
||||
- new mainloop method: defer_pending()
|
||||
|
||||
** later ***
|
||||
- xmlrpc/http
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@
|
|||
#define ENV_DEFAULT_SERVER "POLYP_SERVER"
|
||||
#define ENV_DAEMON_BINARY "POLYP_BINARY"
|
||||
|
||||
|
||||
static const struct pa_client_conf default_conf = {
|
||||
.daemon_binary = NULL,
|
||||
.extra_arguments = NULL,
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
## playback. However, this is a certain security issue, since it works
|
||||
## when called SUID root only. root is dropped immediately after gaining
|
||||
## the nice level and SCHED_FIFO scheduling on startup.
|
||||
high-priority = 0
|
||||
; high-priority = 0
|
||||
|
||||
## Disallow module loading after startup
|
||||
; disallow-module-loading = 0
|
||||
|
|
@ -44,7 +44,7 @@ high-priority = 0
|
|||
; exit-idle-time = -1
|
||||
|
||||
## Unload autoloaded modules after being idle for this time
|
||||
module-idle-time = 20
|
||||
; module-idle-time = 20
|
||||
|
||||
## The path were to look for dynamic shared objects (DSOs aka
|
||||
## plugins). You may specify more than one path seperated by
|
||||
|
|
|
|||
|
|
@ -500,7 +500,8 @@ int pa_context_connect(struct pa_context *c, const char *server, int spawn, cons
|
|||
if (!server && spawn && c->conf->autospawn && !default_server_is_running())
|
||||
return context_connect_spawn(c, api);
|
||||
|
||||
server = DEFAULT_SERVER;
|
||||
if (!server)
|
||||
server = DEFAULT_SERVER;
|
||||
|
||||
pa_context_ref(c);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue