<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 14.01.2013 16:08, Jacques Bride
wrote:<br>
</div>
<blockquote
cite="mid:CAKwocbTp6o8kJdBdDF7EQj+wxyu03bY1DiauqVEaVdFk++cgxA@mail.gmail.com"
type="cite">
<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>
</div>
</blockquote>
Some legend one a separate layer (to not affect the layout) would be
nice. Please try it and post a patch.<br>
<br>
Stefan<br>
<br>
<blockquote
cite="mid:CAKwocbTp6o8kJdBdDF7EQj+wxyu03bY1DiauqVEaVdFk++cgxA@mail.gmail.com"
type="cite">
<div dir="ltr"><br>
<div>
<div><br>
</div>
</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">2013/1/12 <a moz-do-not-send="true"
href="mailto:marcin@saepia.net">marcin@saepia.net</a> <span
dir="ltr"><<a moz-do-not-send="true"
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 moz-do-not-send="true"
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 moz-do-not-send="true"
href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a moz-do-not-send="true"
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 moz-do-not-send="true"
href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a moz-do-not-send="true"
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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>