summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-07 22:05:13 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-07 22:05:13 +0100
commit247e06f034ddaffe81c1c27de96c04ca66900978 (patch)
treec9fa85740d690aaac60e3bc04204a2613040e4b6 /streamer.c
parent85ddb3c5876ef2098c333bdd4db314f318810e49 (diff)
minor changes to default DSP chain and SRC plugin
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamer.c b/streamer.c
index 34cfb2eb..a4569994 100644
--- a/streamer.c
+++ b/streamer.c
@@ -1132,7 +1132,7 @@ streamer_init (void) {
decodemutex = mutex_create ();
// find src plugin, and use it if found
- srcplug = (ddb_dsp_src_t*)plug_get_for_id ("dsp_src");
+ srcplug = (ddb_dsp_src_t*)plug_get_for_id ("SRC");
if (srcplug) {
src = srcplug->dsp.open ("strm_src");
src->next = dsp_chain;