gstreamer/ext
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
..
alsa alsamidisrc: fix compiler warning with clang 10 2020-08-04 15:19:08 +03:00
cdparanoia plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:41:17 +02:00
gl docs: mark more types as plugin API 2020-06-23 14:52:20 -04:00
libvisual docs: mark more plugin API 2020-06-23 14:52:21 -04:00
ogg docs: mark more types as plugin API 2020-06-23 14:52:20 -04:00
opus plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:41:17 +02:00
pango basetextoverlay: mark valign and halign props as DOC_SHOW_DEFAULT 2020-07-01 19:44:57 +01:00
theora plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:41:17 +02:00
vorbis vorbis: drop unneeded check for vorbis_synthesis_restart() 2019-12-09 07:33:55 +00:00
meson.build meson: Remove outdated msvc-specific disabling code 2019-02-21 19:19:09 +05:30