How to add custom plugin in gstreamer SDK for Android

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

How to add custom plugin in gstreamer SDK for Android

naveenms17
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: How to add custom plugin in gstreamer SDK for Android

Arun Raghavan-4
On Thu, 28 Jul 2016, at 12:40 PM, naveenms17 wrote:
> Hi,
>
> I have downloaded gstreamer binaries for Android from
> https://gstreamer.freedesktop.org/download/.
> I made some gstreamer plugins. Can I integrate my custom gstreamer
> plugins
> with gstreamer Android binaries? Or do I have to build the entire
> gstreamer
> with my plugins using cerbero? Please advise.

The API to write your own plugin is part of the GStreamer tarball, so
you should not need to build it from scratch.

-- Arun
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How to add custom plugin in gstreamer SDK for Android

naveenms17
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: How to add custom plugin in gstreamer SDK for Android

Arun Raghavan-4
On Thu, 28 Jul 2016, at 02:02 PM, naveenms17 wrote:
> With the APIs I made the code for plugin. Now How can I buid it and
> integrate
> with gstreamer binaries, which I downloaded from freedesktop.org ?

You can look at what we have in the GstPlayer Android app:

  https://github.com/sdroege/gst-player/tree/master/android

-- Arun
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel