gstreamer/sys/directsound
Kouhei Sutou 21bfa428d1 directsoundsrc: fix build error for 64bit Windows build by MinGW
Casting to UINT from HMIXER generates the following warning with
64bit Windows target MinGW:

    gstdirectsoundsrc.c: In function 'gst_directsound_src_mixer_find':
    gstdirectsoundsrc.c:733:30: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
         mmres = mixerGetDevCaps ((UINT) dsoundsrc->mixer,
                                  ^
    cc1: all warnings being treated as errors

We can use portable GPOINTER_TO_UINT() macro for this propose.

https://bugzilla.gnome.org/show_bug.cgi?id=754756
2015-09-09 16:57:08 +03:00
..
gstdirectsoundplugin.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstdirectsoundsrc.c directsoundsrc: fix build error for 64bit Windows build by MinGW 2015-09-09 16:57:08 +03:00
gstdirectsoundsrc.h directsoundsrc: Implement volume and mute 2015-03-31 10:53:55 +01:00
Makefile.am directsoundsrc: Implement volume and mute 2015-03-31 10:53:55 +01:00