Build plug-ins against custom gstreamer version.

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

Build plug-ins against custom gstreamer version.

Toshick
Hello all.

I've checked out gst and plugins from GIT as described here:

I've successfully build gstreamer with  /autogen.sh --prefix=/mydir/gstreamer/build/

But when I'm trying to build gst-plugins-base, I've got this error:
 ./autogen.sh --prefix=/mydir/gstreamer/build/
...
configure: Requested 'gstreamer-1.0 >= 1.16.2' but version of GStreamer is 1.14.5
configure: error: no gstreamer-1.0 >= 1.16.2 (GStreamer) found
  configure failed

I've tried to set --gst-prefix, --gst_prefix, GST_PREFIX and looked through Web, but was not able to find the right configure parameter to point on custom gstreamer build folder.
Does anybody know how to point plugins to custom gst build?

Thank you in advance,
Best regards,
Anton.

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

Re: Build plug-ins against custom gstreamer version.

Edward Hervey-4
Hi,

  That page needs updating to point to gst-build (which uses meson and
ninja).

  You will find more information here:
https://gitlab.freedesktop.org/gstreamer/gst-build/-/blob/master/README.md

  BR,

    Edward

On Fri, 2020-04-03 at 13:18 +0300, Anton Pryima wrote:

> Hello all.
>
> I've checked out gst and plugins from GIT as described here:
> https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/git.html?gi-language=c#developing-uninstalled-gstreamer
>
> I've successfully build gstreamer with  /autogen.sh --
> prefix=/mydir/gstreamer/build/
>
> But when I'm trying to build gst-plugins-base, I've got this error:
>  ./autogen.sh --prefix=/mydir/gstreamer/build/
> ...
> configure: Requested 'gstreamer-1.0 >= 1.16.2' but version of
> GStreamer is 1.14.5
> configure: error: no gstreamer-1.0 >= 1.16.2 (GStreamer) found
>   configure failed
>
> I've tried to set --gst-prefix, --gst_prefix, GST_PREFIX and looked
> through Web, but was not able to find the right configure parameter
> to point on custom gstreamer build folder.
> Does anybody know how to point plugins to custom gst build?
>
> Thank you in advance,
> Best regards,
> Anton.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

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