<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">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 class=""><br class=""></div><div class="">Michael</div><div class=""><a href="http://www.ridgerun.com" class="">www.ridgerun.com</a></div><div class=""><br class=""><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Aug 6, 2019, at 2:41 PM, David Ing <<a href="mailto:ding@panopto.com" class="">ding@panopto.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">I am wondering if anybody has played around with techniques for visualizing a GstPipeline as an alternative to graphviz.</div><div class=""><br class=""></div><div class="">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 class="">dot -T svg $input_dot > $output_svg</b>` I get errors such as:<br class=""></div><div class=""><br class=""></div><div class=""><blockquote style="margin:0 0 0 40px;border:none;padding:0px" class=""><div class="">Error: Edge length 67584.000000 larger than maximum 65535 allowed.<br class="">Check for overwide node(s).<br class="">Error: Edge length 84991.000000 larger than maximum 65535 allowed.<br class="">Check for overwide node(s).</div><div class=""><br class=""></div><div class="">... a hundred more like this, then eventually:<br class=""><br class="">sh: line 1:  1091 Segmentation fault      (core dumped)<br class=""></div><div class=""><br class=""></div></blockquote><div class="">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" class="">https://stackoverflow.com/questions/10621574/dot-overwide-node-error</a></div></div><div class=""><br class=""></div><div class="">My graphs are so big that these views don't work.</div><div class=""><ul class=""><li class="">GST_DEBUG_GRAPH_SHOW_ALL</li><li class="">GST_DEBUG_GRAPH_SHOW_CAPS_DETAILS<br class=""></li></ul><div class="">It would be great if those views worked.</div></div></div>
_______________________________________________<br class="">gstreamer-devel mailing list<br class=""><a href="mailto:gstreamer-devel@lists.freedesktop.org" class="">gstreamer-devel@lists.freedesktop.org</a><br class="">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</div></blockquote></div><br class=""></div></div></body></html>