]> git.sesse.net Git - casparcg/commit
* Enabled modules like flash and html (will be merged soon) to hook in CG functionali...
authorHelge Norberg <helge.norberg@svt.se>
Wed, 8 Apr 2015 20:15:36 +0000 (22:15 +0200)
committerHelge Norberg <helge.norberg@svt.se>
Wed, 8 Apr 2015 20:15:36 +0000 (22:15 +0200)
commit3a0c223f3adb9cba5c9b01fa4f234b9293e121cb
tree8f4a7b70c78a3fbb80b35212d2a03b3fc02eabd6
parentf7684edddf37378248b188ffd75dede38dd73ea6
* Enabled modules like flash and html (will be merged soon) to hook in CG functionality without AMCPCommandsImpl.cpp needing too know about them.
* Removed hard dependencies to flash module from AMCP, CLK and CII protocol implementations, using the above mentioned abstractions.
25 files changed:
core/CMakeLists.txt
core/diagnostics/call_context.h
core/producer/cg_proxy.cpp [new file with mode: 0644]
core/producer/cg_proxy.h [new file with mode: 0644]
modules/flash/CMakeLists.txt
modules/flash/flash.cpp
modules/flash/flash.h
modules/flash/producer/cg_proxy.cpp [deleted file]
modules/flash/producer/cg_proxy.h [deleted file]
protocol/CMakeLists.txt
protocol/amcp/AMCPCommandsImpl.cpp
protocol/amcp/AMCPCommandsImpl.h
protocol/amcp/AMCPProtocolStrategy.cpp
protocol/amcp/AMCPProtocolStrategy.h
protocol/cii/CIICommandsImpl.cpp
protocol/cii/CIIProtocolStrategy.cpp
protocol/cii/CIIProtocolStrategy.h
protocol/clk/CLKProtocolStrategy.cpp
protocol/clk/CLKProtocolStrategy.h
protocol/clk/clk_commands.cpp
protocol/clk/clk_commands.h
protocol/util/ProtocolStrategy.h
shell/main.cpp
shell/server.cpp
shell/server.h