GstPipelineStudio/graphs/video.xml
Stéphane Cerveau a15c9c7353 GPSApp: Able to clear the graph with new
Able to clear with new file and load
a preconfigured graph with clear button
2022-01-11 20:48:53 +01:00

10 lines
356 B
XML

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