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

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

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

Moiz
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?



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

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

Nicolas Dufresne-5


Le dim. 11 oct. 2020 00 h 45, Moiz <[hidden email]> 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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

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