Skip to content
  • Tim-Philipp Müller's avatar
    ext/alsa/: Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling... · 5f1cc19b
    Tim-Philipp Müller authored
    ext/alsa/: Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling against libasound >= 1.0.16, since it's be...
    
    Original commit message from CVS:
    * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
    * ext/alsa/gstalsasink.c: (set_swparams):
    * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
    Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
    against libasound >= 1.0.16, since it's been deprecated in
    0.10.16, and alignment is always 1 then, apparently. (#512899)
    5f1cc19b