gstreamer/ext/alsa
Jordan Petridis 31d683d59e alsamidisrc: fix compiler warning with clang 10
```
../subprojects/gst-plugins-base/ext/alsa/gstalsamidisrc.c:201:54: error: converting the result of '<<' to a boolean always evaluates to false [-Werror,-Wtautological-constant-compare]
  snd_seq_ev_schedule_real (&ev, alsamidisrc->queue, SND_SEQ_TIME_MODE_ABS,
                                                     ^
/usr/include/alsa/seq_event.h:215:34: note: expanded from macro 'SND_SEQ_TIME_MODE_ABS'
```

The ALSA API expects 0 or 1 here and will then add the flags accordingly,
and that's also what other code using this API does.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/777>
2020-08-04 15:19:08 +03:00
..
gstalsa.c alsa: Add mapping for PCM F32/F64 formats 2017-05-17 10:33:52 -04:00
gstalsa.h alsasink: Accept MPEG 1 layer 3 version 2.5 2017-05-16 15:37:16 -04:00
gstalsadeviceprovider.c alsadeviceprovider: Remove redundant start function 2020-07-20 21:12:54 +00:00
gstalsadeviceprovider.h alsa: Implement a DeviceProvider 2019-06-04 14:07:37 +00:00
gstalsamidisrc.c alsamidisrc: fix compiler warning with clang 10 2020-08-04 15:19:08 +03:00
gstalsamidisrc.h alsamidisrc: unlock create function on shutdown 2017-12-08 10:35:43 +00:00
gstalsaplugin.c alsadeviceprovider: Rank down to secondary so PulseAudio can hide it 2020-07-06 16:32:21 +00:00
gstalsasink.c alsasink: pause/resume 2019-09-27 05:34:57 +00:00
gstalsasink.h alsasink: pause/resume 2019-09-27 05:34:57 +00:00
gstalsasrc.c Pass the code through codespell 2019-08-30 13:05:36 +00:00
gstalsasrc.h alsasrc: added option for chosing timestamps 2019-04-29 11:23:45 +02:00
meson.build alsa: Implement a DeviceProvider 2019-06-04 14:07:37 +00:00