Registering extensions with Python bindings

Pedro Lacerda pslacerda at gmail.com
Fri Feb 21 15:29:13 PST 2014


I followed these examples for plugin registration using python gobject
introspection.

http://bazaar.launchpad.net/~jderose/+junk/gst-examples/view/head:/plugin-1.0
http://cgit.freedesktop.org/gstreamer/gst-python/tree/examples/sinkelement-registry.py

Unfortunately I can't use GObject properties at element initialization if
it's being created from factories like Gst.ElementFactory.make or
gst_parse_launch:

http://paste.debian.net/83407/ <http://paste.debian.net/83406/>
(python3:28356): GStreamer-CRITICAL **: gst_object_set_name: assertion
`GST_IS_OBJECT (object)' failed

How can I workaround this failure?

very thanks,
Pedro Lacerda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140221/1ce5df75/attachment.html>


More information about the gstreamer-devel mailing list