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
gstalsa.h
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
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