[gst-devel] Adding plugins to gstreamer

David Schleef ds at schleef.org
Mon Apr 23 23:00:48 CEST 2007


On Mon, Apr 23, 2007 at 08:08:42PM +0200, Mario Torre wrote:
> I have to add a new plugin to GStreamer. The plugin is a Source reader
> (it reads from a java InoutStream).

> [1] The location of the new plugin will not be the usual /usr/lib or
> such

Why not?

If the element is something that is only useful in a program written
in Java, it might be best to keep it inside the java bindings.  The
java bindings can initialize/register the element during initialization.
The down side of doing it this way is that the element will not show
up in gst-inspect.



dave...





More information about the gstreamer-devel mailing list