<div dir="ltr">Hi<br><br>This has to work. You said you had a proper command line. Start it with this modification:<br><span style="width: 600px;">GST_DEBUG_DUMP_DOT_DIR=$PWD gst-launch + &quot;rest of the pipeline&quot;<br>
<br>The you will have some </span><span style="width: 600px;">*.dot files in your current working directory.<br></span><span style="width: 600px;">Then use this command in the shell: dot -Tpng xxx.dot -opipeline.png <br>This will create a pipeline.png image, which reveals the connection between the elements and other details, for example session ID-s.<br>
</span></div>