From bb0c0b196feaa7dbe060bfc5976206269a3215ac Mon Sep 17 00:00:00 2001 From: ronag Date: Tue, 25 Oct 2011 08:41:05 +0000 Subject: [PATCH] 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 --- shell/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2