X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=shell%2Fserver.cpp;h=18a08461af183bbe50a6c4c0dedea6dbdd9485e3;hb=bb0c0b196feaa7dbe060bfc5976206269a3215ac;hp=5734c25fbd1c1be8b125f9d4913d608b309edc4f;hpb=102e753becf28a763ad338493e141dacbd1c87f1;p=casparcg diff --git a/shell/server.cpp b/shell/server.cpp index 5734c25fb..18a08461a 100644 --- a/shell/server.cpp +++ b/shell/server.cpp @@ -114,7 +114,7 @@ struct server::implementation : boost::noncopyable channels_.back()->output()->add(index++, decklink::create_consumer(xml_consumer.second)); //else if(name == "file") // channels_.back()->output()->add(index++, create_ffmpeg_consumer(xml_consumer.second)); - else if(name == "audio") + else if(name == "system-audio") channels_.back()->output()->add(index++, oal::create_consumer()); else if(name != "") CASPAR_LOG(warning) << "Invalid consumer: " << widen(name);