About the new Media Foundation patchset in Staging ..

Questions about Wine on Linux
Locked
User avatar
rawfox
Level 3
Level 3
Posts: 59
Joined: Tue Oct 05, 2010 10:59 am

About the new Media Foundation patchset in Staging ..

Post by rawfox »

Hey^^

Ive tried to build todays staging release 5.15 but it failed to install.

Code: Select all

[sudo] password for rawfox:
Installing wine, please wait ...
../../../../workdir/dlls/winegstreamer/mf_decode.c: In function ‘mf_decoder_ProcessInput’:
../../../../workdir/dlls/winegstreamer/mf_decode.c22: error: ‘query’ undeclared (first use in this function)
Do i need futher dependencies to build it, or is this just a bug ?

Does anyone have an idea ?

Cheers, raw^^
JoJo4487
Newbie
Newbie
Posts: 1
Joined: Sat Aug 15, 2020 10:18 am

Re: About the new Media Foundation patchset in Staging ..

Post by JoJo4487 »

I have the same issue on Debian 9. I got around it by going into "source tree/dlls/winegstreamer/mf_decode.c" and removed line 1051 which reads " gst_query_unref (query);"

I looked it up on the gstreamer website to learn what the function does but it's beyond my capabilities, so it's not a pretty solution. It did however let complete the Wine installation and some games utilizing mfplat are also working fine now.
gee
Level 2
Level 2
Posts: 22
Joined: Fri Sep 26, 2014 3:16 am

Re: About the new Media Foundation patchset in Staging ..

Post by gee »

I think that was just a mistake fixed by the next commit: https://github.com/wine-staging/wine-st ... d1de516bd8
User avatar
rawfox
Level 3
Level 3
Posts: 59
Joined: Tue Oct 05, 2010 10:59 am

Re: About the new Media Foundation patchset in Staging ..

Post by rawfox »

Jupp :D
Was just a bug, fixed now.

Thanks for your feedback and thanks Zeb^^
Locked