adding custom plugin for gstreamer pipeline for android

Mailing List SVR lists at svrinformatica.it
Fri Sep 13 07:07:50 PDT 2013


Il 11/09/2013 23:32, yoyosuper8 ha scritto:
> So I am using the tutorial-3 project created by GStreamer for Android. I want
> to include a custom plugin (testplugin.h and testplugin.c), so that I can
> add it to the gst_parser_launch() pipeline.
> Can someone please help me out? I'm not sure how to begin or what to do
> exactly. If someone knows of a sample project somewhere that I can take a
> look, that would be great too.
> Btw, I'm new to JNI and GStreamer. Any help would be appreciated.

this works fine for me:

gst_plugin_register_static(GST_VERSION_MAJOR, GST_VERSION_MINOR,
             "pluginname", "Template plugin name",plugin_init,
             "1.0", "LGPL", "NM", "myapp", "http://gstreamer.net/"))

Nicola

>
> Andy
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/adding-custom-plugin-for-gstreamer-pipeline-for-android-tp4661958.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>



More information about the gstreamer-devel mailing list