Installing plugins from fork, onto install that was not from source

Nicolas Dufresne nicolas at ndufresne.ca
Sun Oct 11 19:16:10 UTC 2020


Le dim. 11 oct. 2020 00 h 45, Moiz <moiz at playpixel.app> a écrit :

> I have installed gstreamer on my windows machine using chocolatey.
>
> I have forked the gst-plugins-bad, and made some additions to suit my use
> case.
>
> How can I add these changes to my current gstreamer install?
>
> I have tried the following,
>
> Installing meson, and ninja
>
> cloning the fork, and running meson setup C:\gstreamer\1.0\mingw_x86_64
>
> However I get the error "first statement must be a call to a project",
> running from winscreen cap directory which is in sys directory of plugins
> bad
>
> I then tried to build the whole plugins bad but get the following error:
> Subproject directory not found and gstreamer.wrap file not found
>
> What am I doing wrong, How do I get it to work?
>

Meson didn't find development headers for GStreamer, fell back to
subproject, but the wrap is not available in that repo. You don't anyway
want to rebuild everything. Make sure to configure your build so meson can
find the appropriate headers and .pc files. Make sure .h and .pc files are
installed.



>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20201011/e955844a/attachment.htm>


More information about the gstreamer-devel mailing list