[Bug 53112] New: winegstreamer build error

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jun 8 02:44:16 CDT 2022


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 at winehq.org
          Reporter: 34810581 at 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);

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list