X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fbluefish%2Fconsumer%2Fbluefish_consumer.h;h=22e1490b22081e6c6cc96fd59fcc16dcb662040e;hb=f78d434c81a83b428ae2e24af862d5f2702c34f9;hp=90249d4716fe6b185f22af751e652a6c97c71312;hpb=acfc5e815529d35adca06c5fd2a1a657d2cb9dea;p=casparcg diff --git a/modules/bluefish/consumer/bluefish_consumer.h b/modules/bluefish/consumer/bluefish_consumer.h index 90249d471..22e1490b2 100644 --- a/modules/bluefish/consumer/bluefish_consumer.h +++ b/modules/bluefish/consumer/bluefish_consumer.h @@ -1,22 +1,24 @@ /* -* copyright (c) 2010 Sveriges Television AB +* Copyright (c) 2011 Sveriges Television AB * -* This file is part of CasparCG. +* This file is part of CasparCG (www.casparcg.com). * -* CasparCG is free software: you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. +* CasparCG is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. * -* CasparCG is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. - -* You should have received a copy of the GNU General Public License -* along with CasparCG. If not, see . +* CasparCG is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with CasparCG. If not, see . * +* Author: Robert Nagy, ronag89@gmail.com */ + #pragma once #include @@ -30,8 +32,10 @@ namespace caspar { namespace core { struct frame_consumer; } - -safe_ptr create_bluefish_consumer(const std::vector& params); -safe_ptr create_bluefish_consumer(const boost::property_tree::ptree& ptree); + +namespace bluefish { + +safe_ptr create_consumer(const std::vector& params); +safe_ptr create_consumer(const boost::property_tree::ptree& ptree); -} \ No newline at end of file +}} \ No newline at end of file