<div dir="ltr">Not 100% sure on this, since I'm not in front of my pc right now (so no reference code), but I believe it'll be something like:<div><br></div><div>tags = player.emit('get-video-tags', [stream number])</div>

<div style><br></div><div style>Then use the following functions to get at the data inside the tag list (if tags isn't None):</div><div style><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstTagList.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstTagList.html</a><br>

</div><div style><br></div><div style>e.g. value = tags.get_string('title')</div><div style><br></div><div style>Again, that's all from memory, so apologies if it's a little off. Hope that helps anyway.</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 30 January 2013 18:55, Gary Thomas <span dir="ltr"><<a href="mailto:gary@mlbassoc.com" target="_blank">gary@mlbassoc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Forgive me if this is too far off topic but it's not clear<br>
where else to ask this.<br>
<br>
I'm constructing a pipeline using the gst bindings.  There are<br>
a fair few examples of how to do this, how to manipulate pads,<br>
set & query parameters, etc.  What I don't see how to do is<br>
interact with the pipeline elements actions and signals.<br>
<br>
For example, if I create this element:<br>
  player = gst.element_factory_make("<u></u>playbin2", "player")<br>
I'd like to somehow run the action 'get-video-tags' and then<br>
make some sense of the result.<br>
<br>
How do I do this?<br>
<br>
Thanks<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
------------------------------<u></u>------------------------------<br>
Gary Thomas                 |  Consulting for the<br>
MLB Associates              |    Embedded world<br>
------------------------------<u></u>------------------------------<br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
</font></span></blockquote></div><br></div>