Thank you. From my perspective, GStreamer is a rather large and intimidating project. It takes some time to get familiar with all of the various pieces and understand what they are doing. Sometimes a short explanation like this helps me get started digging to really understand. Again, Thank you.<br>
<br>Chuck<br><br><div class="gmail_quote">On Mon, Mar 4, 2013 at 9:33 AM, Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, 2013-03-04 at 09:21 -0500, Chuck Crisler wrote:<br>
<br>
> how does the -v option work on gst-launch? I haven't seen anything<br>
> that seems to relate to that in the elements I have worked with but I<br>
> know that it generates output that otherwise isn't displayed.<br>
<br>
</div>If only you had the source code to check, right? :)<br>
<br>
It hooks up to the "deep-notify" signal on the top-level pipeline, which<br>
will receive all GObject ::notify signals from the object hierarchy,<br>
which includes most notable the GstPad "caps" properties.<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888"> -Tim<br>
</font></span><div class="HOEnZb"><div class="h5"><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>
</div></div></blockquote></div><br>