protonscr

Build failed on branch bleeding-edge

wineclosed
ValveSoftware/wine#264 · opened 2024-12-06 by fxzxmicah · updated 2024-12-06 · 5 comments · github
Ffxzxmicah 2024-12-06 github
../ValveSoftware-winegit/dlls/winegstreamer/media-converter/videoconv.c:1024:9: error: unknown type name ‘GstBufferMapInfo’; did you mean ‘GstMapInfo’?
../ValveSoftware-winegit/dlls/winegstreamer/media-converter/videoconv.c:1029:77: error: request for member ‘data’ in something not a structure or union
 1029 |             ret = video_conv_state_fill_buffer(state, downstream_offset, map.data, map.size, &fill_size);
      |                                                                             ^
../ValveSoftware-winegit/dlls/winegstreamer/media-converter/videoconv.c:1029:87: error: request for member ‘size’ in something not a structure or union
 1029 |             ret = video_conv_state_fill_buffer(state, downstream_offset, map.data, map.size, &fill_size);
      |                                                                                       ^
Ffxzxmicah 2024-12-06 github

The same problem should be encountered on branch experimental_9.0.

Llayercak3 2024-12-06 github

What version of GStreamer are you building with? Probably before 1.22?

Ffxzxmicah 2024-12-06 github

What version of GStreamer are you building with? Probably before 1.22?

You're right. I built it on github's Ubuntu, GStreamer version 1.20.

Llayercak3 2024-12-06 github
Ffxzxmicah 2024-12-06 github

Okay, thanks for the instructions.

Nothing extracted yet.