<div dir="ltr"><div>I am wondering if anybody has played around with techniques for visualizing a GstPipeline as an alternative to graphviz.</div><div><br></div><div>The reason I ask is:  I am running into a problem where my pipelines are too big for graphviz to handle.  When I execute `<b>dot -T svg $input_dot > $output_svg</b>` I get errors such as:<br></div><div><br></div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>Error: Edge length 67584.000000 larger than maximum 65535 allowed.<br>Check for overwide node(s).<br>Error: Edge length 84991.000000 larger than maximum 65535 allowed.<br>Check for overwide node(s).</div><div><br></div><div>... a hundred more like this, then eventually:<br><br>sh: line 1:  1091 Segmentation fault      (core dumped)<br></div><div><br></div></blockquote><div>Apparently the width of a graphviz canvas is limited to 2^16, as described here:  <a href="https://stackoverflow.com/questions/10621574/dot-overwide-node-error">https://stackoverflow.com/questions/10621574/dot-overwide-node-error</a></div></div><div><br></div><div>My graphs are so big that these views don't work.</div><div><ul><li>GST_DEBUG_GRAPH_SHOW_ALL</li><li>GST_DEBUG_GRAPH_SHOW_CAPS_DETAILS<br></li></ul><div>It would be great if those views worked.</div></div></div>