[gst-devel] Adding plugins to gstreamer
Mario Torre
neugens at limasoftware.net
Tue Apr 24 16:17:18 CEST 2007
Il giorno mar, 24/04/2007 alle 15.47 +0200, Mario Torre ha scritto:
> $ export GST_PLUGIN_PATH=/tmp/lib/gstreamer-0.10/
>
> gst-inspect classpathsrc --gst-debug=2
I was able to solve turning it into a static element:
GST_PLUGIN_DEFINE_STATIC (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"classpathsrc",
"Java InputStream Reader",
plugin_init, VERSION,
"GPL", "Classpath", "http://www.classpath.org/")
The license GPL + Classpath Exception is not recognized so I had to
change it to GPL for now. Other than that, it works.
Now, This have sense, as this plugin has meaning only inside java, so it
is ok for me, but I would really like to understand what I'm doing
wrong :) so if you have some suggestions I'm happy to listen :)
Thanks,
Mario
--
Lima Software - http://www.limasoftware.net/
GNU Classpath Developer - http://www.classpath.org/
Jabber: neugens at jabber.org - Profile: http://www.gtalkprofile.com/profile/9661.html
pgp key: http://subkeys.pgp.net/
PGP Key ID: 80F240CF
Fingerprint: BA39 9666 94EC 8B73 27FA FC7C 4086 63E3 80F2 40CF
Please, support open standards:
http://opendocumentfellowship.org/petition/
http://www.nosoftwarepatents.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Questa ? una parte del messaggio firmata digitalmente
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20070424/9d71d919/attachment.pgp>
More information about the gstreamer-devel
mailing list