https://bugs.winehq.org/show_bug.cgi?id=53112
Bug ID: 53112 Summary: winegstreamer build error Product: Wine Version: 7.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winegstreamer Assignee: wine-bugs@winehq.org Reporter: 34810581@qq.com Distribution: ---
/root/code/dlls/winegstreamer/wg_transform.c:84:12: error: void value not ignored as it ought to be return gst_video_info_align(info, align);
return type is void, not bool.
The function is declared as follows in gstreamer-1.0: /usr/include/gstreamer-1.0/gst/video/video-info.h: void gst_video_info_align (GstVideoInfo * info, GstVideoAlignment * align);