How is Python plugin found

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How is Python plugin found

Weipeng He
Hi all,

I am trying to run the gst-python example:
https://cgit.freedesktop.org/gstreamer/gst-python/tree/examples/plugins/python/sinkelement.py

I ran theses commands:
$ export GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD/plugin:$PWD/examples/plugins
$ GST_DEBUG=python:4 gst-launch-1.0 fakesrc num-buffers=10 ! mysink

But it says:
  WARNING: erroneous pipeline: no element "mysink"

I am wondering how is python plugins found in gstreamer. Is there any
documentation on this?

Thanks a lot!

Weipeng
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How is Python plugin found

nar6du14
Why don't use python with its gobject binding?

install gstreamer-1.0 and pygi-aio or use subprocess?




Le Mardi 9 août 2016 15h14, Weipeng HE <[hidden email]> a écrit :


Hi all,

I am trying to run the gst-python example:
https://cgit.freedesktop.org/gstreamer/gst-python/tree/examples/plugins/python/sinkelement.py

I ran theses commands:
$ export GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD/plugin:$PWD/examples/plugins
$ GST_DEBUG=python:4 gst-launch-1.0 fakesrc num-buffers=10 ! mysink

But it says:
  WARNING: erroneous pipeline: no element "mysink"

I am wondering how is python plugins found in gstreamer. Is there any
documentation on this?

Thanks a lot!

Weipeng
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel