<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le dim. 11 oct. 2020 00 h 45, Moiz <moiz@playpixel.app> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have installed gstreamer on my windows machine using chocolatey.<br>
<br>
I have forked the gst-plugins-bad, and made some additions to suit my use<br>
case.<br>
<br>
How can I add these changes to my current gstreamer install?<br>
<br>
I have tried the following,<br>
<br>
Installing meson, and ninja<br>
<br>
cloning the fork, and running meson setup C:\gstreamer\1.0\mingw_x86_64<br>
<br>
However I get the error "first statement must be a call to a project",<br>
running from winscreen cap directory which is in sys directory of plugins<br>
bad <br>
<br>
I then tried to build the whole plugins bad but get the following error:<br>
Subproject directory not found and gstreamer.wrap file not found<br>
<br>
What am I doing wrong, How do I get it to work?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">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.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div>