Initial commit: testpattern → fakesink pipeline over MXL shared memory
- NodeBase, Signal, FlowDef, V210 shared headers - testpattern node: SMPTE 75% color bars writer at 25fps - fakesink node: non-blocking MXL reader with per-second stats - studio-manager: FlowGraph data model, graph-driven fork/exec launcher - mxl pinned as submodule at 0ae1dc5 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
add_executable(dmf-node-fakesink main.cpp)
|
||||
target_compile_features(dmf-node-fakesink PRIVATE cxx_std_20)
|
||||
target_link_libraries(dmf-node-fakesink PRIVATE dmf-shared)
|
||||
install(TARGETS dmf-node-fakesink RUNTIME DESTINATION bin)
|
||||
Reference in New Issue
Block a user