writing custom gstreamer 1.0 elements in python

Mathieu Duponchelle mathieu at centricular.com
Thu Mar 15 17:51:07 UTC 2018


Hey,

I have written two posts on this subject recently, you can find them at
http://mathieuduponchelle.github.io/2018-02-01-Python-Elements.html and
http://mathieuduponchelle.github.io/2018-02-15-Python-Elements-2.html.

There were until recently a few issues in pygobject making writing elements
in pyython impractical, and you will probably need to build and use the most
recent version (3.27.5) if you do encounter these as well.

For your specific use case, you will want to implement a GstVideoFilter subclass,
be aware however that *video* processing in python might prove a bit taxing
performance-wise.


On 03/14/2018 09:27 PM, dpw157 wrote:
> Hey all,
>
> i am trying to create some elements from scratch in python and i was
> wondering how to go about doing that. I wanted to have the element do some
> custom image processing on the video frame then send it back to the
> pipeline. I have read some documentation on the subject but am still a
> little confused. If someone could point me in right direction or give me an
> example it would be greatly appreciated.
>
> Thanks for your help in advance
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180315/979d8620/attachment.html>


More information about the gstreamer-devel mailing list