Meson build failing(not completing) on windows server 2019
Nirbheek Chauhan
nirbheek.chauhan at gmail.com
Wed Oct 14 09:09:36 UTC 2020
On Wed, Oct 14, 2020 at 2:30 PM Moiz <moiz at playpixel.app> wrote:
>
> Thanks for the dependencies repo!
>
> Just to confirm, manually building using cerbero will produce the same
> result as installing from the download page?
>
Yes, if you build the 1.18.0 tag of cerbero
> Thanks for that, regarding the pre-built windows binaries that are built with
> cerbero, I am missing wasapi2src, this exists when I run gst build using
> meson.
>
> Is there any reason for this, also how can I add wasapi2src if it doesn't
> exist in the pre-built binaries that use cerbero.
The wasapi2 plugin needs to be built with WINVER set to Windows 10,
which we can't do for the whole build because we still target Windows
7. So we need a way to set it for specific plugins. Once that is fixed
we can ship wasapi2 with Cerbero too.
> Also, I was able to get wasapi2 to work when using meson build, would that
> suggest that there are no dll issues getting wasapi2 to work and it is just
> some issues loading the plugins?
>
There isn't enough information at present to deduce why your other
plugins fail to load.
Cheers,
Nirbheek
More information about the gstreamer-devel
mailing list