<div dir="ltr">Hi there,<div><br></div><div>You can obtain a lot of information by dumping the graph of your pipeline.</div><div><br></div><div>If you are using <span style="color:rgb(216,212,207);font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:12.6px;background-color:rgb(22,24,25)">gst-launch</span>, then try to set the environment variable <span style="background-color:rgb(28,30,31);color:rgb(232,230,227);font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:12.6px">GST_DEBUG_DUMP_DOT_DIR </span>to a directory where the .dot graph is dumped before running your pipeline.</div><div><br></div><div>If you are building an application, set the same environment variable and call <span style="background-color:rgb(22,24,25);color:rgb(216,212,207);font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:12.6px">GST_DEBUG_BIN_TO_DOT_FILE</span> manually for your pipeline.</div><div><br></div><div>You can then use any .dot viewer on your platform to view the dot/graph file.</div><div><br></div><div>You can also convert .dot files to .svg images by running $ dot -Tsvg -oimage.svg 0.00.03.322802948-graph-ALL.dot</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Best Regards,<br>Eslam Ahmed</div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jan 16, 2022 at 10:00 PM Florian Echtler via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello again,<br>
<br>
this also sounds like a very simple thing, but if my pipeline fails to start with one of these errors, how do I figure out which elements were involved, i.e. failed to link/negotiate? I assume there is a suitable GST_DEBUG config, but I haven't found it yet.<br>
<br>
Best, Florian<br>
-- <br>
SENT FROM MY PDP-11<br>
</blockquote></div>