Using Python bindings

Gary Thomas gary at mlbassoc.com
Wed Jan 30 10:55:13 PST 2013


Forgive me if this is too far off topic but it's not clear
where else to ask this.

I'm constructing a pipeline using the gst bindings.  There are
a fair few examples of how to do this, how to manipulate pads,
set & query parameters, etc.  What I don't see how to do is
interact with the pipeline elements actions and signals.

For example, if I create this element:
   player = gst.element_factory_make("playbin2", "player")
I'd like to somehow run the action 'get-video-tags' and then
make some sense of the result.

How do I do this?

Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


More information about the gstreamer-devel mailing list