GstPipelineStudio/graphs/video.xml
Stéphane Cerveau bdec43655d graphs: add/update xml files
Update video.xml and compositor_tee.xml
2022-02-01 13:23:15 +01:00

10 lines
453 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Graph id="0">
<Node name="videotestsrc" id="1" type="Source" pos_x="0" pos_y="0">
<Port name="out" id="1" direction="Output" presence="Always" />
</Node>
<Node name="autovideosink" id="2" type="Sink" pos_x="545.5998" pos_y="20.14066">
<Port name="in" id="2" direction="Input" presence="Always" />
</Node>
<Link id="1" node_from="1" node_to="2" port_from="1" port_to="2" active="true" />
</Graph>