From: ronag Date: Tue, 25 Oct 2011 08:41:05 +0000 (+0000) Subject: 2.0.2: Renamed audio to system-audio in configuration file syntax. X-Git-Tag: 2.0.0.2~19 X-Git-Url: https://git.sesse.net/?p=casparcg;a=commitdiff_plain;h=bb0c0b196feaa7dbe060bfc5976206269a3215ac 2.0.2: Renamed audio to system-audio in configuration file syntax. git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@1450 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d --- 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);