<div dir="ltr">Thanks but xdot did not work.  I got the same exact error messages.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 6, 2019 at 4:22 PM Michael Gruner <<a href="mailto:michael.gruner@ridgerun.com">michael.gruner@ridgerun.com</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"><div style="overflow-wrap: break-word;">I typically view them directly with “xdot”: a small utility that renders dot diagrams directly. I’m pretty sure it uses graphviz underneath but it’s worth the quick test.<div><br></div><div>Michael</div><div><a href="http://www.ridgerun.com" target="_blank">www.ridgerun.com</a></div><div><br><div><div><br><blockquote type="cite"><div>On Aug 6, 2019, at 2:41 PM, David Ing <<a href="mailto:ding@panopto.com" target="_blank">ding@panopto.com</a>> wrote:</div><br class="gmail-m_6328255661345544478Apple-interchange-newline"><div><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:0px 0px 0px 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" target="_blank">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>
_______________________________________________<br>gstreamer-devel mailing list<br><a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></div></blockquote></div><br></div></div></div>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div>