<div dir="ltr"><div><div>Thanks a lot for the confirmation<br></div>Would it be easy to add a function that create a legend box inside of the graph? As far as I have seen it looks not easy to figure out the free position where to place the box, unless added at the very left of the graph? <br>
</div>Jacques<br><br><div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/1/12 <a href="mailto:marcin@saepia.net">marcin@saepia.net</a> <span dir="ltr"><<a href="mailto:marcin@saepia.net" target="_blank">marcin@saepia.net</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Yes, it is pull/push mode indicator.<br>
<br>
<br>
The code that generates that is<br>
<br>
  const gchar *activation_mode = "-><";<br>
<br>
and then such char gets concatenated<br>
<br>
  activation_mode[pad->mode]<br>
<br>
while mode is one of<br>
<br>
  typedef enum {<br>
    GST_ACTIVATE_NONE,<br>
    GST_ACTIVATE_PUSH,<br>
    GST_ACTIVATE_PULL<br>
  } GstActivateMode;<br>
<br>
<br>
So:<br>
<br>
mode NONE = "-"<br>
mode PUSH = ">"<br>
mode PULL = "<"<br>
<br>
<br>
<br>
m.<br>
<br>
2013/1/9 Jacques Bride <<a href="mailto:jacques.bride@gmail.com">jacques.bride@gmail.com</a>>:<br>
> Hello all<br>
><br>
> What is the exact meaning of the arrows [>] and [<] added in the<br>
> automatically generated dot graph when running a pipeline with<br>
> GST_DEBUG_DUMP_DOT_DIR flag enabled?<br>
><br>
> Does it correspond to the pull/push mode information?<br>
><br>
> Thanks<br>
> Jacques<br>
><br>
><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>