looks like i forgot about commits
This commit is contained in:
@@ -39,11 +39,11 @@ static std::string gen_uuid() {
|
||||
static dmf::FlowGraph build_graph() {
|
||||
dmf::FlowGraph g;
|
||||
g.nodes = {
|
||||
{ "testpattern", "testpattern", {} },
|
||||
{ "fakesink", "fakesink", {} },
|
||||
{ "ndiin", "ndiin", {} },
|
||||
{ "fakesink", "fakesink", {}},
|
||||
};
|
||||
g.edges = {
|
||||
{ gen_uuid(), "testpattern", "flow_id", "fakesink", "flow_id",
|
||||
{ gen_uuid(), "ndiin", "flow_id", "fakesink", "flow_id",
|
||||
{ {"kind","video"}, {"width",1920}, {"height",1080}, {"fps_num",25}, {"fps_den",1} } },
|
||||
};
|
||||
return g;
|
||||
|
||||
Reference in New Issue
Block a user