Statically Link GStreamer

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

Statically Link GStreamer

android6011
I would like so that my application is more self contained compile gstreamer (and I guess glib since its a requirements of gstreamer) into my application instead of using each distributions local version. Is there any documentation on doing this?
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Statically Link GStreamer

Stefan Sauer
On 10/06/2011 11:43 PM, android6011 wrote:
> I would like so that my application is more self contained compile
> gstreamer (and I guess glib since its a requirements of gstreamer)
> into my application instead of using each distributions local version.
> Is there any documentation on doing this?

No. And its not how things do work right now. Gstreamer uses plugin and
those cannot be linked in statically. Technically its possible, but it
would need quite a few changes on the overall project structure.

You are better off with packaging you local version of gstreamer on
using that.

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