gstreamer/subprojects/gst-plugins-base/ext
Jordan Petridis f87d499aaf cdparanoia: Ignore discarded-qualifiers coming from the header (again)
Followup to 75872c802b , clang version

While we ignore `discarded-qualifiers` already for gcc, clang seems
to assign this error to `incompatible-pointer-types-discards-qualifiers`
so we need to ignore that as well.

```
In file included from \
../subprojects/gst-plugins-base/ext/cdparanoia/gstcdparanoiasrc.h:37: \
/usr/include/cdda/cdda_interface.h:164:3: error: initializing 'char *' with an expression \
of type 'const char [8]' discards qualifiers [-Werror, \
-Wincompatible-pointer-types-discards-qualifiers]
  "Success",
  ^~~~~~~~~
```

See 75872c802b for more

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5474>
2023-10-21 23:30:38 +00:00
..
alsa alsa: Add support for DSD audio 2023-06-23 01:27:04 +00:00
cdparanoia cdparanoia: Ignore discarded-qualifiers coming from the header (again) 2023-10-21 23:30:38 +00:00
gl gl: upload: Implement the fixate_caps virtual function 2023-10-18 19:56:30 +00:00
libvisual meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00
ogg oggdemux: vp8: Detect keyframe packets 2023-05-31 06:30:48 +00:00
opus opus: Fix crash when getting unexpected channel position 2023-06-12 20:00:52 +00:00
pango basetextoverlay: Fix typo in "text-y" property description 2023-06-10 16:52:29 +00:00
theora theoradec: make sure the selected pool accepts the new config 2023-05-12 14:37:06 +02:00
vorbis meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00
meson.build Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00