Embedding scripting language in a filter element

Michael Grüner michael.gruner at ridgerun.com
Tue Feb 4 12:27:52 PST 2014


Hi

You can write gstreamer plugins in Python. Then you can read the script and eval() it. The counter part is you wont be getting C performance

Michael

-----Original Message-----
From: Josh Doe <josh at joshdoe.com>
To: Discussion of the development of and with GStreamer <gstreamer-devel at lists.freedesktop.org>
Sent: Mon, 03 Feb 2014 12:11
Subject: Embedding scripting language in a filter element

I've often had a need to apply some simple processing to a video,
little one-off things that don't seem worth creating an element for.
I've either done quick hacks to an existing element or the
application, but I'd like to have a better way. I think it would be
useful to have a filter element that has a script property, some
interpreted language like Python or Julia, to allow even interactively
changing the script. Has anyone done this or something like it? The
closest I can find is glshader for running OpenGL fragment shaders.

Thanks,
-Josh
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140204/00bfd1f5/attachment.html>


More information about the gstreamer-devel mailing list