[Bug 667719] New: waveformsink: Fix mingw warnings
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jan 11 14:16:06 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=667719
GStreamer | gst-plugins-good | git
Summary: waveformsink: Fix mingw warnings
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Windows
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: raimo.jarvi at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Warnings on 64 bit mingw-w64:
In file included from gstwaveformsink.c:48:0:
gstwaveformsink.h:31:0: error: "WAVE_FORMAT_96M08" redefined
/usr/x86_64-w64-mingw32/sys-root/mingw/include/mmsystem.h:468:0: note: this is
the location of the previous definition
gstwaveformsink.h:32:0: error: "WAVE_FORMAT_96S08" redefined
/usr/x86_64-w64-mingw32/sys-root/mingw/include/mmsystem.h:469:0: note: this is
the location of the previous definition
gstwaveformsink.h:33:0: error: "WAVE_FORMAT_96M16" redefined
/usr/x86_64-w64-mingw32/sys-root/mingw/include/mmsystem.h:470:0: note: this is
the location of the previous definition
gstwaveformsink.h:34:0: error: "WAVE_FORMAT_96S16" redefined
/usr/x86_64-w64-mingw32/sys-root/mingw/include/mmsystem.h:471:0: note: this is
the location of the previous definition
gstwaveformsink.c: In function 'gst_waveform_sink_prepare':
gstwaveformsink.c:377:13: error: cast from pointer to integer of different size
gstwaveformsink.c:377:34: error: cast from pointer to integer of different size
gstwaveformsink.c: In function 'waveOutProc':
gstwaveformsink.c:574:29: error: cast to pointer from integer of different size
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list