Compile and build gstreamer plugin

Chuck Crisler ccrisler at mutualink.net
Tue May 27 07:11:32 PDT 2014


You build it like any Linux app. ./configure <options> ; make ; sudo make
install

Of course, this assumes that you changed the source code in place.
./configure --help (or something like that) to get a list of the available
options for configure. I like to create a script with the options so that I
always enter the same ones. That makes it much easier.


On Tue, May 27, 2014 at 9:03 AM, adala <dala at ece.fr> wrote:

> Hi everyone, (I'm on linux Ubuntu)
>
> I've been working using gstreamer and I wanted to modify a plugin
> (xvimagesink) in gst-plugin-base.
>
> I add some code in this plugin.
>
> The problem is that I don't know how to compile and rebuild all with my
> code
> in the plugin.
>
> Do you have any tuto? Can someone help me to fix this problem please?
>
> Thank you a lot
>
> Adel
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/Compile-and-build-gstreamer-plugin-tp4667196.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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140527/a79dcd7c/attachment.html>


More information about the gstreamer-devel mailing list