Max Kellermann
|
5f77910097
|
conf: const pointers in block get functions
All config_get_block_*() functions should accept constant config_param
pointers.
|
2009-01-25 16:03:49 +01:00 |
|
Max Kellermann
|
a531a1e650
|
conf: added config_get_block_string()
This replaces lots of getBlockParam() invocations.
|
2009-01-18 19:37:27 +01:00 |
|
Max Kellermann
|
4d472c265e
|
conf: no CamelCase, part I
Renamed functions, types, variables.
|
2009-01-17 20:23:27 +01:00 |
|
Max Kellermann
|
7dfe301b54
|
output plugins: don't include gcc.h
Use GLib's G_GNUC_UNUSED instead of gcc.h's mpd_unused.
|
2009-01-01 18:08:29 +01:00 |
|
Max Kellermann
|
5d6e96e986
|
pulse: removed reconnect interval
The output thread automatically waits some time before retrying to
open the device. Don't duplicate this check in the pulse plugin.
|
2008-11-05 08:10:13 +01:00 |
|
Max Kellermann
|
3defcef5f3
|
pulse: check if connection is open in pulse_cancel()
The pulse plugin crashed with a segmentation fault when the pulse
server was killed.
|
2008-11-05 08:06:39 +01:00 |
|
Max Kellermann
|
9ec695559f
|
pulse: fix segfault without sink name
Commit d692e9 broke configurations without explicit server or sink
configuration. Check for getBlockParam()==NULL.
|
2008-10-30 17:46:56 +01:00 |
|
Max Kellermann
|
58c5bee9f0
|
output: use bool for return values and flags
Don't return 0/-1 on success/error, but true/false. Instead of int,
use bool for storing flags.
|
2008-10-29 20:40:27 +01:00 |
|
Max Kellermann
|
b967702059
|
pulse: clear pa_simple pointer in pulse_close()
The pointer becomes invalid due to pa_simple_free(), which may lead to
segmentation faults when the output is reopened later.
|
2008-10-29 20:38:20 +01:00 |
|
Max Kellermann
|
d692e925a4
|
pulse: use GLib instead of util.h/log.h
Use GLib allocation and logging functions.
|
2008-10-29 20:37:36 +01:00 |
|
Max Kellermann
|
38df17546a
|
pulse: no CamelCase
|
2008-10-29 20:37:15 +01:00 |
|
Max Kellermann
|
0800c6f4ca
|
output: don't compile plugins which are disabled
Don't compile the sources of disabled output plugins at all.
|
2008-10-26 21:58:37 +01:00 |
|
Max Kellermann
|
ece8c1347c
|
renamed src/audioOutputs/ to src/output/
Again, no CamelCase in the directory name.
|
2008-10-26 11:29:44 +01:00 |
|