diff options
author | waker <wakeroid@gmail.com> | 2011-03-31 22:15:20 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-03-31 22:15:20 +0200 |
commit | 7a250babed5c1319e4e80f288e64bb0bb089ef2b (patch) | |
tree | 9aa7222ef09c8b7992d43c7dec225a57168dca34 /plugins/pulse | |
parent | 5c2f94c8bfa7b98b3c832d0ce11c6ecdbd474029 (diff) |
don't localize alsa plugin name; added IDs to alsa, pulseaudio and null out plugins
Diffstat (limited to 'plugins/pulse')
-rw-r--r-- | plugins/pulse/pulse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/pulse/pulse.c b/plugins/pulse/pulse.c index 2a9ed27a..3a6eacbd 100644 --- a/plugins/pulse/pulse.c +++ b/plugins/pulse/pulse.c @@ -359,6 +359,7 @@ static DB_output_t plugin = .plugin.version_major = 0, .plugin.version_minor = 1, .plugin.type = DB_PLUGIN_OUTPUT, + .plugin.id = "pulseaudio", .plugin.name = "PulseAudio output plugin", .plugin.descr = "At the moment of this writing, PulseAudio seems to be very unstable in many (or most) GNU/Linux distributions.\nIf you experience problems - please try switching to ALSA or OSS output.\nIf that doesn't help - please uninstall PulseAudio from your system, and try ALSA or OSS again.\nThanks for understanding", .plugin.copyright = |