You are not logged in.

#1 2020-04-30 14:12:22

Xakep_SDK
Member
Registered: 2017-09-23
Posts: 61

java-openjfx python2

Does java-openjfx really need python2?
Afaik, debian and ubuntu openjfx package does not depend on python2, same for OpenSUSE

https://build.opensuse.org/package/view … c?expand=1

Offline

#2 2020-04-30 14:26:32

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,452
Website

Re: java-openjfx python2

Then clearly it doesn't need python2.  Feel free to rebuild it via the ABS if you don't want to wait for the dev to get to it, otherwise this is just #6.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2020-04-30 14:28:41

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: java-openjfx python2

It is needed as a build dependency for the bundled webkit which opensuse does not build but arch does.

Last edited by loqs (2020-04-30 14:29:15)

Offline

#4 2020-05-25 18:16:11

Xakep_SDK
Member
Registered: 2017-09-23
Posts: 61

Re: java-openjfx python2

How can i ping somebody?
JavaFX was updated to java 14, but this was not fixed.
I created bug report, but it's closed with "please use the forum".
I have no idea how to get in contact with javafx maintainer publicly, without exposing my IP(IRC) or email(ML)...
https://bugs.archlinux.org/task/66776

Edit: freswa sorry, i forget to change user id to anthraxx and accidentally emailed you. I already emailed anthraxx.

Last edited by Xakep_SDK (2020-05-25 18:22:32)

Offline

#5 2020-05-25 18:33:29

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,467

Re: java-openjfx python2

Both this thread and the ticket you opened are complete nonsense. Want to restate what you think is the issue? If you emailed the maintainer the same thing, don't expect a response.

Last edited by Scimmia (2020-05-25 18:34:09)

Online

#6 2020-05-25 18:49:08

Xakep_SDK
Member
Registered: 2017-09-23
Posts: 61

Re: java-openjfx python2

Arch Linux package java-openjfx depends on python2.
JavaFX does not depends on any python version.
Only module javafx.web depends on python on a build time, to build some native libraries.
python2 should be makedepends only.

Offline

#7 2020-05-25 19:54:47

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,452
Website

Re: java-openjfx python2

Xakep_SDK wrote:

I have no idea how to get in contact with javafx maintainer publicly, without exposing my IP(IRC) or email(ML)...

What??  Exactly what would you like to say to the maintainer such that you'd feel the need to hide / obscure who you are?  If you'd be ashamed of what you would say, just don't say it.  If you intend to be civil and productive, there'd be no need to hide who you are.

Now, to be fair, I think you may have a good question here - but you still need to present it well.  I don't use the package, so I don't know for sure - but I just tinkered with it: no binary object (executable or lib) links to any part of python, nor are there any python scripts in the package that could require the python interpreter.  It is, therefore, not clear to me why python2 is a dependency.  There may be a good reason, but it's not immediately obvious to me, and so I'd support you asking this question in an appropriate way.

But you were told on the bug tracker the maintainer's preferred way of asking the question.  Please follow that guidance. (edit: oops, no that was bugtracker staff closing it not the maintainer redirecting you.  So I see why you're puzzled, I am too).

EDIT: fwiw, namcap flags python2 as an unneeded depdency of the package.  Though this is far from conclusive as namcap tends to miss dependencies that are not linked to by ELF binaries.

@Scimmia, I can't vouch for all of the OP's attempts to approach this question, but I don't see why it's nonsense.  Python2 is on it's way out, and it should not be listed as a runtime dependency if it isn't needed.  I don't see why it is needed for this package (at build time perhaps, but not runtime).  So the question is: is there a good reason for python2 to be included in the dependency list, or can/should it be removed?

Last edited by Trilby (2020-05-25 20:13:02)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#8 2020-05-25 22:50:56

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: java-openjfx python2

With python2 dropped from both makedepends and depends:

git diff
diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD
index daf3f61..2ceb4b3 100644
--- a/trunk/PKGBUILD
+++ b/trunk/PKGBUILD
@@ -42,7 +42,6 @@ makedepends=(
   libx11
   libxtst
   pango
-  python2
   qt5-base
   ruby
   unzip
@@ -95,7 +94,6 @@ package_java-openjfx() {
     libx11
     libxtst
     pango
-    python2
     qt5-base
     ruby
     unzip
==> Making package: java-openjfx 14.0.2.u0-1 (Mon May 25 22:43:51 2020)
==> Retrieving sources...
  -> Found java-openjfx-14.0.2+0
  -> Found gradle.properties
  -> Found java-openjfx-flags.patch
  -> Found java-openjfx-no-xlocale.patch
  -> Found java-openjfx-gstreamer-lite-gcc10-compat.patch
==> Validating source files with sha256sums...
    java-openjfx-14.0.2+0 ... Passed
    gradle.properties ... Passed
    java-openjfx-flags.patch ... Passed
    java-openjfx-no-xlocale.patch ... Passed
    java-openjfx-gstreamer-lite-gcc10-compat.patch ... Passed
==> Making package: java-openjfx 14.0.2.u0-1 (Mon 25 May 2020 10:43:56 PM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency
warning: dependency cycle detected:
warning: mesa will be installed before its libglvnd dependency
warning: dependency cycle detected:
warning: rubygems will be installed before its ruby dependency
warning: dependency cycle detected:
warning: ruby-irb will be installed before its ruby dependency
warning: dependency cycle detected:
warning: ruby-reline will be installed before its ruby dependency

Packages (191) adobe-source-code-pro-fonts-2.030ro+1.050it-6  adwaita-icon-theme-3.36.1-1  alsa-topology-conf-1.2.2-2  alsa-ucm-conf-1.2.2-1  aom-1.0.0.errata1+avif-1  at-spi2-atk-2.34.2-1
               at-spi2-core-2.36.0-1  atk-2.36.0-1  avahi-0.8+15+ge8a3dd0-1  brotli-1.0.7-3  bubblewrap-0.4.1-1  cantarell-fonts-1:0.201-1  colord-1.4.4+9+g1ce26da-2  dav1d-0.6.0-1
               dconf-0.36.0-1  desktop-file-utils-0.24-2  double-conversion-3.1.5-2  enchant-2.2.8-3  flac-1.3.3-2  fontconfig-2:2.13.91+24+g75eadca-2  fribidi-1.0.9-1  giflib-5.2.1-2
               glib-networking-2.64.2-1  graphite-1:1.3.14-1  gsettings-desktop-schemas-3.36.1-1  gsm-1.0.19-1  gst-plugins-base-libs-1.16.2-2  gstreamer-1.16.2-2
               gtk-update-icon-cache-1:3.24.20-1  harfbuzz-2.6.6-1  harfbuzz-icu-2.6.6-1  hicolor-icon-theme-0.17-2  hyphen-2.8.8-3  iso-codes-4.4-2  jack-0.125.0-9
               java-environment-common-3-3  java-runtime-common-3-3  jre11-openjdk-11.0.7.u10-1  jre11-openjdk-headless-11.0.7.u10-1  js60-60.9.0-2  json-glib-1.4.4-2  jsoncpp-1.9.2-1
               l-smash-2.14.5-2  lame-3.100-3  lcms2-2.9-3  libass-0.14.0-2  libasyncns-0.8+3+g68cd5af-3  libavc1394-0.5.4-4  libbluray-1.2.0-3  libcanberra-0.30+2+gc0620e4-3
               libcups-2.3.3-1  libdaemon-0.14-5  libdatrie-0.2.12-2  libdrm-2.4.101-1  libedit-20191231_3.1-1  libepoxy-1.5.4-2  libevdev-1.9.0-1  libgudev-233-2  libgusb-0.3.4-1
               libibus-1.5.22+8+gf591381e-1  libice-1.0.10-3  libiec61883-1.2.0-6  libinput-1.15.5-1  libjpeg-turbo-2.0.4-1  libmfx-20.1.1-1  libmodplug-0.8.9.0-3  libnet-1:1.1.6-1
               libnotify-0.7.9-1  libnsl-1.2.0-2  libogg-1.3.4-2  libomxil-bellagio-0.9.3-3  libpciaccess-0.16-2  libpng-1.6.37-2  libproxy-0.4.15+33+g454a499-1  libpulse-13.0-3
               libraw1394-2.1.2-3  librsvg-2:2.48.4-1  libsamplerate-0.1.9-3  libsm-1.2.3-2  libsndfile-1.0.28-3  libsoup-2.70.0-1  libsoxr-0.1.3-2  libssh-0.9.4-1  libthai-0.1.28-2
               libtheora-1.1.1-5  libtiff-4.1.0-2  libunwind-1.3.1-2  libuv-1.38.0-1  libva-2.7.1-1  libvdpau-1.4-1  libvorbis-1.3.6-2  libvpx-1.8.2-2  libwacom-1.3-1  libwebp-1.1.0-1
               libwpe-1.6.0-1  libxau-1.0.9-3  libxcb-1.14-1  libxcomposite-0.4.5-3  libxcursor-1.2.0-2  libxdamage-1.1.5-3  libxdmcp-1.1.3-3  libxext-1.3.4-3  libxfixes-5.0.3-4
               libxft-2.3.3-2  libxi-1.7.10-3  libxinerama-1.1.4-3  libxkbcommon-0.10.0-1  libxkbcommon-x11-0.10.0-1  libxmu-1.1.3-2  libxrandr-1.5.2-3  libxrender-0.9.10-4
               libxshmfence-1.3-2  libxslt-1.1.34-3  libxt-1.2.0-2  libxv-1.0.11-4  libxxf86vm-1.1.4-4  libyaml-0.2.4-1  llvm-libs-10.0.0-2  lm_sensors-3.6.0-2  lzo-2.10-3  md4c-0.4.3-1
               mesa-20.0.7-3  mtdev-1.1.6-1  nspr-4.25-1  nss-3.52.1-2  opencore-amr-0.1.5-4  openjpeg2-2.3.1-2  opus-1.3.1-2  orc-0.4.31-2  pixman-0.40.0-1  polkit-0.116-5  rest-0.8.1-3
               rhash-1.3.9-2  ruby-irb-1.2.1-1  ruby-reline-0.0.7-2  rubygems-3.1.2-5  sdl2-2.0.12-1  shared-mime-info-2.0+1+g6bf9e4f-2  sound-theme-freedesktop-0.8-4  speex-1.2.0-3
               speexdsp-1.2.0-2  srt-1.4.1-2  sysfsutils-2.1.0-11  tdb-1.4.3-2  tslib-1.21-2  v4l-utils-1.18.1-1  vid.stab-1.1-3  vmaf-1.5.1-1  vulkan-icd-loader-1.2.140-1  wayland-1.18.0-2
               wayland-protocols-1.20-1  woff2-1.0.2-3  wpebackend-fdo-1.6.0-1  x264-3:0.159.r2999.296494a-1  x265-3.3-1  xcb-proto-1.14-1  xcb-util-0.4.0-3  xcb-util-image-0.4.0-3
               xcb-util-keysyms-0.4.0-3  xcb-util-renderutil-0.3.9-3  xcb-util-wm-0.4.1-3  xdg-dbus-proxy-0.1.2-2  xdg-utils-1.1.3+19+g9816ebb-1  xkeyboard-config-2.29-1  xorg-xprop-1.2.4-2
               xorg-xset-1.2.4-2  xorgproto-2020.1-1  xvidcore-1.3.7-2  zita-alsa-pcmi-0.3.2-3  zita-resampler-1.6.2-3  alsa-lib-1.2.2-1  ant-1.10.8-1  cairo-1.17.2+25+gaee96d175-1
               cmake-3.17.2-2  ffmpeg-1:4.2.2-8  freetype2-2.10.2-1  gdk-pixbuf2-2.40.0-2  gperf-3.1-3  gradle-6.4.1-1  gtk2-2.24.32-2  gtk3-1:3.24.20-1  jdk11-openjdk-11.0.7.u10-1
               libglvnd-1.3.1-1  libx11-1.6.9-7  libxtst-1.2.3-4  pango-1:1.44.7+11+g73b46b04-1  qt5-base-5.14.2-3  ruby-2.7.1-2  unzip-6.0-14  webkit2gtk-2.28.2-2  zip-3.0-9

Total Installed Size:  1292.80 MiB

:: Proceed with installation? [Y/n] 
(191/191) checking keys in keyring                                                                                 [####################################################################] 100%
(191/191) checking package integrity                                                                               [####################################################################] 100%
(191/191) loading package files                                                                                    [####################################################################] 100%
(191/191) checking for file conflicts                                                                              [####################################################################] 100%
:: Processing package changes...
(  1/191) installing alsa-topology-conf                                                                            [####################################################################] 100%
(  2/191) installing alsa-ucm-conf                                                                                 [####################################################################] 100%
(  3/191) installing alsa-lib                                                                                      [####################################################################] 100%
(  4/191) installing java-runtime-common                                                                           [####################################################################] 100%
For the complete set of Java binaries to be available in your PATH,
you need to re-login or source /etc/profile.d/jre.sh
Please note that this package does not support forcing JAVA_HOME as former package java-common did
(  5/191) installing nspr                                                                                          [####################################################################] 100%
(  6/191) installing nss                                                                                           [####################################################################] 100%
(  7/191) installing libjpeg-turbo                                                                                 [####################################################################] 100%
(  8/191) installing libtiff                                                                                       [####################################################################] 100%
Optional dependencies for libtiff
    freeglut: for using tiffgt
(  9/191) installing lcms2                                                                                         [####################################################################] 100%
( 10/191) installing libnet                                                                                        [####################################################################] 100%
( 11/191) installing libpng                                                                                        [####################################################################] 100%
( 12/191) installing graphite                                                                                      [####################################################################] 100%
( 13/191) installing harfbuzz                                                                                      [####################################################################] 100%
Optional dependencies for harfbuzz
    cairo: hb-view program [pending]
( 14/191) installing freetype2                                                                                     [####################################################################] 100%
( 15/191) installing jre11-openjdk-headless                                                                        [####################################################################] 100%
Optional dependencies for jre11-openjdk-headless
    java-rhino: for some JavaScript support
( 16/191) installing giflib                                                                                        [####################################################################] 100%
( 17/191) installing jre11-openjdk                                                                                 [####################################################################] 100%
when you use a non-reparenting window manager,
set _JAVA_AWT_WM_NONREPARENTING=1 in /etc/profile.d/jre.sh
Optional dependencies for jre11-openjdk
    alsa-lib: for basic sound support [installed]
    gtk2: for the Gtk+ 2 look and feel - desktop usage [pending]
    gtk3: for the Gtk+ 3 look and feel - desktop usage [pending]
( 18/191) installing java-environment-common                                                                       [####################################################################] 100%
( 19/191) installing hicolor-icon-theme                                                                            [####################################################################] 100%
( 20/191) installing jdk11-openjdk                                                                                 [####################################################################] 100%
( 21/191) installing ant                                                                                           [####################################################################] 100%
Optional dependencies for ant
    junit: junit tasks
    java-hamcrest: junit tasks
( 22/191) installing xcb-proto                                                                                     [####################################################################] 100%
( 23/191) installing libxdmcp                                                                                      [####################################################################] 100%
( 24/191) installing libxau                                                                                        [####################################################################] 100%
( 25/191) installing libxcb                                                                                        [####################################################################] 100%
( 26/191) installing xorgproto                                                                                     [####################################################################] 100%
( 27/191) installing libx11                                                                                        [####################################################################] 100%
( 28/191) installing libxrender                                                                                    [####################################################################] 100%
( 29/191) installing libxext                                                                                       [####################################################################] 100%
( 30/191) installing fontconfig                                                                                    [####################################################################] 100%
  
  Fontconfig configuration is done via /etc/fonts/conf.avail and conf.d.
  Read /etc/fonts/conf.d/README for more information.

  Configuration via /etc/fonts/local.conf is still possible,
  but is no longer recommended for options available in conf.avail.

  Main systemwide configuration should be done by symlinks
  (especially for autohinting, sub-pixel and lcdfilter):
  
  cd /etc/fonts/conf.d
  ln -s ../conf.avail/XX-foo.conf
  
  Check also https://wiki.archlinux.org/index.php/Font_Configuration
  and https://wiki.archlinux.org/index.php/Fonts.

Rebuilding fontconfig cache... done.
( 31/191) installing pixman                                                                                        [####################################################################] 100%
( 32/191) installing lzo                                                                                           [####################################################################] 100%
( 33/191) installing cairo                                                                                         [####################################################################] 100%
( 34/191) installing shared-mime-info                                                                              [####################################################################] 100%
( 35/191) installing jsoncpp                                                                                       [####################################################################] 100%
Optional dependencies for jsoncpp
    jsoncpp-doc: documentation
( 36/191) installing libnsl                                                                                        [####################################################################] 100%
( 37/191) installing libuv                                                                                         [####################################################################] 100%
( 38/191) installing rhash                                                                                         [####################################################################] 100%
( 39/191) installing cmake                                                                                         [####################################################################] 100%
Optional dependencies for cmake
    qt5-base: cmake-gui [pending]
( 40/191) installing aom                                                                                           [####################################################################] 100%
( 41/191) installing fribidi                                                                                       [####################################################################] 100%
( 42/191) installing gsm                                                                                           [####################################################################] 100%
( 43/191) installing libogg                                                                                        [####################################################################] 100%
( 44/191) installing flac                                                                                          [####################################################################] 100%
( 45/191) installing libvorbis                                                                                     [####################################################################] 100%
( 46/191) installing libsndfile                                                                                    [####################################################################] 100%
Optional dependencies for libsndfile
    alsa-lib: for sndfile-play [installed]
( 47/191) installing libsamplerate                                                                                 [####################################################################] 100%
Optional dependencies for libsamplerate
    libsndfile.so: for sndfile-resample [installed]
( 48/191) installing zita-alsa-pcmi                                                                                [####################################################################] 100%
( 49/191) installing zita-resampler                                                                                [####################################################################] 100%
Optional dependencies for zita-resampler
    libsndfile: for zresample and zretune [installed]
( 50/191) installing jack                                                                                          [####################################################################] 100%
Optional dependencies for jack
    celt: NetJACK driver
    libffado: FireWire support
    realtime-privileges: Acquire realtime privileges
( 51/191) installing lame                                                                                          [####################################################################] 100%
( 52/191) installing libass                                                                                        [####################################################################] 100%
( 53/191) installing libraw1394                                                                                    [####################################################################] 100%
( 54/191) installing libavc1394                                                                                    [####################################################################] 100%
( 55/191) installing libbluray                                                                                     [####################################################################] 100%
Optional dependencies for libbluray
    java-runtime: BD-J library [installed]
( 56/191) installing vulkan-icd-loader                                                                             [####################################################################] 100%
Optional dependencies for vulkan-icd-loader
    vulkan-driver: packaged vulkan driver
( 57/191) installing dav1d                                                                                         [####################################################################] 100%
( 58/191) installing libpciaccess                                                                                  [####################################################################] 100%
( 59/191) installing libdrm                                                                                        [####################################################################] 100%
( 60/191) installing libiec61883                                                                                   [####################################################################] 100%
( 61/191) installing libmfx                                                                                        [####################################################################] 100%
( 62/191) installing libmodplug                                                                                    [####################################################################] 100%
( 63/191) installing libomxil-bellagio                                                                             [####################################################################] 100%
( 64/191) installing libasyncns                                                                                    [####################################################################] 100%
( 65/191) installing libxi                                                                                         [####################################################################] 100%
( 66/191) installing libxfixes                                                                                     [####################################################################] 100%
( 67/191) installing libxtst                                                                                       [####################################################################] 100%
( 68/191) installing libice                                                                                        [####################################################################] 100%
( 69/191) installing libsm                                                                                         [####################################################################] 100%
( 70/191) installing libpulse                                                                                      [####################################################################] 100%
( 71/191) installing libsoxr                                                                                       [####################################################################] 100%
( 72/191) installing libssh                                                                                        [####################################################################] 100%
( 73/191) installing libtheora                                                                                     [####################################################################] 100%
( 74/191) installing wayland                                                                                       [####################################################################] 100%
( 75/191) installing libxxf86vm                                                                                    [####################################################################] 100%
( 76/191) installing libxdamage                                                                                    [####################################################################] 100%
( 77/191) installing libxshmfence                                                                                  [####################################################################] 100%
( 78/191) installing libunwind                                                                                     [####################################################################] 100%
( 79/191) installing libedit                                                                                       [####################################################################] 100%
( 80/191) installing llvm-libs                                                                                     [####################################################################] 100%
( 81/191) installing lm_sensors                                                                                    [####################################################################] 100%
Optional dependencies for lm_sensors
    rrdtool: for logging with sensord
( 82/191) installing mesa                                                                                          [####################################################################] 100%
Optional dependencies for mesa
    opengl-man-pages: for the OpenGL API man pages
    mesa-vdpau: for accelerated video playback
    libva-mesa-driver: for accelerated video playback
( 83/191) installing libglvnd                                                                                      [####################################################################] 100%
( 84/191) installing libva                                                                                         [####################################################################] 100%
Optional dependencies for libva
    intel-media-driver: backend for Intel GPUs (>= Broadwell)
    libva-vdpau-driver: backend for Nvidia and AMD GPUs
    libva-intel-driver: backend for Intel GPUs (<= Haswell)
( 85/191) installing libvdpau                                                                                      [####################################################################] 100%
( 86/191) installing vid.stab                                                                                      [####################################################################] 100%
( 87/191) installing libvpx                                                                                        [####################################################################] 100%
( 88/191) installing libwebp                                                                                       [####################################################################] 100%
Optional dependencies for libwebp
    freeglut: vwebp viewer
( 89/191) installing l-smash                                                                                       [####################################################################] 100%
( 90/191) installing x264                                                                                          [####################################################################] 100%
( 91/191) installing x265                                                                                          [####################################################################] 100%
( 92/191) installing libxv                                                                                         [####################################################################] 100%
( 93/191) installing xvidcore                                                                                      [####################################################################] 100%
( 94/191) installing opencore-amr                                                                                  [####################################################################] 100%
( 95/191) installing openjpeg2                                                                                     [####################################################################] 100%
( 96/191) installing opus                                                                                          [####################################################################] 100%
( 97/191) installing libxcursor                                                                                    [####################################################################] 100%
Optional dependencies for libxcursor
    gnome-themes-standard: fallback icon theme
( 98/191) installing libibus                                                                                       [####################################################################] 100%
( 99/191) installing sdl2                                                                                          [####################################################################] 100%
Optional dependencies for sdl2
    alsa-lib: ALSA audio driver [installed]
    libpulse: PulseAudio audio driver [installed]
    jack: JACK audio driver [installed]
(100/191) installing speexdsp                                                                                      [####################################################################] 100%
(101/191) installing speex                                                                                         [####################################################################] 100%
(102/191) installing srt                                                                                           [####################################################################] 100%
(103/191) installing sysfsutils                                                                                    [####################################################################] 100%
(104/191) installing v4l-utils                                                                                     [####################################################################] 100%
Optional dependencies for v4l-utils
    qt5-base: for qv4l2 [pending]
    alsa-lib: for qv4l2 [installed]
(105/191) installing vmaf                                                                                          [####################################################################] 100%
(106/191) installing ffmpeg                                                                                        [####################################################################] 100%
Optional dependencies for ffmpeg
    intel-media-sdk: Intel QuickSync support
    ladspa: LADSPA filters
    nvidia-utils: Nvidia NVDEC/NVENC support
(107/191) installing gradle                                                                                        [####################################################################] 100%
(108/191) installing gdk-pixbuf2                                                                                   [####################################################################] 100%
(109/191) installing gperf                                                                                         [####################################################################] 100%
(110/191) installing atk                                                                                           [####################################################################] 100%
(111/191) installing libdatrie                                                                                     [####################################################################] 100%
(112/191) installing libthai                                                                                       [####################################################################] 100%
(113/191) installing libxft                                                                                        [####################################################################] 100%
(114/191) installing pango                                                                                         [####################################################################] 100%
(115/191) installing libxinerama                                                                                   [####################################################################] 100%
(116/191) installing libxrandr                                                                                     [####################################################################] 100%
(117/191) installing libxcomposite                                                                                 [####################################################################] 100%
(118/191) installing libdaemon                                                                                     [####################################################################] 100%
(119/191) installing avahi                                                                                         [####################################################################] 100%
Optional dependencies for avahi
    gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, bvnc [pending]
    qt5-base: qt5 bindings [pending]
    libevent: libevent bindings
    nss-mdns: NSS support for mDNS
    python-twisted: avahi-bookmarks
    python-gobject: avahi-bookmarks, avahi-discover
    python-dbus: avahi-bookmarks, avahi-discover
(120/191) installing libcups                                                                                       [####################################################################] 100%
(121/191) installing librsvg                                                                                       [####################################################################] 100%
(122/191) installing gtk-update-icon-cache                                                                         [####################################################################] 100%
(123/191) installing desktop-file-utils                                                                            [####################################################################] 100%
(124/191) installing gtk2                                                                                          [####################################################################] 100%
Optional dependencies for gtk2
    gnome-themes-standard: Default widget theme
    adwaita-icon-theme: Default icon theme [pending]
    python2: gtk-builder-convert
(125/191) installing libepoxy                                                                                      [####################################################################] 100%
(126/191) installing dconf                                                                                         [####################################################################] 100%
(127/191) installing at-spi2-core                                                                                  [####################################################################] 100%
Optional dependencies for at-spi2-core
    dbus-broker: Alternative bus implementation
(128/191) installing at-spi2-atk                                                                                   [####################################################################] 100%
(129/191) installing xkeyboard-config                                                                              [####################################################################] 100%
(130/191) installing libxkbcommon                                                                                  [####################################################################] 100%
(131/191) installing adwaita-icon-theme                                                                            [####################################################################] 100%
(132/191) installing json-glib                                                                                     [####################################################################] 100%
(133/191) installing wayland-protocols                                                                             [####################################################################] 100%
(134/191) installing cantarell-fonts                                                                               [####################################################################] 100%
(135/191) installing libgusb                                                                                       [####################################################################] 100%
(136/191) installing js60                                                                                          [####################################################################] 100%
(137/191) installing polkit                                                                                        [####################################################################] 100%
(138/191) installing libgudev                                                                                      [####################################################################] 100%
(139/191) installing colord                                                                                        [####################################################################] 100%
Optional dependencies for colord
    argyllcms: color profiling
    colord-sane: SANE support
(140/191) installing libproxy                                                                                      [####################################################################] 100%
Optional dependencies for libproxy
    networkmanager: NetworkManager configuration module
    perl: Perl bindings [installed]
    python2: Python 2.x bindings
    python: Python 3.x bindings
    libproxy-mozjs: PAC proxy support (via MozJS)
    libproxy-webkit: PAC proxy support (via WebKit)
(141/191) installing adobe-source-code-pro-fonts                                                                   [####################################################################] 100%
(142/191) installing gsettings-desktop-schemas                                                                     [####################################################################] 100%
(143/191) installing glib-networking                                                                               [####################################################################] 100%
Optional dependencies for glib-networking
    openssl: Alternative backend [installed]
(144/191) installing brotli                                                                                        [####################################################################] 100%
(145/191) installing libsoup                                                                                       [####################################################################] 100%
Optional dependencies for libsoup
    samba: Windows Domain SSO
(146/191) installing rest                                                                                          [####################################################################] 100%
(147/191) installing tdb                                                                                           [####################################################################] 100%
Optional dependencies for tdb
    python: for python bindings
(148/191) installing sound-theme-freedesktop                                                                       [####################################################################] 100%
(149/191) installing libcanberra                                                                                   [####################################################################] 100%
Optional dependencies for libcanberra
    libcanberra-pulse: PulseAudio driver
    libcanberra-gstreamer: GStreamer driver
(150/191) installing iso-codes                                                                                     [####################################################################] 100%
(151/191) installing gtk3                                                                                          [####################################################################] 100%
(152/191) installing xcb-util-keysyms                                                                              [####################################################################] 100%
(153/191) installing xcb-util-renderutil                                                                           [####################################################################] 100%
(154/191) installing libxt                                                                                         [####################################################################] 100%
(155/191) installing libxmu                                                                                        [####################################################################] 100%
(156/191) installing xorg-xset                                                                                     [####################################################################] 100%
(157/191) installing xorg-xprop                                                                                    [####################################################################] 100%
(158/191) installing xdg-utils                                                                                     [####################################################################] 100%
Optional dependencies for xdg-utils
    kde-cli-tools: for KDE Plasma5 support in xdg-open
    exo: for Xfce support in xdg-open
    pcmanfm: for LXDE support in xdg-open
    perl-file-mimeinfo: for generic support in xdg-open
    perl-net-dbus: Perl extension to dbus used in xdg-screensaver
    perl-x11-protocol: Perl X11 protocol used in xdg-screensaver
(159/191) installing xcb-util-wm                                                                                   [####################################################################] 100%
(160/191) installing xcb-util                                                                                      [####################################################################] 100%
(161/191) installing xcb-util-image                                                                                [####################################################################] 100%
(162/191) installing tslib                                                                                         [####################################################################] 100%
(163/191) installing mtdev                                                                                         [####################################################################] 100%
(164/191) installing libevdev                                                                                      [####################################################################] 100%
(165/191) installing libwacom                                                                                      [####################################################################] 100%
(166/191) installing libinput                                                                                      [####################################################################] 100%
Optional dependencies for libinput
    gtk3: libinput debug-gui [installed]
    python-pyudev: libinput measure
    python-libevdev: libinput measure
(167/191) installing libxkbcommon-x11                                                                              [####################################################################] 100%
(168/191) installing double-conversion                                                                             [####################################################################] 100%
(169/191) installing md4c                                                                                          [####################################################################] 100%
(170/191) installing qt5-base                                                                                      [####################################################################] 100%
Optional dependencies for qt5-base
    qt5-svg: to use SVG icon themes
    qt5-wayland: to run Qt applications in a Wayland session
    qt5-translations: for some native UI translations
    postgresql-libs: PostgreSQL driver
    mariadb-libs: MariaDB driver
    unixodbc: ODBC driver
    libfbclient: Firebird/iBase driver
    freetds: MS SQL driver
    gtk3: GTK platform plugin [installed]
    perl: for fixqt4headers and syncqt [installed]
(171/191) installing libyaml                                                                                       [####################################################################] 100%
(172/191) installing rubygems                                                                                      [####################################################################] 100%
(173/191) installing ruby-reline                                                                                   [####################################################################] 100%
(174/191) installing ruby-irb                                                                                      [####################################################################] 100%
(175/191) installing ruby                                                                                          [####################################################################] 100%
Optional dependencies for ruby
    ruby-docs: Ruby documentation
    tk: for Ruby/TK
(176/191) installing unzip                                                                                         [####################################################################] 100%
(177/191) installing libxslt                                                                                       [####################################################################] 100%
(178/191) installing enchant                                                                                       [####################################################################] 100%
Optional dependencies for enchant
    aspell: for aspell based spell checking support
    hunspell: for hunspell based spell checking support
    libvoikko: for libvoikko based spell checking support
    hspell: for hspell based spell checking support
    nuspell: for nuspell based spell checking support
(179/191) installing gstreamer                                                                                     [####################################################################] 100%
(180/191) installing orc                                                                                           [####################################################################] 100%
(181/191) installing gst-plugins-base-libs                                                                         [####################################################################] 100%
(182/191) installing harfbuzz-icu                                                                                  [####################################################################] 100%
(183/191) installing libnotify                                                                                     [####################################################################] 100%
(184/191) installing hyphen                                                                                        [####################################################################] 100%
(185/191) installing woff2                                                                                         [####################################################################] 100%
(186/191) installing libwpe                                                                                        [####################################################################] 100%
(187/191) installing wpebackend-fdo                                                                                [####################################################################] 100%
(188/191) installing bubblewrap                                                                                    [####################################################################] 100%
(189/191) installing xdg-dbus-proxy                                                                                [####################################################################] 100%
(190/191) installing webkit2gtk                                                                                    [####################################################################] 100%
Optional dependencies for webkit2gtk
    geoclue: Geolocation support
    gst-plugins-good: media decoding
    gst-plugins-bad: media decoding
    gst-libav: nonfree media decoding
(191/191) installing zip                                                                                           [####################################################################] 100%
:: Running post-transaction hooks...
( 1/17) Creating system user accounts...
Creating group avahi with gid 977.
Creating user avahi (Avahi mDNS/DNS-SD daemon) with uid 977 and gid 977.
Creating group colord with gid 976.
Creating user colord (Color management daemon) with uid 976 and gid 976.
Creating group polkitd with gid 102.
Creating user polkitd (PolicyKit daemon) with uid 102 and gid 102.
( 2/17) Reloading system manager configuration...
  Skipped: Current root is not booted.
( 3/17) Creating temporary files...
( 4/17) Reloading device manager configuration...
  Skipped: Device manager is not running.
( 5/17) Arming ConditionNeedsUpdate...
( 6/17) Reloading system bus configuration...
  Skipped: Current root is not booted.
( 7/17) Warn about old perl modules
( 8/17) Updating fontconfig cache...
( 9/17) Probing GDK-Pixbuf loader modules...
(10/17) Updating GIO module cache...
(11/17) Compiling GSettings XML schema files...
(12/17) Probing GTK2 input method modules...
(13/17) Probing GTK3 input method modules...
(14/17) Updating icon theme caches...
(15/17) Updating the info directory file...
(16/17) Updating the desktop file MIME type cache...
(17/17) Updating the MIME type database...
==> Retrieving sources...
  -> Found java-openjfx-14.0.2+0
  -> Found gradle.properties
  -> Found java-openjfx-flags.patch
  -> Found java-openjfx-no-xlocale.patch
  -> Found java-openjfx-gstreamer-lite-gcc10-compat.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting java-openjfx-14.0.2+0 with bsdtar
==> Starting prepare()...
patching file buildSrc/linux.gradle
Hunk #1 succeeded at 43 (offset -1 lines).
Hunk #2 succeeded at 71 with fuzz 2 (offset 7 lines).
Hunk #3 succeeded at 282 (offset -17 lines).
patching file modules/javafx.media/src/main/native/gstreamer/projects/linux/avplugin/Makefile
Hunk #2 succeeded at 30 (offset 1 line).
Hunk #3 succeeded at 42 (offset 1 line).
patching file modules/javafx.media/src/main/native/gstreamer/projects/linux/fxplugins/Makefile
Hunk #2 succeeded at 31 (offset 1 line).
Hunk #3 succeeded at 42 (offset 1 line).
patching file modules/javafx.media/src/main/native/gstreamer/projects/linux/gstreamer-lite/Makefile
Hunk #2 succeeded at 52 (offset 1 line).
Hunk #3 succeeded at 71 (offset 1 line).
patching file modules/javafx.media/src/main/native/jfxmedia/projects/linux/Makefile
Hunk #3 succeeded at 58 (offset 1 line).
patching file modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/src/libxslt/xsltlocale.h
patching file modules/javafx.media/src/main/native/gstreamer/projects/linux/gstreamer-lite/Makefile
==> Starting build()...

Welcome to Gradle 6.4.1!

Here are the highlights of this release:
 - Support for building, testing and running Java Modules
 - Precompiled script plugins for Groovy DSL
 - Single dependency lock file per project

For more details see https://docs.gradle.org/6.4.1/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build

> Configure project :
*****************************************************************
Unsupported gradle version 6.4.1 in use.
Only version 6.0 is supported. Use this version at your own risk
*****************************************************************
gradle.gradleVersion: 6.4.1
OS_NAME: linux
OS_ARCH: amd64
JAVA_HOME: /usr/lib/jvm/java-11-openjdk
JDK_HOME: /usr/lib/jvm/java-11-openjdk
java.runtime.version: 11.0.7+10
java version: 11.0.7
java build number: 10
jdk.runtime.version: 11.0.7+10
jdk version: 11.0.7
jdk build number: 10
minimum jdk version: 11
minimum jdk build number: 28
GCC version: gcc8.3.0-OL6.4+1.0
cmake version: 3.13.3
ninja version: 1.8.2
ant version: 1.10.5
HAS_JAVAFX_MODULES: false
STUB_RUNTIME: /usr/lib/jvm/java-11-openjdk
CONF: Release
NUM_COMPILE_THREADS: 8
COMPILE_TARGETS: linux
COMPILE_FLAGS_FILES: buildSrc/linux.gradle
HUDSON_JOB_NAME: not_hudson
HUDSON_BUILD_NUMBER: 0000
PROMOTED_BUILD_NUMBER: 0
PRODUCT_NAME: OpenJFX
RELEASE_VERSION: 14.0.1
RELEASE_SUFFIX: -internal
RELEASE_VERSION_SHORT: 14.0.1-internal
RELEASE_VERSION_LONG: 14.0.1-internal+0-2020-05-25-224428
RELEASE_VERSION_PADDED: 14.0.1.0
MAVEN_VERSION: 14.0.1-internal+0-2020-05-25-224428
UPDATE_STUB_CACHE: false
Building Webkit configuration /Release/ into /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.web/build/linux
module: project ':apps' (buildModule=NO)
module: project ':base' (buildModule=YES)
module: project ':controls' (buildModule=YES)
module: project ':fxml' (buildModule=YES)
module: project ':graphics' (buildModule=YES)
module: project ':media' (buildModule=YES)
module: project ':swing' (buildModule=YES)
module: project ':swt' (buildModule=NO)
module: project ':systemTests' (buildModule=NO)
module: project ':web' (buildModule=YES)

> Task :verifyJava
> Task :base:processVersionInfo

> Task :base:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :base:processResources NO-SOURCE
> Task :base:classes
> Task :base:jar SKIPPED
> Task :base:assemble UP-TO-DATE
> Task :buildModuleBaseLinux

> Task :graphics:generateGrammarSource
warning(131): com/sun/scenario/effect/compiler/JSL.g4:482:19: greedy block ()* contains wildcard; the non-greedy syntax ()*? may be preferred

> Task :graphics:compileJslcJava

> Task :graphics:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :graphics:compileDecoraCompilers
> Task :graphics:generateDecoraShaders
> Task :graphics:compileDecoraHLSLShaders SKIPPED
> Task :graphics:processDecoraShaders
> Task :graphics:compilePrismCompilers
> Task :graphics:generatePrismShaders
> Task :graphics:compilePrismHLSLShaders SKIPPED
> Task :graphics:processPrismShaders
> Task :graphics:processShaders
> Task :graphics:compileShadersJava NO-SOURCE
> Task :graphics:processShadersResources NO-SOURCE
> Task :graphics:shadersClasses

> Task :graphics:compileFullJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :graphics:processResources
> Task :graphics:classes
> Task :graphics:jar SKIPPED
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
> Task :graphics:compileDecoraNativeShadersLinux
> Task :graphics:linkDecoraNativeShadersLinux
> Task :graphics:nativeDecora
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
> Task :graphics:ccLinuxFont
> Task :graphics:linkLinuxFont
> Task :graphics:nativeFont
> Task :graphics:ccLinuxFontFreetype
> Task :graphics:linkLinuxFontFreetype
> Task :graphics:nativeFontFreetype
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-font/pango.c: In function ‘Java_com_sun_javafx_font_freetype_OSPango_FcConfigAppFontAddFile’:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-font/pango.c:246:73: warning: passing argument 1 of ‘(jboolean (*)(void *, const char *))fp’ makes pointer from integer without a cast [-Wint-conversion]
  246 |                 rc = (jboolean)((jboolean (*)(void *, const char *))fp)(arg0, text);
      |                                                                         ^~~~
      |                                                                         |
      |                                                                         jlong {aka long int}
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-font/pango.c:246:73: note: expected ‘void *’ but argument is of type ‘jlong’ {aka ‘long int’}
> Task :graphics:ccLinuxFontPango
> Task :graphics:linkLinuxFontPango
> Task :graphics:nativeFontPango
> Task :graphics:ccLinuxGlassGlass
> Task :graphics:linkLinuxGlassGlass
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/wrapped.c:36:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/wrapped.c:36:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/wrapped.c:36:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/wrapped.c:36:
/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.cpp:25:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.cpp:25:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassWindow.cpp:31:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassWindow.cpp:31:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassPixels.cpp:33:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassPixels.cpp:27:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassView.cpp:32:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassView.cpp:32:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window.h:28,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window.cpp:25:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window.h:28,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window.cpp:25:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.cpp:25:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.cpp:25:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassRobot.cpp:37:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassRobot.cpp:31:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassWindow.cpp:31:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassWindow.cpp:31:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window.h:28,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window_ime.cpp:27:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window.h:28,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window_ime.cpp:27:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassPixels.cpp:33:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassPixels.cpp:27:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window.h:28,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window.cpp:25:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window.h:28,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window.cpp:25:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassRobot.cpp:37:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassRobot.cpp:31:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassView.cpp:32:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassView.cpp:32:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window.h:28,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window_ime.cpp:27:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window.h:28,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_window_ime.cpp:27:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassDnDClipboard.cpp:26:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassDnDClipboard.cpp:26:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassDnDClipboard.cpp:26:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassDnDClipboard.cpp:26:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassApplication.cpp:29:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassApplication.cpp:27:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassApplication.cpp:29:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassApplication.cpp:27:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_screen.h:31,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_screen.cpp:28:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_screen.h:31,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_screen.cpp:28:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassTimer.cpp:26:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassTimer.cpp:26:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_screen.h:31,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_screen.cpp:28:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_screen.h:31,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_screen.cpp:28:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_dnd.h:28,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_dnd.cpp:25:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_dnd.h:28,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_dnd.cpp:25:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassTimer.cpp:26:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassTimer.cpp:26:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassSystemClipboard.cpp:26:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassSystemClipboard.cpp:26:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_dnd.h:28,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_dnd.cpp:25:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_dnd.h:28,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_dnd.cpp:25:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassSystemClipboard.cpp:26:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassSystemClipboard.cpp:26:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassCursor.cpp:32:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassCursor.cpp:27:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassCursor.cpp:32:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassCursor.cpp:27:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassCommonDialogs.cpp:26:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassCommonDialogs.cpp:26:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:34,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassCommonDialogs.cpp:26:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/GlassCommonDialogs.cpp:26:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_key.h:30,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_key.cpp:25:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_key.h:30,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_key.cpp:25:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_key.h:30,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_key.cpp:25:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_key.h:30,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-glass/gtk/glass_key.cpp:25:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
> Task :graphics:ccLinuxGlassGlassgtk2
> Task :graphics:linkLinuxGlassGlassgtk2
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
> Task :graphics:ccLinuxGlassGlassgtk3
> Task :graphics:linkLinuxGlassGlassgtk3
> Task :graphics:nativeGlass
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c: In function ‘Java_com_sun_javafx_iio_jpeg_JPEGImageLoader_decompressIndirect’:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c:1592:76: warning: comparison of integer expressions of different signedness: ‘JDIMENSION’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
 1592 | #define SAFE_TO_MULT(a, b) (((a) > 0) && ((b) >= 0) && ((0x7fffffff / (a)) > (b)))
      |                                                                            ^
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c:1604:10: note: in expansion of macro ‘SAFE_TO_MULT’
 1604 |     if (!SAFE_TO_MULT(cinfo->output_width, cinfo->output_components) ||
      |          ^~~~~~~~~~~~
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c:1592:47: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
 1592 | #define SAFE_TO_MULT(a, b) (((a) > 0) && ((b) >= 0) && ((0x7fffffff / (a)) > (b)))
      |                                               ^~
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c:1605:10: note: in expansion of macro ‘SAFE_TO_MULT’
 1605 |         !SAFE_TO_MULT(bytes_per_row, cinfo->output_height) ||
      |          ^~~~~~~~~~~~
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c:1592:76: warning: comparison of integer expressions of different signedness: ‘int’ and ‘JDIMENSION’ {aka ‘unsigned int’} [-Wsign-compare]
 1592 | #define SAFE_TO_MULT(a, b) (((a) > 0) && ((b) >= 0) && ((0x7fffffff / (a)) > (b)))
      |                                                                            ^
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c:1605:10: note: in expansion of macro ‘SAFE_TO_MULT’
 1605 |         !SAFE_TO_MULT(bytes_per_row, cinfo->output_height) ||
      |          ^~~~~~~~~~~~
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c:1606:46: warning: comparison of integer expressions of different signedness: ‘jsize’ {aka ‘int’} and ‘JDIMENSION’ {aka ‘unsigned int’} [-Wsign-compare]
 1606 |         ((*env)->GetArrayLength(env, barray) <
      |                                              ^
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c: In function ‘sun_jpeg_output_message’:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c:601:43: warning: ‘dinfo’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  601 |         if (!GET_ARRAYS(env, data, &(dinfo->src->next_input_byte))) {
      |                                      ~~~~~^~~~~
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c: In function ‘Java_com_sun_javafx_iio_jpeg_JPEGImageLoader_startDecompression’:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c:1517:22: warning: variable ‘cinfo’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
 1517 |     j_decompress_ptr cinfo = (j_decompress_ptr) data->jpegObj;
      |                      ^~~~~
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c: In function ‘Java_com_sun_javafx_iio_jpeg_JPEGImageLoader_decompressIndirect’:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/jpegloader.c:1602:9: warning: variable ‘offset’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
 1602 |     int offset = 0;
      |         ^~~~~~
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/libjpeg/jcmaster.c: In function ‘prepare_for_pass’:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/libjpeg/jcmaster.c:525:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
  525 |     master->pass_number++;
      |     ~~~~~~~~~~~~~~~~~~~^~
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/libjpeg/jcmaster.c:528:3: note: here
  528 |   case output_pass:
      |   ^~~~
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/libjpeg/jdhuff.c: In function ‘decode_mcu_AC_refine’:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-iio/libjpeg/jdhuff.c:944:15: warning: left shift of negative value [-Wshift-negative-value]
  944 |     m1 = (-1) << cinfo->Al;    /* -1 in the bit position being coded */
      |               ^~
> Task :graphics:ccLinuxIio
> Task :graphics:linkLinuxIio
> Task :graphics:nativeIio
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism/NativePiscesRasterizer.c: In function ‘Java_com_sun_prism_impl_shape_NativePiscesRasterizer_produceFillAlphas’:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism/NativePiscesRasterizer.c:208:13: warning: missing initializer for field ‘alphas’ of ‘AlphaConsumer’ [-Wmissing-field-initializers]
  208 |             };
      |             ^
In file included from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism/Renderer.h:30,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism/NativePiscesRasterizer.c:32:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism/AlphaConsumer.h:38:12: note: ‘alphas’ declared here
   38 |     jbyte *alphas;
      |            ^~~~~~
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism/NativePiscesRasterizer.c: In function ‘Java_com_sun_prism_impl_shape_NativePiscesRasterizer_produceStrokeAlphas’:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism/NativePiscesRasterizer.c:297:13: warning: missing initializer for field ‘alphas’ of ‘AlphaConsumer’ [-Wmissing-field-initializers]
  297 |             };
      |             ^
In file included from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism/Renderer.h:30,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism/NativePiscesRasterizer.c:32:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism/AlphaConsumer.h:38:12: note: ‘alphas’ declared here
   38 |     jbyte *alphas;
      |            ^~~~~~
> Task :graphics:ccLinuxPrism
> Task :graphics:linkLinuxPrism
> Task :graphics:nativePrism
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism-es2/x11/X11GLContext.c: In function ‘Java_com_sun_prism_es2_X11GLContext_nInitialize’:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism-es2/x11/X11GLContext.c:278:61: warning: pointer targets in passing argument 1 of ‘glXGetProcAddress’ differ in signedness [-Wpointer-sign]
  278 |             ctxInfo->glXSwapIntervalSGI = glXGetProcAddress("glXSwapIntervalSGI");
      |                                                             ^~~~~~~~~~~~~~~~~~~~
      |                                                             |
      |                                                             char *
In file included from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism-es2/x11/../PrismES2Defs.h:45,
                 from /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism-es2/x11/X11GLContext.c:33:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism-es2/GL/glx.h:325:48: note: expected ‘const GLubyte *’ {aka ‘const unsigned char *’} but argument is of type ‘char *’
  325 | extern void (*glXGetProcAddress(const GLubyte *procname))( void );
      |                                 ~~~~~~~~~~~~~~~^~~~~~~~
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism-es2/x11/X11GLContext.c:278:41: warning: assignment to ‘PFNGLXSWAPINTERVALSGIPROC’ {aka ‘int (*)(int)’} from incompatible pointer type ‘void (*)(void)’ [-Wincompatible-pointer-types]
  278 |             ctxInfo->glXSwapIntervalSGI = glXGetProcAddress("glXSwapIntervalSGI");
      |                                         ^
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism-es2/x11/X11GLFactory.c: In function ‘x11errorDetector’:
/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.graphics/src/main/native-prism-es2/x11/X11GLFactory.c:159:1: warning: no return statement in function returning non-void [-Wreturn-type]
  159 | }
      | ^
> Task :graphics:ccLinuxPrismES2
> Task :graphics:linkLinuxPrismES2
> Task :graphics:nativePrismES2
> Task :graphics:ccLinuxPrismSW
> Task :graphics:linkLinuxPrismSW
> Task :graphics:nativePrismSW
> Task :graphics:assemble
> Task :buildModuleGraphicsLinux
> Task :media:buildFFmpegStubs SKIPPED
> Task :media:buildLibAVFFmpegStubs SKIPPED
> Task :media:buildLibAVStubs SKIPPED

> Task :media:buildLinuxGStreamer
make: Entering directory '/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/src/main/native/gstreamer/projects/linux/gstreamer-lite'
mkdir -p /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/controller /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/app /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/projects/plugins /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/plugins/elements /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/typefind /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/audioconvert /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/volume /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audioparsers /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4 /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audiofx /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/equalizer /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/spectrum /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/wavparse /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-bad/gst/aiff /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/app
mkdir -p /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/controller /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/app /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/projects/plugins /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/plugins/elements /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/typefind /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/audioconvert /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/volume /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audioparsers /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4 /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audiofx /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/equalizer /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/spectrum /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/wavparse /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-bad/gst/aiff /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/app
mkdir -p /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/controller /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/app /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/projects/plugins /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/plugins/elements /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/typefind /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/audioconvert /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/volume /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audioparsers /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4 /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audiofx /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/equalizer /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/spectrum /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/wavparse /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-bad/gst/aiff /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/app
mkdir -p /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/controller /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/app /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/projects/plugins /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/plugins/elements /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/typefind /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/audioconvert /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/volume /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audioparsers /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4 /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audiofx /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/equalizer /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/spectrum /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/wavparse /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-bad/gst/aiff /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/app
mkdir -p /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/controller /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/app /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/projects/plugins /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/plugins/elements /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/typefind /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/audioconvert /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/volume /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audioparsers /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4 /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audiofx /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/equalizer /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/spectrum /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/wavparse /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-bad/gst/aiff /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/app
mkdir -p /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/controller /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/interfaces /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/app /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/projects/plugins /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/plugins/elements /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/typefind /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/audioconvert /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/volume /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audioparsers /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4 /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audiofx /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/equalizer /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/spectrum /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/wavparse /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-bad/gst/aiff /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/app
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gst.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gst.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstallocator.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstallocator.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstatomicqueue.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstatomicqueue.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstbin.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstbin.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstbuffer.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstbuffer.o
../../../gstreamer-lite/gstreamer/gst/gstallocator.c: In function ‘_fallback_mem_copy’:
../../../gstreamer-lite/gstreamer/gst/gstallocator.c:98:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAllocationParams’ {aka ‘struct _GstAllocationParams’} [-Wmissing-field-initializers]
   98 |   GstAllocationParams params = { 0, mem->align, 0, 0, };
      |   ^~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstbuffer.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.h:70,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstallocator.c:45:
../../../gstreamer-lite/gstreamer/gst/gstallocator.h:85:12: note: ‘_gst_reserved’ declared here
   85 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstallocator.c:105:23: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gssize’ {aka ‘long int’} [-Wsign-compare]
  105 |     size = sinfo.size > offset ? sinfo.size - offset : 0;
      |                       ^
../../../gstreamer-lite/gstreamer/gst/gstallocator.c: In function ‘gst_allocator_alloc’:
../../../gstreamer-lite/gstreamer/gst/gstallocator.c:302:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAllocationParams’ {aka ‘struct _GstAllocationParams’} [-Wmissing-field-initializers]
  302 |   static GstAllocationParams defparams = { 0, 0, 0, 0, };
      |   ^~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstbuffer.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.h:70,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstallocator.c:45:
../../../gstreamer-lite/gstreamer/gst/gstallocator.h:85:12: note: ‘_gst_reserved’ declared here
   85 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstallocator.c: In function ‘_sysmem_copy’:
../../../gstreamer-lite/gstreamer/gst/gstallocator.c:462:12: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  462 |   if (size == -1)
      |            ^~
../../../gstreamer-lite/gstreamer/gst/gstallocator.c:463:26: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gssize’ {aka ‘long int’} [-Wsign-compare]
  463 |     size = mem->mem.size > offset ? mem->mem.size - offset : 0;
      |                          ^
../../../gstreamer-lite/gstreamer/gst/gstallocator.c: In function ‘_sysmem_share’:
../../../gstreamer-lite/gstreamer/gst/gstallocator.c:487:12: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  487 |   if (size == -1)
      |            ^~
../../../gstreamer-lite/gstreamer/gst/gstallocator.c: In function ‘gst_allocator_sysmem_init’:
../../../gstreamer-lite/gstreamer/gst/gstallocator.c:579:22: warning: cast between incompatible function types from ‘gboolean (*)(GstMemorySystem *)’ {aka ‘int (*)(GstMemorySystem *)’} to ‘void (*)(GstMemory *)’ {aka ‘void (*)(struct _GstMemory *)’} [-Wcast-function-type]
  579 |   alloc->mem_unmap = (GstMemoryUnmapFunction) _sysmem_unmap;
      |                      ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from ../../../gstreamer-lite/gstreamer/gst/gstobject.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstplugin.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstregistry.h:28,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:45,
                 from ../../../gstreamer-lite/gstreamer/gst/gstatomicqueue.c:23:
../../../gstreamer-lite/gstreamer/gst/gstatomicqueue.c: In function ‘gst_atomic_queue_get_type_once’:
../../../gstreamer-lite/gstreamer/gst/gstatomicqueue.c:41:5: warning: cast between incompatible function types from ‘void (*)(GstAtomicQueue *)’ {aka ‘void (*)(struct _GstAtomicQueue *)’} to ‘void * (*)(void *)’ [-Wcast-function-type]
   41 |     (GBoxedCopyFunc) gst_atomic_queue_ref,
      |     ^
/usr/include/glib-2.0/gobject/gtype.h:2147:60: note: in definition of macro ‘_G_DEFINE_BOXED_TYPE_BEGIN’
 2147 |     _g_register_boxed (g_intern_static_string (#TypeName), copy_func, free_func); \
      |                                                            ^~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2080:72: note: in expansion of macro ‘G_DEFINE_BOXED_TYPE_WITH_CODE’
 2080 | #define G_DEFINE_BOXED_TYPE(TypeName, type_name, copy_func, free_func) G_DEFINE_BOXED_TYPE_WITH_CODE (TypeName, type_name, copy_func, free_func, {})
      |                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstatomicqueue.c:40:1: note: in expansion of macro ‘G_DEFINE_BOXED_TYPE’
   40 | G_DEFINE_BOXED_TYPE (GstAtomicQueue, gst_atomic_queue,
      | ^~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gst.c: In function ‘gst_deinit’:
../../../gstreamer-lite/gstreamer/gst/gst.c:1128:47: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 1128 |   g_slist_foreach (_priv_gst_preload_plugins, (GFunc) g_free, NULL);
      |                                               ^
../../../gstreamer-lite/gstreamer/gst/gst.c:1133:43: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 1133 |   g_list_foreach (_priv_gst_plugin_paths, (GFunc) g_free, NULL);
      |                                           ^
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c: In function ‘_memory_add’:
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:464:19: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  464 |   for (i = len; i > idx; i--) {
      |                   ^
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c: In function ‘gst_buffer_copy_into’:
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:547:12: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  547 |   if (size == -1)
      |            ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:119:
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c: In function ‘gst_buffer_insert_memory’:
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:1112:24: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 1112 |       (idx >= 0 && idx <= GST_BUFFER_MEM_LEN (buffer)));
      |                        ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:624:9: note: in expansion of macro ‘G_LIKELY’
  624 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:1111:3: note: in expansion of macro ‘g_return_if_fail’
 1111 |   g_return_if_fail (idx == -1 ||
      |   ^~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstbin.c: In function ‘gst_bin_do_deep_add_remove’:
../../../gstreamer-lite/gstreamer/gst/gstbin.c:1113:37: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 1113 |         g_queue_foreach (&elements, (GFunc) g_object_unref, NULL);
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstbufferlist.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstbufferlist.o
      |                                     ^
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c: In function ‘gst_buffer_find_memory’:
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:1404:18: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1404 |         if (size == -1) {
      |                  ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:119:
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c: In function ‘gst_buffer_resize_range’:
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:1685:48: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gssize’ {aka ‘long int’} [-Wsign-compare]
 1685 |   g_return_val_if_fail ((offset < 0 && bufoffs >= -offset) || (offset >= 0
      |                                                ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:637:9: note: in expansion of macro ‘G_LIKELY’
  637 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:1685:3: note: in expansion of macro ‘g_return_val_if_fail’
 1685 |   g_return_val_if_fail ((offset < 0 && bufoffs >= -offset) || (offset >= 0
      |   ^~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:1688:33: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gssize’ {aka ‘long int’} [-Wsign-compare]
 1688 |   expr = (offset < 0 && bufoffs >= -offset) || (offset >= 0 && bufoffs + offset <= bufmax);
      |                                 ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:119:
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:1694:35: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gssize’ {aka ‘long int’} [-Wsign-compare]
 1694 |     g_return_val_if_fail (bufsize >= offset, FALSE);
      |                                   ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:637:9: note: in expansion of macro ‘G_LIKELY’
  637 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:1694:5: note: in expansion of macro ‘g_return_val_if_fail’
 1694 |     g_return_val_if_fail (bufsize >= offset, FALSE);
      |     ^~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:1696:18: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gssize’ {aka ‘long int’} [-Wsign-compare]
 1696 |   expr = bufsize >= offset;
      |                  ^~
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:1712:27: warning: comparison of integer expressions of different signedness: ‘gssize’ {aka ‘long int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
 1712 |   if (offset == 0 && size == bufsize)
      |                           ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:119:
/usr/include/glib-2.0/glib/gmacros.h:805:26: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘gssize’ {aka ‘long int’} [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                          ^
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:1736:14: note: in expansion of macro ‘MIN’
 1736 |       left = MIN (bsize - offset, size);
      |              ^~~
/usr/include/glib-2.0/glib/gmacros.h:805:41: warning: operand of ‘?:’ changes signedness from ‘gssize’ {aka ‘long int’} to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                                         ^~~
../../../gstreamer-lite/gstreamer/gst/gstbuffer.c:1736:14: note: in expansion of macro ‘MIN’
 1736 |       left = MIN (bsize - offset, size);
      |              ^~~
../../../gstreamer-lite/gstreamer/gst/gstbin.c: In function ‘bin_query_latency_fold’:
../../../gstreamer-lite/gstreamer/gst/gstbin.c:4203:15: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 4203 |       if (min > fold->min)
      |               ^
../../../gstreamer-lite/gstreamer/gst/gstbin.c:4207:20: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 4207 |       else if (max < fold->max)
      |                    ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstbufferpool.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstbufferpool.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstbus.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstbus.o
../../../gstreamer-lite/gstreamer/gst/gstbufferlist.c: In function ‘gst_buffer_list_insert’:
../../../gstreamer-lite/gstreamer/gst/gstbufferlist.c:433:24: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  433 |   if (idx == -1 || idx > list->n_buffers)
      |                        ^
../../../gstreamer-lite/gstreamer/gst/gstbufferlist.c:452:11: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  452 |   if (idx < list->n_buffers) {
      |           ^
../../../gstreamer-lite/gstreamer/gst/gstbus.c: In function ‘gst_bus_timed_pop_filtered’:
../../../gstreamer-lite/gstreamer/gst/gstbus.c:506:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  506 |   GTimeVal now, then;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbus.c:69:
/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstbus.c:506:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  506 |   GTimeVal now, then;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbus.c:69:
/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstbus.c:566:9: warning: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  566 |         g_get_current_time (&then);
      |         ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbus.c:69:
/usr/include/glib-2.0/glib/gmain.h:679:8: note: declared here
  679 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstbus.c:569:9: warning: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  569 |         g_get_current_time (&now);
      |         ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbus.c:69:
/usr/include/glib-2.0/glib/gmain.h:679:8: note: declared here
  679 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstbus.c: In function ‘gst_bus_source_dispatch’:
../../../gstreamer-lite/gstreamer/gst/gstbus.c:814:24: warning: cast between incompatible function types from ‘GSourceFunc’ {aka ‘int (*)(void *)’} to ‘gboolean (*)(GstBus *, GstMessage *, void *)’ {aka ‘int (*)(struct _GstBus *, struct _GstMessage *, void *)’} [-Wcast-function-type]
  814 |   GstBusFunc handler = (GstBusFunc) callback;
      |                        ^
../../../gstreamer-lite/gstreamer/gst/gstbus.c: At top level:
../../../gstreamer-lite/gstreamer/gst/gstbus.c:879:1: warning: missing initializer for field ‘closure_callback’ of ‘GSourceFuncs’ {aka ‘struct _GSourceFuncs’} [-Wmissing-field-initializers]
  879 | };
      | ^
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbus.c:69:
/usr/include/glib-2.0/glib/gmain.h:276:19: note: ‘closure_callback’ declared here
  276 |   GSourceFunc     closure_callback;
      |                   ^~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstbus.c: In function ‘gst_bus_add_watch_full_unlocked’:
../../../gstreamer-lite/gstreamer/gst/gstbus.c:934:34: warning: cast between incompatible function types from ‘GstBusFunc’ {aka ‘int (*)(struct _GstBus *, struct _GstMessage *, void *)’} to ‘gboolean (*)(void *)’ {aka ‘int (*)(void *)’} [-Wcast-function-type]
  934 |   g_source_set_callback (source, (GSourceFunc) func, user_data, notify);
      |                                  ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstcaps.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstcaps.o
../../../gstreamer-lite/gstreamer/gst/gstcaps.c: In function ‘gst_caps_is_strictly_equal’:
../../../gstreamer-lite/gstreamer/gst/gstcaps.c:1434:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 1434 |   for (i = 0; i < GST_CAPS_LEN (caps1); i++) {
      |                 ^
../../../gstreamer-lite/gstreamer/gst/gstcaps.c: In function ‘gst_caps_structure_simplify’:
../../../gstreamer-lite/gstreamer/gst/gstcaps.c:2050:30: warning: cast between incompatible function types from ‘void (*)(GstStructure *)’ {aka ‘void (*)(struct _GstStructure *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 2050 |       g_slist_foreach (list, (GFunc) gst_structure_free, NULL);
      |                              ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstcapsfeatures.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstcapsfeatures.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstchildproxy.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstchildproxy.o
../../../gstreamer-lite/gstreamer/gst/gstchildproxy.c: In function ‘gst_child_proxy_get_type’:
../../../gstreamer-lite/gstreamer/gst/gstchildproxy.c:577:5: warning: missing initializer for field ‘value_table’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’} [-Wmissing-field-initializers]
  577 |     };
      |     ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from ../../../gstreamer-lite/gstreamer/gst/gstobject.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstplugin.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstregistry.h:28,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:45,
                 from ../../../gstreamer-lite/gstreamer/gst/gstchildproxy.c:43:
/usr/include/glib-2.0/gobject/gtype.h:1063:26: note: ‘value_table’ declared here
 1063 |   const GTypeValueTable *value_table;
      |                          ^~~~~~~~~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstclock.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstclock.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstcontext.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstcontext.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstcontrolbinding.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstcontrolbinding.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstcontrolsource.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstcontrolsource.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstdatetime.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstdatetime.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstdebugutils.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstdebugutils.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstdynamictypefactory.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstdynamictypefactory.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstelement.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstelement.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstelementfactory.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstelementfactory.o
../../../gstreamer-lite/gstreamer/gst/gstelement.c: In function ‘gst_element_get_type’:
../../../gstreamer-lite/gstreamer/gst/gstelement.c:171:7: warning: cast between incompatible function types from ‘void (*)(GstElementClass *)’ {aka ‘void (*)(struct _GstElementClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  171 |       (GClassInitFunc) gst_element_class_init,
      |       ^
../../../gstreamer-lite/gstreamer/gst/gstelement.c:176:7: warning: cast between incompatible function types from ‘void (*)(GstElement *)’ {aka ‘void (*)(struct _GstElement *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type]
  176 |       (GInstanceInitFunc) gst_element_init,
      |       ^
../../../gstreamer-lite/gstreamer/gst/gstelement.c: In function ‘gst_element_is_valid_request_template_name’:
../../../gstreamer-lite/gstreamer/gst/gstelement.c:946:42: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘long int’ [-Wsign-compare]
  946 |     if (!templ_name_ptr || strlen (name) <= templ_name_ptr - templ_name
      |                                          ^~
../../../gstreamer-lite/gstreamer/gst/gstelement.c:994:32: warning: operand of ‘?:’ changes signedness from ‘long int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare]
  994 |       len = (next_specifier) ? name - name_ptr : strlen (name_ptr);
      |                                ^~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstelement.c: In function ‘gst_element_get_contexts’:
../../../gstreamer-lite/gstreamer/gst/gstelement.c:3486:46: warning: cast between incompatible function types from ‘GstContext * (*)(GstContext *)’ {aka ‘struct _GstContext * (*)(struct _GstContext *)’} to ‘void * (*)(const void *, void *)’ [-Wcast-function-type]
 3486 |   ret = g_list_copy_deep (element->contexts, (GCopyFunc) gst_context_ref, NULL);
      |                                              ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstenumtypes.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstenumtypes.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsterror.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsterror.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstevent.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstevent.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstformat.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstformat.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstghostpad.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstghostpad.o
../../../gstreamer-lite/gstreamer/gst/gstevent.c: In function ‘gst_event_type_get_name’:
../../../gstreamer-lite/gstreamer/gst/gstevent.c:170:14: warning: comparison of integer expressions of different signedness: ‘GstEventType’ and ‘gint’ {aka ‘const int’} [-Wsign-compare]
  170 |     if (type == event_quarks[i].type)
      |              ^~
../../../gstreamer-lite/gstreamer/gst/gstevent.c: In function ‘gst_event_type_to_quark’:
../../../gstreamer-lite/gstreamer/gst/gstevent.c:190:14: warning: comparison of integer expressions of different signedness: ‘GstEventType’ and ‘gint’ {aka ‘const int’} [-Wsign-compare]
  190 |     if (type == event_quarks[i].type)
      |              ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstevent.c:75:
../../../gstreamer-lite/gstreamer/gst/gstevent.c: In function ‘gst_event_new_qos’:
../../../gstreamer-lite/gstreamer/gst/gstevent.c:1147:44: warning: comparison of integer expressions of different signedness: ‘GstClockTimeDiff’ {aka ‘long int’} and ‘GstClockTime’ {aka ‘long unsigned int’} [-Wsign-compare]
 1147 |   g_return_val_if_fail (diff >= 0 || -diff <= timestamp, NULL);
      |                                            ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:637:9: note: in expansion of macro ‘G_LIKELY’
  637 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstevent.c:1147:3: note: in expansion of macro ‘g_return_val_if_fail’
 1147 |   g_return_val_if_fail (diff >= 0 || -diff <= timestamp, NULL);
      |   ^~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstevent.c: In function ‘gst_event_parse_qos’:
../../../gstreamer-lite/gstreamer/gst/gstevent.c:1209:20: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1209 |     if (*timestamp > -offset)
      |                    ^
../../../gstreamer-lite/gstreamer/gst/gstevent.c:1216:33: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘GstClockTimeDiff’ {aka ‘long int’} [-Wsign-compare]
 1216 |     if (diff_ < 0 && *timestamp < -diff_)
      |                                 ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstinfo.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstinfo.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstiterator.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstiterator.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstmemory.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstmemory.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstmessage.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstmessage.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstmeta.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstmeta.o
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstmemory.c:70:
../../../gstreamer-lite/gstreamer/gst/gstmemory.c: In function ‘gst_memory_resize’:
../../../gstreamer-lite/gstreamer/gst/gstmemory.c:204:48: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gssize’ {aka ‘long int’} [-Wsign-compare]
  204 |   g_return_if_fail (offset >= 0 || mem->offset >= -offset);
      |                                                ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:624:9: note: in expansion of macro ‘G_LIKELY’
  624 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstmemory.c:204:3: note: in expansion of macro ‘g_return_if_fail’
  204 |   g_return_if_fail (offset >= 0 || mem->offset >= -offset);
      |   ^~~~~~~~~~~~~~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstminiobject.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstminiobject.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstobject.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstobject.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstpad.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstpad.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstpadtemplate.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstpadtemplate.o
../../../gstreamer-lite/gstreamer/gst/gstminiobject.c: In function ‘remove_notify’:
../../../gstreamer-lite/gstreamer/gst/gstminiobject.c:514:20: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  514 |   } else if (index != priv_data->n_qdata) {
      |                    ^~
../../../gstreamer-lite/gstreamer/gst/gstminiobject.c: In function ‘set_notify’:
../../../gstreamer-lite/gstreamer/gst/gstminiobject.c:571:15: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  571 |     if (index >= priv_data->n_qdata_len) {
      |               ^~
../../../gstreamer-lite/gstreamer/gst/gstminiobject.c: In function ‘gst_mini_object_get_qdata’:
../../../gstreamer-lite/gstreamer/gst/gstminiobject.c:939:60: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  939 |   if ((i = find_notify (object, quark, FALSE, NULL, NULL)) != -1) {
      |                                                            ^~
../../../gstreamer-lite/gstreamer/gst/gstminiobject.c: In function ‘gst_mini_object_steal_qdata’:
../../../gstreamer-lite/gstreamer/gst/gstminiobject.c:972:60: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  972 |   if ((i = find_notify (object, quark, FALSE, NULL, NULL)) != -1) {
      |                                                            ^~
../../../gstreamer-lite/gstreamer/gst/gstpad.c: In function ‘gst_flow_get_name’:
../../../gstreamer-lite/gstreamer/gst/gstpad.c:241:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
  241 |   for (i = 0; i < G_N_ELEMENTS (flow_quarks); i++) {
      |                 ^
../../../gstreamer-lite/gstreamer/gst/gstpad.c: In function ‘gst_flow_to_quark’:
../../../gstreamer-lite/gstreamer/gst/gstpad.c:264:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
  264 |   for (i = 0; i < G_N_ELEMENTS (flow_quarks); i++) {
      |                 ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from ../../../gstreamer-lite/gstreamer/gst/gstobject.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstplugin.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstregistry.h:28,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:45,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.c: In function ‘gst_pad_get_type_once’:
../../../gstreamer-lite/gstreamer/gst/gstpad.c:311:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
  311 |   for (i = 0; i < G_N_ELEMENTS (flow_quarks); i++) {      \
      |                 ^
/usr/include/glib-2.0/gobject/gtype.h:1619:105: note: in definition of macro ‘G_DEFINE_TYPE_WITH_CODE’
 1619 | #define G_DEFINE_TYPE_WITH_CODE(TN, t_n, T_P, _C_)     _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, 0) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
      |                                                                                                         ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:321:28: note: in expansion of macro ‘_do_init’
  321 |     G_ADD_PRIVATE (GstPad) _do_init);
      |                            ^~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c: In function ‘gst_pad_add_probe’:
../../../gstreamer-lite/gstreamer/gst/gstpad.c:1489:7: warning: missing initializer for field ‘data’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 1489 |       GstPadProbeInfo info = { GST_PAD_PROBE_TYPE_IDLE, res, };
      |       ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:592:12: note: ‘data’ declared here
  592 |   gpointer data;
      |            ^~~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c: In function ‘gst_pad_query’:
../../../gstreamer-lite/gstreamer/gst/gstpad.c:4062:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 4062 |   PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PUSH |
      |   ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:4064:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 4064 |   PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PUSH, query, probe_stopped);
      |   ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:4084:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 4084 |   PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PULL, query, probe_stopped);
      |   ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c: In function ‘gst_pad_peer_query’:
../../../gstreamer-lite/gstreamer/gst/gstpad.c:4193:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 4193 |   PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PUSH |
      |   ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:4195:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 4195 |   PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PUSH, query, probe_stopped);
      |   ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:4212:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 4212 |   PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PULL, query, probe_stopped);
      |   ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c: In function ‘gst_pad_chain_data_unchecked’:
../../../gstreamer-lite/gstreamer/gst/gstpad.c:4304:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 4304 |   PROBE_HANDLE (pad, type | GST_PAD_PROBE_TYPE_BLOCK, data, probe_stopped,
      |   ^~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:4307:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 4307 |   PROBE_HANDLE (pad, type, data, probe_stopped, probe_handled);
      |   ^~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c: In function ‘gst_pad_push_data’:
../../../gstreamer-lite/gstreamer/gst/gstpad.c:4561:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 4561 |   PROBE_HANDLE (pad, type | GST_PAD_PROBE_TYPE_BLOCK, data, probe_stopped,
      |   ^~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:4569:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 4569 |   PROBE_HANDLE (pad, type, data, probe_stopped, probe_handled);
      |   ^~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:4593:5: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 4593 |     PROBE_NO_DATA (pad, GST_PAD_PROBE_TYPE_PUSH | GST_PAD_PROBE_TYPE_IDLE,
      |     ^~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c: In function ‘gst_pad_get_range_unchecked’:
../../../gstreamer-lite/gstreamer/gst/gstpad.c:4774:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 4774 |   PROBE_PULL (pad, GST_PAD_PROBE_TYPE_PULL | GST_PAD_PROBE_TYPE_BLOCK,
      |   ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:4802:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 4802 |   PROBE_PULL (pad, GST_PAD_PROBE_TYPE_PULL | GST_PAD_PROBE_TYPE_BUFFER,
      |   ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c: In function ‘gst_pad_pull_range’:
../../../gstreamer-lite/gstreamer/gst/gstpad.c:5023:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 5023 |   PROBE_PULL (pad, GST_PAD_PROBE_TYPE_PULL | GST_PAD_PROBE_TYPE_BLOCK,
      |   ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:5042:5: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 5042 |     PROBE_NO_DATA (pad, GST_PAD_PROBE_TYPE_PULL | GST_PAD_PROBE_TYPE_IDLE,
      |     ^~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:5050:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 5050 |   PROBE_PULL (pad, GST_PAD_PROBE_TYPE_PULL | GST_PAD_PROBE_TYPE_BUFFER,
      |   ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c: In function ‘gst_pad_push_event_unchecked’:
../../../gstreamer-lite/gstreamer/gst/gstpad.c:5358:7: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 5358 |       PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PUSH |
      |       ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:5376:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 5376 |   PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PUSH, event, probe_stopped);
      |   ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:5425:5: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 5425 |     PROBE_NO_DATA (pad, GST_PAD_PROBE_TYPE_PUSH | GST_PAD_PROBE_TYPE_IDLE,
      |     ^~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c: In function ‘gst_pad_send_event_unchecked’:
../../../gstreamer-lite/gstreamer/gst/gstpad.c:5734:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 5734 |   PROBE_PUSH (pad,
      |   ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:5738:3: warning: missing initializer for field ‘ABI’ of ‘GstPadProbeInfo’ {aka ‘struct _GstPadProbeInfo’} [-Wmissing-field-initializers]
 5738 |   PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PUSH, event, probe_stopped);
      |   ^~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:55,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.c:90:
../../../gstreamer-lite/gstreamer/gst/gstpad.h:602:5: note: ‘ABI’ declared here
  602 |   } ABI;
      |     ^~~
../../../gstreamer-lite/gstreamer/gst/gstpad.c:5694:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
 5694 |       if (GST_PAD_IS_SRC (pad))
      |          ^
../../../gstreamer-lite/gstreamer/gst/gstpad.c:5696:5: note: here
 5696 |     default:
      |     ^~~~~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstparamspecs.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstparse.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstparse.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstpipeline.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstpipeline.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstplugin.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstplugin.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstpluginfeature.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstpluginfeature.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstpluginloader.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstpluginloader.o
../../../gstreamer-lite/gstreamer/gst/gstplugin.c: In function ‘gst_plugin_finalize’:
../../../gstreamer-lite/gstreamer/gst/gstplugin.c:155:39: warning: cast between incompatible function types from ‘void (*)(GstPluginDep *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  155 |   g_list_foreach (plugin->priv->deps, (GFunc) gst_plugin_ext_dep_free, NULL);
      |                                       ^
../../../gstreamer-lite/gstreamer/gst/gstplugin.c: In function ‘gst_plugin_register_static’:
../../../gstreamer-lite/gstreamer/gst/gstplugin.c:217:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstPluginDesc’ {aka ‘struct _GstPluginDesc’} [-Wmissing-field-initializers]
  217 |   };
      |   ^
In file included from ../../../gstreamer-lite/gstreamer/gst/gstregistry.h:28,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:45,
                 from ../../../gstreamer-lite/gstreamer/gst/gstplugin.c:54:
../../../gstreamer-lite/gstreamer/gst/gstplugin.h:184:12: note: ‘_gst_reserved’ declared here
  184 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstplugin.c: In function ‘gst_plugin_register_static_full’:
../../../gstreamer-lite/gstreamer/gst/gstplugin.c:282:5: warning: cast between incompatible function types from ‘GstPluginInitFullFunc’ {aka ‘int (*)(struct _GstPlugin *, void *)’} to ‘gboolean (*)(GstPlugin *)’ {aka ‘int (*)(struct _GstPlugin *)’} [-Wcast-function-type]
  282 |     (GstPluginInitFunc) init_full_func, version, license, source, package,
      |     ^
../../../gstreamer-lite/gstreamer/gst/gstplugin.c:284:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstPluginDesc’ {aka ‘struct _GstPluginDesc’} [-Wmissing-field-initializers]
  284 |   };
      |   ^
In file included from ../../../gstreamer-lite/gstreamer/gst/gstregistry.h:28,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:45,
                 from ../../../gstreamer-lite/gstreamer/gst/gstplugin.c:54:
../../../gstreamer-lite/gstreamer/gst/gstplugin.h:184:12: note: ‘_gst_reserved’ declared here
  184 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstplugin.c: In function ‘gst_plugin_check_license’:
../../../gstreamer-lite/gstreamer/gst/gstplugin.c:470:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
  470 |   for (i = 0; i < G_N_ELEMENTS (valid_licenses_idx); ++i) {
      |                 ^
../../../gstreamer-lite/gstreamer/gst/gstplugin.c: In function ‘gst_plugin_register_func’:
../../../gstreamer-lite/gstreamer/gst/gstplugin.c:528:12: warning: cast between incompatible function types from ‘GstPluginInitFunc’ {aka ‘int (* const)(struct _GstPlugin *)’} to ‘gboolean (*)(GstPlugin *, void *)’ {aka ‘int (*)(struct _GstPlugin *, void *)’} [-Wcast-function-type]
  528 |     if (!(((GstPluginInitFullFunc) (desc->plugin_init)) (plugin, user_data))) {
      |            ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstpoll.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstpoll.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstprotection.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstprotection.o
../../../gstreamer-lite/gstreamer/gst/gstpoll.c: In function ‘find_index’:
../../../gstreamer-lite/gstreamer/gst/gstpoll.c:365:31: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  365 |   if (fd->idx >= 0 && fd->idx < array->len) {
      |                               ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstquark.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstquark.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstquery.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstquery.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstregistry.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstregistry.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstregistrybinary.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstregistrybinary.o
../../../gstreamer-lite/gstreamer/gst/gstquery.c: In function ‘gst_query_type_get_name’:
../../../gstreamer-lite/gstreamer/gst/gstquery.c:143:14: warning: comparison of integer expressions of different signedness: ‘GstQueryType’ and ‘gint’ {aka ‘const int’} [-Wsign-compare]
  143 |     if (type == query_quarks[i].type)
      |              ^~
../../../gstreamer-lite/gstreamer/gst/gstquery.c: In function ‘gst_query_type_to_quark’:
../../../gstreamer-lite/gstreamer/gst/gstquery.c:163:14: warning: comparison of integer expressions of different signedness: ‘GstQueryType’ and ‘gint’ {aka ‘const int’} [-Wsign-compare]
  163 |     if (type == query_quarks[i].type)
      |              ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstquery.c:57:
../../../gstreamer-lite/gstreamer/gst/gstquery.c: In function ‘gst_query_set_position’:
../../../gstreamer-lite/gstreamer/gst/gstquery.c:264:28: warning: comparison of integer expressions of different signedness: ‘GstFormat’ and ‘gint’ {aka ‘int’} [-Wsign-compare]
  264 |   g_return_if_fail (format == g_value_get_enum (gst_structure_id_get_value (s,
      |                            ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:624:9: note: in expansion of macro ‘G_LIKELY’
  624 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstquery.c:264:3: note: in expansion of macro ‘g_return_if_fail’
  264 |   g_return_if_fail (format == g_value_get_enum (gst_structure_id_get_value (s,
      |   ^~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstquery.c: In function ‘gst_query_set_duration’:
../../../gstreamer-lite/gstreamer/gst/gstquery.c:343:28: warning: comparison of integer expressions of different signedness: ‘GstFormat’ and ‘gint’ {aka ‘int’} [-Wsign-compare]
  343 |   g_return_if_fail (format == g_value_get_enum (gst_structure_id_get_value (s,
      |                            ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:624:9: note: in expansion of macro ‘G_LIKELY’
  624 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstquery.c:343:3: note: in expansion of macro ‘g_return_if_fail’
  343 |   g_return_if_fail (format == g_value_get_enum (gst_structure_id_get_value (s,
      |   ^~~~~~~~~~~~~~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstregistrychunks.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstregistrychunks.o
../../../gstreamer-lite/gstreamer/gst/gstregistrybinary.c: In function ‘gst_registry_binary_write_chunk’:
../../../gstreamer-lite/gstreamer/gst/gstregistrybinary.c:319:37: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  319 |           chunk->data, chunk->size) != chunk->size) {
      |                                     ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstsample.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstsample.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstsegment.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstsegment.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gststructure.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gststructure.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstsystemclock.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstsystemclock.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gststreamcollection.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gststreamcollection.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gststreams.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gststreams.o
../../../gstreamer-lite/gstreamer/gst/gstsegment.c: In function ‘gst_segment_do_seek’:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:257:17: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  257 |       if (start == -1)
      |                 ^~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:261:29: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  261 |       if (segment->duration != -1) {
      |                             ^~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:272:25: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  272 |   if (segment->duration != -1)
      |                         ^~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:287:29: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  287 |       if (segment->duration != -1) {
      |                             ^~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:297:12: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  297 |   if (stop != -1) {
      |            ^~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:298:27: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  298 |     if (segment->duration != -1)
      |                           ^~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:305:12: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  305 |   if (stop != -1) {
      |            ^~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:330:14: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  330 |     if (stop != -1)
      |              ^~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:333:29: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  333 |       if (segment->duration != -1)
      |                             ^~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:365:14: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  365 |     if (stop != -1)
      |              ^~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:367:32: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  367 |     else if (segment->duration != -1)
      |                                ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstsegment.c:22:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c: In function ‘gst_segment_to_stream_time_full’:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:419:28: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  419 |   if (G_UNLIKELY (position == -1)) {
      |                            ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:419:7: note: in expansion of macro ‘G_UNLIKELY’
  419 |   if (G_UNLIKELY (position == -1)) {
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:433:24: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  433 |   if (G_UNLIKELY (time == -1))
      |                        ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:433:7: note: in expansion of macro ‘G_UNLIKELY’
  433 |   if (G_UNLIKELY (time == -1))
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:466:26: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  466 |     if (G_UNLIKELY (stop == -1))
      |                          ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:466:9: note: in expansion of macro ‘G_UNLIKELY’
  466 |     if (G_UNLIKELY (stop == -1))
      |         ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c: In function ‘gst_segment_to_stream_time’:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:529:33: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘const long unsigned int’} and ‘int’ [-Wsign-compare]
  529 |   if (G_UNLIKELY (segment->stop != -1 && position > segment->stop)) {
      |                                 ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:529:7: note: in expansion of macro ‘G_UNLIKELY’
  529 |   if (G_UNLIKELY (segment->stop != -1 && position > segment->stop)) {
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c: In function ‘gst_segment_position_from_stream_time_full’:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:582:31: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  582 |   if (G_UNLIKELY (stream_time == -1)) {
      |                               ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:582:7: note: in expansion of macro ‘G_UNLIKELY’
  582 |   if (G_UNLIKELY (stream_time == -1)) {
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:594:24: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  594 |   if (G_UNLIKELY (time == -1))
      |                        ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:594:7: note: in expansion of macro ‘G_UNLIKELY’
  594 |   if (G_UNLIKELY (time == -1))
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:624:26: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  624 |     if (G_UNLIKELY (stop == -1))
      |                          ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:624:9: note: in expansion of macro ‘G_UNLIKELY’
  624 |     if (G_UNLIKELY (stop == -1))
      |         ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c: In function ‘gst_segment_position_from_stream_time’:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:693:33: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘const long unsigned int’} and ‘int’ [-Wsign-compare]
  693 |   if (G_UNLIKELY (segment->stop != -1 && position > segment->stop)) {
      |                                 ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:693:7: note: in expansion of macro ‘G_UNLIKELY’
  693 |   if (G_UNLIKELY (segment->stop != -1 && position > segment->stop)) {
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c: In function ‘gst_segment_to_running_time_full’:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:741:28: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  741 |   if (G_UNLIKELY (position == -1)) {
      |                            ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:741:7: note: in expansion of macro ‘G_UNLIKELY’
  741 |   if (G_UNLIKELY (position == -1)) {
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:766:14: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  766 |     if (stop == -1 && segment->duration != -1)
      |              ^~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:766:41: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘const long unsigned int’} and ‘int’ [-Wsign-compare]
  766 |     if (stop == -1 && segment->duration != -1)
      |                                         ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstsegment.c:22:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:770:32: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  770 |     g_return_val_if_fail (stop != -1, 0);
      |                                ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:637:9: note: in expansion of macro ‘G_LIKELY’
  637 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:770:5: note: in expansion of macro ‘g_return_val_if_fail’
  770 |     g_return_val_if_fail (stop != -1, 0);
      |     ^~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c: In function ‘gst_segment_to_running_time’:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:858:33: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘const long unsigned int’} and ‘int’ [-Wsign-compare]
  858 |   if (G_UNLIKELY (segment->stop != -1 && position > segment->stop)) {
      |                                 ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:858:7: note: in expansion of macro ‘G_UNLIKELY’
  858 |   if (G_UNLIKELY (segment->stop != -1 && position > segment->stop)) {
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c: In function ‘gst_segment_clip’:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:909:33: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘const long unsigned int’} and ‘int’ [-Wsign-compare]
  909 |   if (G_UNLIKELY (segment->stop != -1 && start != -1 && (start > segment->stop
      |                                 ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:909:7: note: in expansion of macro ‘G_UNLIKELY’
  909 |   if (G_UNLIKELY (segment->stop != -1 && start != -1 && (start > segment->stop
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:909:48: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  909 |   if (G_UNLIKELY (segment->stop != -1 && start != -1 && (start > segment->stop
      |                                                ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:909:7: note: in expansion of macro ‘G_UNLIKELY’
  909 |   if (G_UNLIKELY (segment->stop != -1 && start != -1 && (start > segment->stop
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:917:24: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  917 |   if (G_UNLIKELY (stop != -1 && (stop < segment->start || (start != stop
      |                        ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:917:7: note: in expansion of macro ‘G_UNLIKELY’
  917 |   if (G_UNLIKELY (stop != -1 && (stop < segment->start || (start != stop
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:922:15: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  922 |     if (start == -1)
      |               ^~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:929:14: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  929 |     if (stop == -1)
      |              ^~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:931:28: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘const long unsigned int’} and ‘int’ [-Wsign-compare]
  931 |     else if (segment->stop == -1)
      |                            ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/gst/gstsegment.c:22:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c: In function ‘gst_segment_position_from_running_time’:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:979:33: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘const long unsigned int’} and ‘int’ [-Wsign-compare]
  979 |   if (G_UNLIKELY (segment->stop != -1 && position > segment->stop)) {
      |                                 ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:979:7: note: in expansion of macro ‘G_UNLIKELY’
  979 |   if (G_UNLIKELY (segment->stop != -1 && position > segment->stop)) {
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c: In function ‘gst_segment_position_from_running_time_full’:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:1024:32: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1024 |   if (G_UNLIKELY (running_time == -1)) {
      |                                ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:1024:7: note: in expansion of macro ‘G_UNLIKELY’
 1024 |   if (G_UNLIKELY (running_time == -1)) {
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c: In function ‘gst_segment_set_running_time’:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:1148:28: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1148 |   if (G_UNLIKELY (position == -1))
      |                            ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:1148:7: note: in expansion of macro ‘G_UNLIKELY’
 1148 |   if (G_UNLIKELY (position == -1))
      |       ^~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstsegment.c: In function ‘gst_segment_offset_running_time’:
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:1200:23: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1200 |     if (segment->base > offset) {
      |                       ^
../../../gstreamer-lite/gstreamer/gst/gstsegment.c:1210:20: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1210 |       if (position == -1)
      |                    ^~
../../../gstreamer-lite/gstreamer/gst/gstsystemclock.c: In function ‘gst_system_clock_dispose’:
../../../gstreamer-lite/gstreamer/gst/gstsystemclock.c:241:34: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  241 |   g_list_foreach (priv->entries, (GFunc) gst_clock_id_unref, NULL);
      |                                  ^
../../../gstreamer-lite/gstreamer/gst/gstsystemclock.c: In function ‘gst_system_clock_start_async’:
../../../gstreamer-lite/gstreamer/gst/gstsystemclock.c:883:7: warning: cast between incompatible function types from ‘void (*)(GstClock *)’ {aka ‘void (*)(struct _GstClock *)’} to ‘void * (*)(void *)’ [-Wcast-function-type]
  883 |       (GThreadFunc) gst_system_clock_async_thread, clock, &error);
      |       ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsttaglist.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttaglist.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsttagsetter.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttagsetter.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsttask.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttask.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsttaskpool.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttaskpool.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsttoc.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttoc.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsttocsetter.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttocsetter.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsttracer.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttracer.o
../../../gstreamer-lite/gstreamer/gst/gsttoc.c: In function ‘gst_toc_free’:
../../../gstreamer-lite/gstreamer/gst/gsttoc.c:306:33: warning: cast between incompatible function types from ‘void (*)(GstMiniObject *)’ {aka ‘void (*)(struct _GstMiniObject *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  306 |   g_list_foreach (toc->entries, (GFunc) gst_mini_object_unref, NULL);
      |                                 ^
../../../gstreamer-lite/gstreamer/gst/gsttoc.c: In function ‘gst_toc_entry_free’:
../../../gstreamer-lite/gstreamer/gst/gsttoc.c:324:38: warning: cast between incompatible function types from ‘void (*)(GstMiniObject *)’ {aka ‘void (*)(struct _GstMiniObject *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  324 |   g_list_foreach (entry->subentries, (GFunc) gst_mini_object_unref, NULL);
      |                                      ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsttracerfactory.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttracerfactory.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsttracerrecord.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttracerrecord.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsttracerutils.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttracerutils.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsttypefind.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttypefind.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsttypefindfactory.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttypefindfactory.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gsturi.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsturi.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstutils.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstutils.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/gst/gstvalue.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstvalue.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gstadapter.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstadapter.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.o
../../../gstreamer-lite/gstreamer/gst/gsturi.c: In function ‘_gst_uri_copy’:
../../../gstreamer-lite/gstreamer/gst/gsturi.c:1056:55: warning: cast between incompatible function types from ‘gchar * (*)(const gchar *)’ {aka ‘char * (*)(const char *)’} to ‘void * (*)(const void *, void *)’ [-Wcast-function-type]
 1056 |     new_uri->path = g_list_copy_deep (orig_uri->path, (GCopyFunc) g_strdup,
      |                                                       ^
../../../gstreamer-lite/gstreamer/gst/gsturi.c: In function ‘_merge’:
../../../gstreamer-lite/gstreamer/gst/gsturi.c:1181:39: warning: cast between incompatible function types from ‘gchar * (*)(const gchar *)’ {aka ‘char * (*)(const char *)’} to ‘void * (*)(const void *, void *)’ [-Wcast-function-type]
 1181 |   path_copy = g_list_copy_deep (path, (GCopyFunc) g_strdup, NULL);
      |                                       ^
../../../gstreamer-lite/gstreamer/gst/gsturi.c:1190:33: warning: cast between incompatible function types from ‘gchar * (*)(const gchar *)’ {aka ‘char * (*)(const char *)’} to ‘void * (*)(const void *, void *)’ [-Wcast-function-type]
 1190 |   ret = g_list_copy_deep (base, (GCopyFunc) g_strdup, NULL);
      |                                 ^
../../../gstreamer-lite/gstreamer/gst/gsturi.c: In function ‘_remove_dot_segments’:
../../../gstreamer-lite/gstreamer/gst/gsturi.c:1207:33: warning: cast between incompatible function types from ‘gchar * (*)(const gchar *)’ {aka ‘char * (*)(const char *)’} to ‘void * (*)(const void *, void *)’ [-Wcast-function-type]
 1207 |   out = g_list_copy_deep (path, (GCopyFunc) g_strdup, NULL);
      |                                 ^
../../../gstreamer-lite/gstreamer/gst/gsturi.c: In function ‘gst_uri_from_string’:
../../../gstreamer-lite/gstreamer/gst/gsturi.c:1574:61: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘long int’ [-Wsign-compare]
 1574 |         if (uri[0] != ':' || strspn (uri + 1, "0123456789") != eoa - uri - 1) {
      |                                                             ^~
../../../gstreamer-lite/gstreamer/gst/gsturi.c: In function ‘gst_uri_equal’:
../../../gstreamer-lite/gstreamer/gst/gsturi.c:1720:53: warning: cast between incompatible function types from ‘gchar * (*)(const gchar *)’ {aka ‘char * (*)(const char *)’} to ‘void * (*)(const void *, void *)’ [-Wcast-function-type]
 1720 |   first_norm_list = g_list_copy_deep (first->field, (GCopyFunc) copy_fn, NULL); \
      |                                                     ^
../../../gstreamer-lite/gstreamer/gst/gsturi.c:1739:3: note: in expansion of macro ‘GST_URI_NORMALIZED_CMP_LIST’
 1739 |   GST_URI_NORMALIZED_CMP_LIST (path, _gst_uri_normalize_path, g_strdup,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gsturi.c:1722:55: warning: cast between incompatible function types from ‘gchar * (*)(const gchar *)’ {aka ‘char * (*)(const char *)’} to ‘void * (*)(const void *, void *)’ [-Wcast-function-type]
 1722 |   second_norm_list = g_list_copy_deep (second->field, (GCopyFunc) copy_fn, NULL); \
      |                                                       ^
../../../gstreamer-lite/gstreamer/gst/gsturi.c:1739:3: note: in expansion of macro ‘GST_URI_NORMALIZED_CMP_LIST’
 1739 |   GST_URI_NORMALIZED_CMP_LIST (path, _gst_uri_normalize_path, g_strdup,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gsturi.c: In function ‘gst_uri_join’:
../../../gstreamer-lite/gstreamer/gst/gsturi.c:1830:53: warning: cast between incompatible function types from ‘gchar * (*)(const gchar *)’ {aka ‘char * (*)(const char *)’} to ‘void * (*)(const void *, void *)’ [-Wcast-function-type]
 1830 |         t->path = g_list_copy_deep (base_uri->path, (GCopyFunc) g_strdup, NULL);
      |                                                     ^
../../../gstreamer-lite/gstreamer/gst/gsturi.c: In function ‘gst_uri_get_path_segments’:
../../../gstreamer-lite/gstreamer/gst/gsturi.c:2392:40: warning: cast between incompatible function types from ‘gchar * (*)(const gchar *)’ {aka ‘char * (*)(const char *)’} to ‘void * (*)(const void *, void *)’ [-Wcast-function-type]
 2392 |     ret = g_list_copy_deep (uri->path, (GCopyFunc) g_strdup, NULL);
      |                                        ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c: In function ‘gst_value_transform_g_value_array_any_list’:
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:961:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘const unsigned int’} [-Wsign-compare]
  961 |   for (i = 0; i < varray->n_values; i++) {
      |                 ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c: In function ‘gst_value_transform_any_list_g_value_array’:
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:979:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘const unsigned int’} [-Wsign-compare]
  979 |   for (i = 0; i < array->len; i++)
      |                 ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c: In function ‘gst_value_compare_value_list’:
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:1000:11: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 1000 |   if (len != array2->len)
      |           ^~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:1010:17: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
 1010 |   for (i = 0; i < len; i++) {
      |                 ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:1013:21: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
 1013 |       for (j = 0; j < len; j++) {
      |                     ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:1027:13: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
 1027 |       if (j == len)
      |             ^~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c: In function ‘_priv_gst_value_parse_value’:
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:2585:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
 2585 |       for (i = 0; i < G_N_ELEMENTS (try_types); i++) {
      |                     ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c: In function ‘gst_value_serialize_buffer’:
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:2964:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
 2964 |   for (i = 0; i < info.size; i++) {
      |                 ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c: In function ‘gst_value_deserialize_uint64’:
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:3364:11: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
 3364 |     if (x > G_MAX ## _macro) {                                          \
      |           ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:3378:1: note: in expansion of macro ‘CREATE_USERIALIZATION’
 3378 | CREATE_USERIALIZATION (uint64, UINT64);
      | ^~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c: In function ‘gst_value_deserialize_ulong’:
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:3364:11: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
 3364 |     if (x > G_MAX ## _macro) {                                          \
      |           ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:3379:1: note: in expansion of macro ‘CREATE_USERIALIZATION’
 3379 | CREATE_USERIALIZATION (ulong, ULONG);
      | ^~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c: In function ‘gst_value_list_equals_range’:
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:5472:19: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
 5472 |     if (list_size != rmax / rstep - rmin / rstep + 1)
      |                   ^~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c: In function ‘_priv_gst_value_initialize’:
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7528:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7528 |   REGISTER_SERIALIZATION (gst_int_range_get_type (), int_range);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7529:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7529 |   REGISTER_SERIALIZATION (gst_int64_range_get_type (), int64_range);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7530:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7530 |   REGISTER_SERIALIZATION (gst_double_range_get_type (), double_range);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7531:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7531 |   REGISTER_SERIALIZATION (gst_fraction_range_get_type (), fraction_range);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7532:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7532 |   REGISTER_SERIALIZATION (gst_value_list_get_type (), value_list);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7533:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7533 |   REGISTER_SERIALIZATION (gst_value_array_get_type (), value_array);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstutils.c: In function ‘gst_calculate_linear_regression’:
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7534:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7534 |   REGISTER_SERIALIZATION (g_value_array_get_type (), g_value_array);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstutils.c:4315:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 4315 |   for (i = j = 0; i < n; i++, j += 2) {
      |                     ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7535:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7535 |   REGISTER_SERIALIZATION (gst_buffer_get_type (), buffer);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstutils.c:4333:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 4333 |   for (i = j = 0; i < n; i++, j += 2) {
      |                     ^
../../../gstreamer-lite/gstreamer/gst/gstutils.c:4351:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 4351 |   for (i = j = 0; i < n; i++, j += 2) {
      |                     ^
../../../gstreamer-lite/gstreamer/gst/gstutils.c:4396:23: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 4396 |     for (i = j = 0; i < n; i++, j += 2) {
      |                       ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7536:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7536 |   REGISTER_SERIALIZATION (gst_sample_get_type (), sample);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstutils.c:4459:14: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 4459 |   } while (i < n);
      |              ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7537:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7537 |   REGISTER_SERIALIZATION (gst_fraction_get_type (), fraction);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7538:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7538 |   REGISTER_SERIALIZATION (gst_caps_get_type (), caps);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7539:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7539 |   REGISTER_SERIALIZATION (gst_tag_list_get_type (), tag_list);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7540:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7540 |   REGISTER_SERIALIZATION (G_TYPE_DATE, date);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7541:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7541 |   REGISTER_SERIALIZATION (gst_date_time_get_type (), date_time);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7542:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7542 |   REGISTER_SERIALIZATION (gst_bitmask_get_type (), bitmask);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7543:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7543 |   REGISTER_SERIALIZATION (gst_structure_get_type (), structure);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7544:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7544 |   REGISTER_SERIALIZATION (gst_flagset_get_type (), flagset);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7546:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7546 |   REGISTER_SERIALIZATION_NO_COMPARE (gst_segment_get_type (), segment);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7547:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7547 |   REGISTER_SERIALIZATION_NO_COMPARE (gst_caps_features_get_type (),
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7550:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7550 |   REGISTER_SERIALIZATION_COMPARE_ONLY (gst_allocation_params_get_type (),
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7552:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7552 |   REGISTER_SERIALIZATION_COMPARE_ONLY (G_TYPE_OBJECT, object);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7554:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘const struct _GstValueTable’} [-Wmissing-field-initializers]
 7554 |   REGISTER_SERIALIZATION_CONST (G_TYPE_DOUBLE, double);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7555:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘const struct _GstValueTable’} [-Wmissing-field-initializers]
 7555 |   REGISTER_SERIALIZATION_CONST (G_TYPE_FLOAT, float);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7557:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘const struct _GstValueTable’} [-Wmissing-field-initializers]
 7557 |   REGISTER_SERIALIZATION_CONST (G_TYPE_STRING, string);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:187:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstindex.c: In function ‘gst_index_finalize’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstindex.c:213:36: warning: cast between incompatible function types from ‘void (*)(GstIndexGroup *)’ {aka ‘void (*)(struct _GstIndexGroup *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  213 |     g_list_foreach (index->groups, (GFunc) gst_index_group_free, NULL);
      |                                    ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7558:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘const struct _GstValueTable’} [-Wmissing-field-initializers]
 7558 |   REGISTER_SERIALIZATION_CONST (G_TYPE_BOOLEAN, boolean);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7559:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘const struct _GstValueTable’} [-Wmissing-field-initializers]
 7559 |   REGISTER_SERIALIZATION_CONST (G_TYPE_ENUM, enum);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7561:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘const struct _GstValueTable’} [-Wmissing-field-initializers]
 7561 |   REGISTER_SERIALIZATION_CONST (G_TYPE_FLAGS, gflags);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7563:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘const struct _GstValueTable’} [-Wmissing-field-initializers]
 7563 |   REGISTER_SERIALIZATION_CONST (G_TYPE_INT, int);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7565:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘const struct _GstValueTable’} [-Wmissing-field-initializers]
 7565 |   REGISTER_SERIALIZATION_CONST (G_TYPE_INT64, int64);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7566:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘const struct _GstValueTable’} [-Wmissing-field-initializers]
 7566 |   REGISTER_SERIALIZATION_CONST (G_TYPE_LONG, long);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:188:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstmemindex.c: In function ‘gst_mem_index_finalize’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstmemindex.c:175:45: warning: cast between incompatible function types from ‘void (*)(GstIndexEntry *)’ {aka ‘void (*)(struct _GstIndexEntry *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  175 |     g_list_foreach (memindex->associations, (GFunc) gst_index_entry_free, NULL);
      |                                             ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7568:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘const struct _GstValueTable’} [-Wmissing-field-initializers]
 7568 |   REGISTER_SERIALIZATION_CONST (G_TYPE_UINT, uint);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7569:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘const struct _GstValueTable’} [-Wmissing-field-initializers]
 7569 |   REGISTER_SERIALIZATION_CONST (G_TYPE_UINT64, uint64);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c: In function ‘gst_base_parse_get_type’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:392:7: warning: cast between incompatible function types from ‘void (*)(GstBaseParseClass *)’ {aka ‘void (*)(struct _GstBaseParseClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  392 |       (GClassInitFunc) gst_base_parse_class_init,
      |       ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:398:5: warning: missing initializer for field ‘value_table’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’} [-Wmissing-field-initializers]
  398 |     };
      |     ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7570:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘const struct _GstValueTable’} [-Wmissing-field-initializers]
 7570 |   REGISTER_SERIALIZATION_CONST (G_TYPE_ULONG, ulong);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from ../../../gstreamer-lite/gstreamer/gst/gstenumtypes.h:7,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:31,
                 from ../../../gstreamer-lite/gstreamer/libs/gst/base/gstadapter.h:20,
                 from ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:181:
/usr/include/glib-2.0/gobject/gtype.h:1063:26: note: ‘value_table’ declared here
 1063 |   const GTypeValueTable *value_table;
      |                          ^~~~~~~~~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c: In function ‘gst_base_parse_clear_queues’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:490:49: warning: cast between incompatible function types from ‘void (*)(GstBuffer *)’ {aka ‘void (*)(struct _GstBuffer *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  490 |   g_slist_foreach (parse->priv->buffers_queued, (GFunc) gst_buffer_unref, NULL);
      |                                                 ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:493:50: warning: cast between incompatible function types from ‘void (*)(GstBuffer *)’ {aka ‘void (*)(struct _GstBuffer *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  493 |   g_slist_foreach (parse->priv->buffers_pending, (GFunc) gst_buffer_unref,
      |                                                  ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:497:47: warning: cast between incompatible function types from ‘void (*)(GstBuffer *)’ {aka ‘void (*)(struct _GstBuffer *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  497 |   g_slist_foreach (parse->priv->buffers_head, (GFunc) gst_buffer_unref, NULL);
      |                                               ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:500:47: warning: cast between incompatible function types from ‘void (*)(GstBuffer *)’ {aka ‘void (*)(struct _GstBuffer *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  500 |   g_slist_foreach (parse->priv->buffers_send, (GFunc) gst_buffer_unref, NULL);
      |                                               ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:504:48: warning: cast between incompatible function types from ‘void (*)(GstBuffer *)’ {aka ‘void (*)(struct _GstBuffer *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  504 |   g_list_foreach (parse->priv->detect_buffers, (GFunc) gst_buffer_unref, NULL);
      |                                                ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7572:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘const struct _GstValueTable’} [-Wmissing-field-initializers]
 7572 |   REGISTER_SERIALIZATION_CONST (G_TYPE_UCHAR, uchar);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:510:7: warning: cast between incompatible function types from ‘void (*)(GstBaseParseFrame *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  510 |       (GFunc) gst_base_parse_frame_free, NULL);
      |       ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:515:48: warning: cast between incompatible function types from ‘void (*)(GstEvent *)’ {aka ‘void (*)(struct _GstEvent *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  515 |   g_list_foreach (parse->priv->pending_events, (GFunc) gst_event_unref, NULL);
      |                                                ^
../../../gstreamer-lite/gstreamer/gst/gstvalue.c:7574:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstValueTable’ {aka ‘struct _GstValueTable’} [-Wmissing-field-initializers]
 7574 |   REGISTER_SERIALIZATION (G_TYPE_GTYPE, gtype);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstparamspecs.h:23,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:66,
                 from ../../../gstreamer-lite/gstreamer/gst/gstvalue.c:46:
../../../gstreamer-lite/gstreamer/gst/gstvalue.h:472:12: note: ‘_gst_reserved’ declared here
  472 |   gpointer _gst_reserved [GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c: In function ‘gst_base_parse_reset’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:870:48: warning: cast between incompatible function types from ‘void (*)(GstMiniObject *)’ {aka ‘void (*)(struct _GstMiniObject *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  870 |   g_list_foreach (parse->priv->pending_events, (GFunc) gst_mini_object_unref,
      |                                                ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:880:48: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  880 |   g_slist_foreach (parse->priv->pending_seeks, (GFunc) g_free, NULL);
      |                                                ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:899:48: warning: cast between incompatible function types from ‘void (*)(GstBuffer *)’ {aka ‘void (*)(struct _GstBuffer *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  899 |   g_list_foreach (parse->priv->detect_buffers, (GFunc) gst_buffer_unref, NULL);
      |                                                ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c: In function ‘gst_base_parse_add_index_entry’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:1965:73: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare]
 1965 |     if (parse->priv->index_last_offset + parse->priv->idx_byte_interval >=
      |                                                                         ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c: In function ‘gst_base_parse_handle_buffer’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:2247:14: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
 2247 |       if (av >= *skip) {
      |              ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gstreamer/libs/gst/base/gstadapter.h:20,
                 from ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:181:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c: In function ‘gst_base_parse_finish_frame’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:2688:70: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
 2688 |   g_return_val_if_fail (gst_adapter_available (parse->priv->adapter) >= size,
      |                                                                      ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:637:9: note: in expansion of macro ‘G_LIKELY’
  637 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:2688:3: note: in expansion of macro ‘g_return_val_if_fail’
 2688 |   g_return_val_if_fail (gst_adapter_available (parse->priv->adapter) >= size,
      |   ^~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c: In function ‘gst_base_parse_process_streamheader’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:3040:19: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
 3040 |     for (i = 0; i < len; i++) {
      |                   ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c: In function ‘gst_base_parse_chain’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:3180:54: warning: cast between incompatible function types from ‘void (*)(GstBuffer *)’ {aka ‘void (*)(struct _GstBuffer *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 3180 |         g_list_foreach (parse->priv->detect_buffers, (GFunc) gst_buffer_unref,
      |                                                      ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c: In function ‘gst_base_parse_src_query_default’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:4172:27: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4172 |               || duration == -1) {
      |                           ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:4221:25: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4221 |         if (max_latency == -1 || parse->priv->max_latency == -1)
      |                         ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:4221:59: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4221 |         if (max_latency == -1 || parse->priv->max_latency == -1)
      |                                                           ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c: In function ‘gst_base_parse_locate_time’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:4355:12: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4355 |   if (time == -1) {
      |            ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:4438:17: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4438 |     if (newtime == -1 || newpos == -1) {
      |                 ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c: In function ‘gst_base_parse_handle_seek’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:4613:26: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4613 |     if (seeksegment.stop == -1 && seeksegment.duration != -1)
      |                          ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:4613:56: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4613 |     if (seeksegment.stop == -1 && seeksegment.duration != -1)
      |                                                        ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:4625:26: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4625 |     if (seeksegment.stop == -1 && seeksegment.duration != -1)
      |                          ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.c:4625:56: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 4625 |     if (seeksegment.stop == -1 && seeksegment.duration != -1)
      |                                                        ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.o
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c: In function ‘gst_base_sink_get_type’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:329:7: warning: cast between incompatible function types from ‘void (*)(GstBaseSinkClass *)’ {aka ‘void (*)(struct _GstBaseSinkClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  329 |       (GClassInitFunc) gst_base_sink_class_init,
      |       ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:335:5: warning: missing initializer for field ‘value_table’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’} [-Wmissing-field-initializers]
  335 |     };
      |     ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from ../../../gstreamer-lite/gstreamer/gst/gstobject.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstplugin.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstregistry.h:28,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:45,
                 from ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:147:
/usr/include/glib-2.0/gobject/gtype.h:1063:26: note: ‘value_table’ declared here
 1063 |   const GTypeValueTable *value_table;
      |                          ^~~~~~~~~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c: In function ‘gst_base_sink_query_latency’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:1206:19: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1206 |           if (max == -1 || min + processing_deadline <= max)
      |                   ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:1226:17: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1226 |         if (max != -1)
      |                 ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c: In function ‘start_stepping’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:1805:25: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1805 |     if (current->amount != -1)
      |                         ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c: In function ‘handle_stepping’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:1917:23: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1917 |   if (current->amount == -1)
      |                       ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c: In function ‘gst_base_sink_adjust_time’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:2222:19: warning: comparison of integer expressions of different signedness: ‘GstClockTimeDiff’ {aka ‘long int’} and ‘GstClockTime’ {aka ‘long unsigned int’} [-Wsign-compare]
 2222 |     if (ts_offset < time)
      |                   ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c: In function ‘gst_base_sink_do_sync’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:2648:27: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2648 |     if (priv->avg_in_diff == -1)
      |                           ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:2692:21: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2692 |   if (priv->rc_next == -1 || (stime != -1 && stime >= priv->rc_next)) {
      |                     ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:2692:37: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2692 |   if (priv->rc_next == -1 || (stime != -1 && stime >= priv->rc_next)) {
      |                                     ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c: In function ‘gst_base_sink_perform_qos’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:2819:15: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘GstClockTimeDiff’ {aka ‘long int’} [-Wsign-compare]
 2819 |     if (start < -jitter)
      |               ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:2867:16: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2867 |   if (duration != -1 && duration != 0) {
      |                ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:2899:32: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘GstClockTimeDiff’ {aka ‘long int’} [-Wsign-compare]
 2899 |       if (priv->current_rstart < -priv->current_jitter)
      |                                ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c: In function ‘gst_base_sink_is_too_late’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:2971:20: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2971 |   if (max_lateness == -1)
      |                    ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.c:2988:27: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2988 |     if (priv->avg_in_diff != -1)
      |                           ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.o
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c: In function ‘gst_base_src_get_type’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:288:7: warning: cast between incompatible function types from ‘void (*)(GstBaseSrcClass *)’ {aka ‘void (*)(struct _GstBaseSrcClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  288 |       (GClassInitFunc) gst_base_src_class_init,
      |       ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:294:5: warning: missing initializer for field ‘value_table’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’} [-Wmissing-field-initializers]
  294 |     };
      |     ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from ../../../gstreamer-lite/gstreamer/gst/gstobject.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstplugin.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstregistry.h:28,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:45,
                 from ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:151:
/usr/include/glib-2.0/gobject/gtype.h:1063:26: note: ‘value_table’ declared here
 1063 |   const GTypeValueTable *value_table;
      |                          ^~~~~~~~~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c: In function ‘gst_base_src_finalize’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:499:52: warning: cast between incompatible function types from ‘void (*)(GstEvent *)’ {aka ‘void (*)(struct _GstEvent *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  499 |     g_list_foreach (basesrc->priv->pending_events, (GFunc) gst_event_unref,
      |                                                    ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c: In function ‘gst_base_src_query_latency’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:749:26: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  749 |   if (src->priv->latency != -1)
      |                          ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c: In function ‘gst_base_src_default_alloc’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:1480:19: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
 1480 |   } else if (size != -1) {
      |                   ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c: In function ‘gst_base_src_do_sync’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2234:24: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2234 |   pseudo_live = (start != -1 && is_live);
      |                        ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2236:35: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2236 |   first = (basesrc->priv->latency == -1);
      |                                   ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2238:17: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2238 |   if (timestamp != -1 && pseudo_live) {
      |                 ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2289:34: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2289 |     if (pseudo_live && timestamp != -1) {
      |                                  ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c: In function ‘gst_base_src_update_length’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2407:20: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2407 |     maxsize = size != -1 ? MIN (size, stop) : stop;
      |                    ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:151:
/usr/include/glib-2.0/glib/gmacros.h:805:26: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                          ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2407:28: note: in expansion of macro ‘MIN’
 2407 |     maxsize = size != -1 ? MIN (size, stop) : stop;
      |                            ^~~
/usr/include/glib-2.0/glib/gmacros.h:805:41: warning: operand of ‘?:’ changes signedness from ‘gint64’ {aka ‘long int’} to ‘guint64’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                                         ^~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2407:28: note: in expansion of macro ‘MIN’
 2407 |     maxsize = size != -1 ? MIN (size, stop) : stop;
      |                            ^~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2407:47: warning: operand of ‘?:’ changes signedness from ‘gint64’ {aka ‘long int’} to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
 2407 |     maxsize = size != -1 ? MIN (size, stop) : stop;
      |                                               ^~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2417:15: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2417 |   if (maxsize != -1) {
      |               ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2433:24: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2433 |         maxsize = size != -1 ? MIN (size, stop) : stop;
      |                        ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:36,
                 from ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:151:
/usr/include/glib-2.0/glib/gmacros.h:805:26: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                          ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2433:32: note: in expansion of macro ‘MIN’
 2433 |         maxsize = size != -1 ? MIN (size, stop) : stop;
      |                                ^~~
/usr/include/glib-2.0/glib/gmacros.h:805:41: warning: operand of ‘?:’ changes signedness from ‘gint64’ {aka ‘long int’} to ‘guint64’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                                         ^~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2433:32: note: in expansion of macro ‘MIN’
 2433 |         maxsize = size != -1 ? MIN (size, stop) : stop;
      |                                ^~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2433:51: warning: operand of ‘?:’ changes signedness from ‘gint64’ {aka ‘long int’} to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
 2433 |         maxsize = size != -1 ? MIN (size, stop) : stop;
      |                                                   ^~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2437:19: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2437 |       if (maxsize != -1) {
      |                   ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c: In function ‘gst_base_src_get_range’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2592:35: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2592 |       && GST_BUFFER_DTS (res_buf) == -1 && !src->is_live) {
      |                                   ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c: In function ‘gst_base_src_loop’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2831:20: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 2831 |       if (position > src->segment.start + blocksize)
      |                    ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2918:27: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘GstClockTime’ {aka ‘long unsigned int’} [-Wsign-compare]
 2918 |         else if (position > duration)
      |                           ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2938:29: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2938 |       if (src->segment.stop != -1) {
      |                             ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2939:22: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 2939 |         if (position >= src->segment.stop) {
      |                      ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:2948:20: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 2948 |       if (position <= src->segment.start) {
      |                    ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c: In function ‘gst_base_src_set_flushing’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.c:3727:54: warning: cast between incompatible function types from ‘void (*)(GstEvent *)’ {aka ‘void (*)(struct _GstEvent *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 3727 |       g_list_foreach (basesrc->priv->pending_events, (GFunc) gst_event_unref,
      |                                                      ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasetransform.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbasetransform.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbitreader.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbitreader.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbytereader.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbytereader.o
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasetransform.c: In function ‘gst_base_transform_get_type’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasetransform.c:230:7: warning: cast between incompatible function types from ‘void (*)(GstBaseTransformClass *)’ {aka ‘void (*)(struct _GstBaseTransformClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  230 |       (GClassInitFunc) gst_base_transform_class_init,
      |       ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasetransform.c:236:5: warning: missing initializer for field ‘value_table’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’} [-Wmissing-field-initializers]
  236 |     };
      |     ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from ../../../gstreamer-lite/gstreamer/gst/gstobject.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstplugin.h:29,
                 from ../../../gstreamer-lite/gstreamer/libs/gst/base/../../../gst/gstregistry.h:28,
                 from ../../../gstreamer-lite/gstreamer/libs/gst/base/../../../gst/gst_private.h:45,
                 from ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasetransform.c:143:
/usr/include/glib-2.0/gobject/gtype.h:1063:26: note: ‘value_table’ declared here
 1063 |   const GTypeValueTable *value_table;
      |                          ^~~~~~~~~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gstbytewriter.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbytewriter.o
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasetransform.c: In function ‘default_submit_input_buffer’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasetransform.c:2017:20: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2017 |   if (running_time != -1) {
      |                    ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbasetransform.c:2030:23: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2030 |         earliest_time != -1 && running_time <= earliest_time;
      |                       ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gstcollectpads.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstcollectpads.o
../../../gstreamer-lite/gstreamer/libs/gst/base/gstcollectpads.c: In function ‘gst_collect_pads_finalize’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstcollectpads.c:269:42: warning: cast between incompatible function types from ‘void (*)(GstCollectData *)’ {aka ‘void (*)(struct _GstCollectData *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  269 |   g_slist_foreach (pads->priv->pad_list, (GFunc) unref_data, NULL);
      |                                          ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstcollectpads.c:270:32: warning: cast between incompatible function types from ‘void (*)(GstCollectData *)’ {aka ‘void (*)(struct _GstCollectData *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  270 |   g_slist_foreach (pads->data, (GFunc) unref_data, NULL);
      |                                ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstcollectpads.c: In function ‘gst_collect_pads_available’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstcollectpads.c:1070:14: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 1070 |     if (size < result)
      |              ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstcollectpads.c: In function ‘gst_collect_pads_check_pads’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstcollectpads.c:1269:34: warning: cast between incompatible function types from ‘void (*)(GstCollectData *)’ {aka ‘void (*)(struct _GstCollectData *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 1269 |     g_slist_foreach (pads->data, (GFunc) unref_data, NULL);
      |                                  ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gstdataqueue.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstdataqueue.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gstflowcombiner.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstflowcombiner.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gstpushsrc.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstpushsrc.o
../../../gstreamer-lite/gstreamer/libs/gst/base/gstdataqueue.c: In function ‘gst_data_queue_drop_head’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstdataqueue.c:713:11: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  713 |   if (idx == -1)
      |           ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gstqueuearray.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstqueuearray.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstapp-marshal.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstapp-marshal.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsink.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsink.o
../../../gstreamer-lite/gstreamer/libs/gst/base/gstqueuearray.c: In function ‘gst_queue_array_drop_struct’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstqueuearray.c:608:18: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  608 |   if (actual_idx == first_item_index) {
      |                  ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstqueuearray.c:621:18: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  621 |   if (actual_idx == last_item_index) {
      |                  ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gstreamer/libs/gst/base/gstqueuearray.c:37:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstqueuearray.c:638:32: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  638 |     g_assert (first_item_index < actual_idx && actual_idx < last_item_index);
      |                                ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gtestutils.h:170:49: note: in expansion of macro ‘G_LIKELY’
  170 |                                              if G_LIKELY (expr) ; else \
      |                                                 ^~~~~~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstqueuearray.c:638:5: note: in expansion of macro ‘g_assert’
  638 |     g_assert (first_item_index < actual_idx && actual_idx < last_item_index);
      |     ^~~~~~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstqueuearray.c:638:59: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  638 |     g_assert (first_item_index < actual_idx && actual_idx < last_item_index);
      |                                                           ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gtestutils.h:170:49: note: in expansion of macro ‘G_LIKELY’
  170 |                                              if G_LIKELY (expr) ; else \
      |                                                 ^~~~~~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstqueuearray.c:638:5: note: in expansion of macro ‘g_assert’
  638 |     g_assert (first_item_index < actual_idx && actual_idx < last_item_index);
      |     ^~~~~~~~
../../../gstreamer-lite/gstreamer/libs/gst/base/gstqueuearray.c:652:18: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  652 |   if (actual_idx < last_item_index) {
      |                  ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gstqueuearray.c:668:18: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  668 |   if (actual_idx > first_item_index) {
      |                  ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.o
../../../gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.c: In function ‘helper_find_peek’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.c:104:22: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  104 |     if (helper->size == -1 || helper->size < -offset)
      |                      ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.c:104:44: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
  104 |     if (helper->size == -1 || helper->size < -offset)
      |                                            ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.c:111:26: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
  111 |   if (size > 0 && offset <= helper->last_offset) {
      |                          ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.c:124:22: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
  124 |       if (buf_offset <= offset) {
      |                      ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.c:125:29: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
  125 |         if ((offset + size) < (buf_offset + buf_size)) {
      |                             ^
../../../gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.c:129:32: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
  129 |       } else if (offset + size >= buf_offset + buf_size) {
      |                                ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.c:177:18: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  177 |   if (buf_offset != -1 && buf_offset != offset) {
      |                  ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.c:177:38: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
  177 |   if (buf_offset != -1 && buf_offset != offset) {
      |                                      ^~
../../../gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.c: In function ‘buf_helper_find_peek’:
../../../gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.c:539:11: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
  539 |   if (off <= helper->size - size)
      |           ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-channels.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-channels.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-channel-mixer.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-channel-mixer.o
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:33:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c: In function ‘gst_audio_buffer_truncate’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:284:33: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  284 |   g_return_val_if_fail (samples == -1 || trim + samples <= orig_samples, NULL);
      |                                 ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:637:9: note: in expansion of macro ‘G_LIKELY’
  637 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:284:3: note: in expansion of macro ‘g_return_val_if_fail’
  284 |   g_return_val_if_fail (samples == -1 || trim + samples <= orig_samples, NULL);
      |   ^~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.c:286:15: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  286 |   if (samples == -1)
      |               ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-buffer.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-buffer.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-converter.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-converter.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-channels.c: In function ‘check_valid_channel_positions’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-channels.c:159:14: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
  159 |     while (j < G_N_ELEMENTS (default_channel_order)
      |              ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-channels.c: In function ‘gst_audio_channel_positions_to_string’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-channels.c:691:17: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  691 |   for (i = 0; i < channels; i++)
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-channel-mixer.c: In function ‘gst_audio_channel_mixer_fill_compatible’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-channel-mixer.c:163:5: warning: missing initializer for field ‘pos2’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
  163 |     GST_AUDIO_CHANNEL_POSITION_INVALID}}
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-channel-mixer.c:146:29: note: ‘pos2’ declared here
  146 |     GstAudioChannelPosition pos2[1];
      |                             ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-buffer.c: In function ‘gst_audio_buffer_map’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-buffer.c:157:19: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  157 |     for (i = 0; i < buffer->n_planes; i++) {
      |                   ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-enumtypes.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-enumtypes.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-quantize.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-quantize.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-quantize.c: In function ‘setup_dither_buf’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-quantize.c:127:26: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  127 |   if (quant->dither_size < len) {
      |                          ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-quantize.c: In function ‘setup_error_buf’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-quantize.c:187:25: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  187 |   if (quant->error_size < len) {
      |                         ^
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:34:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gint16_nearest_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:763:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  763 | MAKE_RESAMPLE_FUNC_STATIC (gint16, nearest, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:763:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  763 | MAKE_RESAMPLE_FUNC_STATIC (gint16, nearest, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gint32_nearest_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:764:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  764 | MAKE_RESAMPLE_FUNC_STATIC (gint32, nearest, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:764:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  764 | MAKE_RESAMPLE_FUNC_STATIC (gint32, nearest, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gfloat_nearest_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:765:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  765 | MAKE_RESAMPLE_FUNC_STATIC (gfloat, nearest, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:765:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  765 | MAKE_RESAMPLE_FUNC_STATIC (gfloat, nearest, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gdouble_nearest_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:766:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  766 | MAKE_RESAMPLE_FUNC_STATIC (gdouble, nearest, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:766:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  766 | MAKE_RESAMPLE_FUNC_STATIC (gdouble, nearest, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gint16_full_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:768:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  768 | MAKE_RESAMPLE_FUNC_STATIC (gint16, full, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:768:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  768 | MAKE_RESAMPLE_FUNC_STATIC (gint16, full, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gint32_full_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:769:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  769 | MAKE_RESAMPLE_FUNC_STATIC (gint32, full, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:769:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  769 | MAKE_RESAMPLE_FUNC_STATIC (gint32, full, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gfloat_full_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:770:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  770 | MAKE_RESAMPLE_FUNC_STATIC (gfloat, full, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:770:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  770 | MAKE_RESAMPLE_FUNC_STATIC (gfloat, full, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gdouble_full_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:771:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  771 | MAKE_RESAMPLE_FUNC_STATIC (gdouble, full, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:771:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  771 | MAKE_RESAMPLE_FUNC_STATIC (gdouble, full, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gint16_linear_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:773:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  773 | MAKE_RESAMPLE_FUNC_STATIC (gint16, linear, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:773:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  773 | MAKE_RESAMPLE_FUNC_STATIC (gint16, linear, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gint32_linear_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:774:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  774 | MAKE_RESAMPLE_FUNC_STATIC (gint32, linear, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:774:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  774 | MAKE_RESAMPLE_FUNC_STATIC (gint32, linear, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gfloat_linear_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:775:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  775 | MAKE_RESAMPLE_FUNC_STATIC (gfloat, linear, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:775:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  775 | MAKE_RESAMPLE_FUNC_STATIC (gfloat, linear, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gdouble_linear_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:776:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  776 | MAKE_RESAMPLE_FUNC_STATIC (gdouble, linear, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:776:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  776 | MAKE_RESAMPLE_FUNC_STATIC (gdouble, linear, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gint16_cubic_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:778:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  778 | MAKE_RESAMPLE_FUNC_STATIC (gint16, cubic, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:778:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  778 | MAKE_RESAMPLE_FUNC_STATIC (gint16, cubic, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gint32_cubic_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:779:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  779 | MAKE_RESAMPLE_FUNC_STATIC (gint32, cubic, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:779:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  779 | MAKE_RESAMPLE_FUNC_STATIC (gint32, cubic, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gfloat_cubic_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:780:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  780 | MAKE_RESAMPLE_FUNC_STATIC (gfloat, cubic, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:780:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  780 | MAKE_RESAMPLE_FUNC_STATIC (gfloat, cubic, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resample_gdouble_cubic_1_c’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:81:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
   81 |     for (di = 0; di < out_len; di++) {                          \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:781:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  781 | MAKE_RESAMPLE_FUNC_STATIC (gdouble, cubic, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:92:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
   92 |     if (in_len > samp_index)                                    \
      |                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:106:8: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC’
  106 | static MAKE_RESAMPLE_FUNC (type, inter, channels, arch)
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:781:1: note: in expansion of macro ‘MAKE_RESAMPLE_FUNC_STATIC’
  781 | MAKE_RESAMPLE_FUNC_STATIC (gdouble, cubic, 1, c);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘deinterleave_gint16’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:892:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
  892 |       for (i = 0; i < in_frames; i++)                                   \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:902:1: note: in expansion of macro ‘MAKE_DEINTERLEAVE_FUNC’
  902 | MAKE_DEINTERLEAVE_FUNC (gint16);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:896:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
  896 |       for (i = 0; i < in_frames; i++, ip += channels)                   \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:902:1: note: in expansion of macro ‘MAKE_DEINTERLEAVE_FUNC’
  902 | MAKE_DEINTERLEAVE_FUNC (gint16);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘deinterleave_gint32’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:892:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
  892 |       for (i = 0; i < in_frames; i++)                                   \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:903:1: note: in expansion of macro ‘MAKE_DEINTERLEAVE_FUNC’
  903 | MAKE_DEINTERLEAVE_FUNC (gint32);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:896:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
  896 |       for (i = 0; i < in_frames; i++, ip += channels)                   \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:903:1: note: in expansion of macro ‘MAKE_DEINTERLEAVE_FUNC’
  903 | MAKE_DEINTERLEAVE_FUNC (gint32);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘deinterleave_gfloat’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:892:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
  892 |       for (i = 0; i < in_frames; i++)                                   \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:904:1: note: in expansion of macro ‘MAKE_DEINTERLEAVE_FUNC’
  904 | MAKE_DEINTERLEAVE_FUNC (gfloat);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:896:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
  896 |       for (i = 0; i < in_frames; i++, ip += channels)                   \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:904:1: note: in expansion of macro ‘MAKE_DEINTERLEAVE_FUNC’
  904 | MAKE_DEINTERLEAVE_FUNC (gfloat);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘deinterleave_gdouble’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:892:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
  892 |       for (i = 0; i < in_frames; i++)                                   \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:905:1: note: in expansion of macro ‘MAKE_DEINTERLEAVE_FUNC’
  905 | MAKE_DEINTERLEAVE_FUNC (gdouble);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:896:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
  896 |       for (i = 0; i < in_frames; i++, ip += channels)                   \
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:905:1: note: in expansion of macro ‘MAKE_DEINTERLEAVE_FUNC’
  905 | MAKE_DEINTERLEAVE_FUNC (gdouble);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘resampler_calculate_taps’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:1161:40: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 1161 |     } else if (bps * n_taps * out_rate < resampler->filter_threshold) {
      |                                        ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘gst_audio_resampler_get_out_frames’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:1671:11: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
 1671 |   if (out < resampler->samp_phase)
      |           ^
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:32:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c: In function ‘gst_audio_resampler_resample’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:1760:35: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
 1760 |   if (G_UNLIKELY (resampler->skip >= in_frames)) {
      |                                   ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.c:1760:7: note: in expansion of macro ‘G_UNLIKELY’
 1760 |   if (G_UNLIKELY (resampler->skip >= in_frames)) {
      |       ^~~~~~~~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-info.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-info.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesrc.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesrc.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:244:8: warning: missing initializer for field ‘silence’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  244 |        {GST_AUDIO_FORMAT_UNKNOWN, "UNKNOWN", "Unknown audio", 0, 0, 0, 0},
      |        ^
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:246:10: note: ‘silence’ declared here
  246 |   guint8 silence[8];
      |          ^~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:246:12: warning: missing initializer for field ‘silence’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  246 |            GST_AUDIO_FORMAT_FLAG_COMPLEX, 0, 0, 0},
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:246:10: note: ‘silence’ declared here
  246 |   guint8 silence[8];
      |          ^~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:248:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  248 |        MAKE_FORMAT (S8, "8-bit signed PCM audio", SINT, 0, 8, 8, SILENT_0,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:250:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  250 |        MAKE_FORMAT (U8, "8-bit unsigned PCM audio", UINT, 0, 8, 8, SILENT_U8,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:253:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  253 |        MAKE_FORMAT (S16LE, "16-bit signed PCM audio", SINT, G_LITTLE_ENDIAN, 16,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:256:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  256 |        MAKE_FORMAT (S16BE, "16-bit signed PCM audio", SINT, G_BIG_ENDIAN, 16,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:259:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  259 |        MAKE_FORMAT (U16LE, "16-bit unsigned PCM audio", UINT, G_LITTLE_ENDIAN,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:262:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  262 |        MAKE_FORMAT (U16BE, "16-bit unsigned PCM audio", UINT, G_BIG_ENDIAN, 16,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:266:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  266 |        MAKE_FORMAT (S24_32LE, "24-bit signed PCM audio", SINT, G_LITTLE_ENDIAN,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:269:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  269 |        MAKE_FORMAT (S24_32BE, "24-bit signed PCM audio", SINT, G_BIG_ENDIAN, 32,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:272:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  272 |        MAKE_FORMAT (U24_32LE, "24-bit unsigned PCM audio", UINT,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:275:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  275 |        MAKE_FORMAT (U24_32BE, "24-bit unsigned PCM audio", UINT, G_BIG_ENDIAN,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:280:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  280 |        MAKE_FORMAT (S32LE, "32-bit signed PCM audio", SINT_PACK,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:283:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  283 |        MAKE_FORMAT (S32BE, "32-bit signed PCM audio", SINT, G_BIG_ENDIAN, 32,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:295:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  295 |        MAKE_FORMAT (U32LE, "32-bit unsigned PCM audio", UINT, G_LITTLE_ENDIAN,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:298:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  298 |        MAKE_FORMAT (U32BE, "32-bit unsigned PCM audio", UINT, G_BIG_ENDIAN, 32,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:302:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  302 |        MAKE_FORMAT (S24LE, "24-bit signed PCM audio", SINT, G_LITTLE_ENDIAN, 24,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:305:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  305 |        MAKE_FORMAT (S24BE, "24-bit signed PCM audio", SINT, G_BIG_ENDIAN, 24,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:308:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  308 |        MAKE_FORMAT (U24LE, "24-bit unsigned PCM audio", UINT, G_LITTLE_ENDIAN,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:311:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  311 |        MAKE_FORMAT (U24BE, "24-bit unsigned PCM audio", UINT, G_BIG_ENDIAN, 24,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:315:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  315 |        MAKE_FORMAT (S20LE, "20-bit signed PCM audio", SINT, G_LITTLE_ENDIAN, 24,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:318:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  318 |        MAKE_FORMAT (S20BE, "20-bit signed PCM audio", SINT, G_BIG_ENDIAN, 24,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:321:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  321 |        MAKE_FORMAT (U20LE, "20-bit unsigned PCM audio", UINT, G_LITTLE_ENDIAN,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:324:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  324 |        MAKE_FORMAT (U20BE, "20-bit unsigned PCM audio", UINT, G_BIG_ENDIAN, 24,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:328:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  328 |        MAKE_FORMAT (S18LE, "18-bit signed PCM audio", SINT, G_LITTLE_ENDIAN, 24,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:331:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  331 |        MAKE_FORMAT (S18BE, "18-bit signed PCM audio", SINT, G_BIG_ENDIAN, 24,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:334:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  334 |        MAKE_FORMAT (U18LE, "18-bit unsigned PCM audio", UINT, G_LITTLE_ENDIAN,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:337:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  337 |        MAKE_FORMAT (U18BE, "18-bit unsigned PCM audio", UINT, G_BIG_ENDIAN, 24,
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:341:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  341 |        MAKE_FORMAT (F32LE, "32-bit floating-point audio",
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:344:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  344 |        MAKE_FORMAT (F32BE, "32-bit floating-point audio",
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:348:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  348 |        MAKE_FORMAT (F64LE, "64-bit floating-point audio",
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:350:8: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAudioFormatInfo’ {aka ‘const struct _GstAudioFormatInfo’} [-Wmissing-field-initializers]
  350 |        MAKE_FORMAT (F64BE, "64-bit floating-point audio",
      |        ^~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:28,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:253:12: note: ‘_gst_reserved’ declared here
  253 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c: In function ‘gst_audio_format_build_integer’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:380:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
  380 |   for (i = 0; i < G_N_ELEMENTS (formats); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c: In function ‘gst_audio_format_to_string’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:436:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  436 |   if ((gint) format >= G_N_ELEMENTS (formats))
      |                     ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:26:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c: In function ‘gst_audio_format_get_info’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:453:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  453 |   g_return_val_if_fail ((gint) format < G_N_ELEMENTS (formats), NULL);
      |                                       ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:637:9: note: in expansion of macro ‘G_LIKELY’
  637 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:453:3: note: in expansion of macro ‘g_return_val_if_fail’
  453 |   g_return_val_if_fail ((gint) format < G_N_ELEMENTS (formats), NULL);
      |   ^~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c: In function ‘gst_audio_format_fill_silence’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.c:515:23: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
  515 |         for (i = 0; i < length; i += bps) {
      |                       ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c: In function ‘gst_audio_base_sink_query’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:475:32: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  475 |           max_latency = (max_l == -1) ? -1 : (base_latency + max_l);
      |                                ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:475:41: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘GstClockTime’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare]
  475 |           max_latency = (max_l == -1) ? -1 : (base_latency + max_l);
      |                                         ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c: In function ‘gst_audio_base_sink_drain’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:1100:28: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1100 |   if (sink->priv->eos_time != -1) {
      |                            ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c: In function ‘gst_audio_base_sink_get_offset’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:1220:14: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1220 |   if (sample == -1)
      |              ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c: In function ‘gst_audio_base_sink_custom_slaving’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:1315:28: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘GstClockTimeDiff’ {aka ‘long int’} [-Wsign-compare]
 1315 |     cexternal = (cexternal > requested_skew) ? (cexternal - requested_skew) : 0;
      |                            ^
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:39:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c: In function ‘gst_audio_base_sink_skew_slaving’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:1480:29: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘GstClockTimeDiff’ {aka ‘long int’} [-Wsign-compare]
 1480 |     if (G_LIKELY (cexternal > sink->priv->avg_skew))
      |                             ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:1480:9: note: in expansion of macro ‘G_LIKELY’
 1480 |     if (G_LIKELY (cexternal > sink->priv->avg_skew))
      |         ^~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c: In function ‘gst_audio_base_sink_get_alignment’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:1770:36: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1770 |       if (sink->priv->discont_time == -1) {
      |                                    ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:39:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:1781:51: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1781 |   } else if (G_UNLIKELY (sink->priv->discont_time != -1)) {
      |                                                   ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:1781:14: note: in expansion of macro ‘G_UNLIKELY’
 1781 |   } else if (G_UNLIKELY (sink->priv->discont_time != -1)) {
      |              ^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c: In function ‘gst_audio_base_sink_render’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:1952:23: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1952 |     if (clip_seg.stop != -1)
      |                       ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:2059:22: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 2059 |     if (render_start > time_offset)
      |                      ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:2063:21: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 2063 |     if (render_stop > time_offset)
      |                     ^
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:39:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:2117:37: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2117 |   if (G_UNLIKELY (sink->next_sample == -1)) {
      |                                     ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:2117:7: note: in expansion of macro ‘G_UNLIKELY’
 2117 |   if (G_UNLIKELY (sink->next_sample == -1)) {
      |       ^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.c:2178:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 2178 |     if (out_samples > written) {
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesrc.c: In function ‘gst_audio_base_src_get_offset’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesrc.c:710:14: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  710 |   if (sample != -1) {
      |              ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesrc.c: In function ‘gst_audio_base_src_create’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesrc.c:759:44: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  759 |   gboolean first_sample = src->next_sample == -1;
      |                                            ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesrc.c:770:55: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  770 |   if ((length == 0 && bsrc->blocksize == 0) || length == -1)
      |                                                       ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesrc.c:40:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesrc.c:778:26: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  778 |   if (G_UNLIKELY (offset != -1)) {
      |                          ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesrc.c:778:7: note: in expansion of macro ‘G_UNLIKELY’
  778 |   if (G_UNLIKELY (offset != -1)) {
      |       ^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesrc.c:782:26: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  782 |     if (src->next_sample != -1 && sample != src->next_sample)
      |                          ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesrc.c:837:67: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  837 |   if (G_UNLIKELY (sample != src->next_sample) && src->next_sample != -1) {
      |                                                                   ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioclock.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioclock.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c: In function ‘gst_audio_decoder_get_type’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:338:7: warning: cast between incompatible function types from ‘void (*)(GstAudioDecoderClass *)’ {aka ‘void (*)(struct _GstAudioDecoderClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  338 |       (GClassInitFunc) gst_audio_decoder_class_init,
      |       ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:344:5: warning: missing initializer for field ‘value_table’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’} [-Wmissing-field-initializers]
  344 |     };
      |     ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from ../../../gstreamer-lite/gstreamer/gst/gstenumtypes.h:7,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:31,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:126:
/usr/include/glib-2.0/gobject/gtype.h:1063:26: note: ‘value_table’ declared here
 1063 |   const GTypeValueTable *value_table;
      |                          ^~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c: In function ‘gst_audio_decoder_reset’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:514:48: warning: cast between incompatible function types from ‘void (*)(GstEvent *)’ {aka ‘void (*)(struct _GstEvent *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  514 |     g_list_foreach (dec->priv->pending_events, (GFunc) gst_event_unref, NULL);
      |                                                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:535:40: warning: cast between incompatible function types from ‘void (*)(GstBuffer *)’ {aka ‘void (*)(struct _GstBuffer *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  535 |   g_queue_foreach (&dec->priv->frames, (GFunc) gst_buffer_unref, NULL);
      |                                        ^
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:126:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c: In function ‘gst_audio_decoder_finish_frame_or_subframe’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:1368:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 1368 |     if (G_UNLIKELY (-frames - 1 > priv->frames.length)) {
      |                                 ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:1368:9: note: in expansion of macro ‘G_UNLIKELY’
 1368 |     if (G_UNLIKELY (-frames - 1 > priv->frames.length)) {
      |         ^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:1376:33: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 1376 |   } else if (G_UNLIKELY (frames > priv->frames.length)) {
      |                                 ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:1376:14: note: in expansion of macro ‘G_UNLIKELY’
 1376 |   } else if (G_UNLIKELY (frames > priv->frames.length)) {
      |              ^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:1515:29: warning: cast between incompatible function types from ‘void (*)(GstBuffer *)’ {aka ‘void (*)(struct _GstBuffer *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 1515 |   g_queue_foreach (&inbufs, (GFunc) gst_buffer_unref, NULL);
      |                             ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c: In function ‘gst_audio_decoder_drain’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:1755:42: warning: cast between incompatible function types from ‘void (*)(GstBuffer *)’ {aka ‘void (*)(struct _GstBuffer *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 1755 |     g_queue_foreach (&dec->priv->frames, (GFunc) gst_buffer_unref, NULL);
      |                                          ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c: In function ‘gst_audio_decoder_clear_queues’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:1824:33: warning: cast between incompatible function types from ‘void (*)(GstMiniObject *)’ {aka ‘void (*)(struct _GstMiniObject *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 1824 |   g_list_foreach (priv->queued, (GFunc) gst_mini_object_unref, NULL);
      |                                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:1827:33: warning: cast between incompatible function types from ‘void (*)(GstMiniObject *)’ {aka ‘void (*)(struct _GstMiniObject *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 1827 |   g_list_foreach (priv->gather, (GFunc) gst_mini_object_unref, NULL);
      |                                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:1830:33: warning: cast between incompatible function types from ‘void (*)(GstMiniObject *)’ {aka ‘void (*)(struct _GstMiniObject *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 1830 |   g_list_foreach (priv->decode, (GFunc) gst_mini_object_unref, NULL);
      |                                 ^
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:126:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c: In function ‘gst_audio_decoder_flush_decode’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:1952:29: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1952 |     if (G_LIKELY (timestamp != -1)) {
      |                             ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:1952:9: note: in expansion of macro ‘G_LIKELY’
 1952 |     if (G_LIKELY (timestamp != -1)) {
      |         ^~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c: In function ‘gst_audio_decoder_do_byte’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:2100:32: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 2100 |       dec->priv->ctx.info.rate <= dec->priv->samples_out;
      |                                ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c: In function ‘gst_audio_decoder_do_seek’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:2537:50: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
 2537 |       (end_type == GST_SEEK_TYPE_SET && end_time != GST_CLOCK_TIME_NONE)) {
      |                                                  ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c: In function ‘gst_audio_decoder_src_query_default’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:2971:25: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2971 |         if (max_latency == -1 || dec->priv->ctx.max_latency == -1)
      |                         ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:2971:61: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2971 |         if (max_latency == -1 || dec->priv->ctx.max_latency == -1)
      |                                                             ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiofilter.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiofilter.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c: In function ‘gst_audio_decoder_sink_query_default’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:2816:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2816 |     {
      |     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:2828:5: note: here
 2828 |     default:
      |     ^~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c: In function ‘gst_audio_decoder_sink_eventfunc’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:2443:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2443 |     {
      |     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.c:2470:5: note: here
 2470 |     default:
      |     ^~~~~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioiec61937.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioiec61937.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c: In function ‘gst_audio_encoder_get_type’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c:262:7: warning: cast between incompatible function types from ‘void (*)(GstAudioEncoderClass *)’ {aka ‘void (*)(struct _GstAudioEncoderClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  262 |       (GClassInitFunc) gst_audio_encoder_class_init,
      |       ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c:268:5: warning: missing initializer for field ‘value_table’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’} [-Wmissing-field-initializers]
  268 |     };
      |     ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from ../../../gstreamer-lite/gstreamer/gst/gstenumtypes.h:7,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:31,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c:127:
/usr/include/glib-2.0/gobject/gtype.h:1063:26: note: ‘value_table’ declared here
 1063 |   const GTypeValueTable *value_table;
      |                          ^~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c: In function ‘gst_audio_encoder_reset’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c:472:45: warning: cast between incompatible function types from ‘void (*)(GstBuffer *)’ {aka ‘void (*)(struct _GstBuffer *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  472 |     g_list_foreach (enc->priv->ctx.headers, (GFunc) gst_buffer_unref, NULL);
      |                                             ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c:500:48: warning: cast between incompatible function types from ‘void (*)(GstEvent *)’ {aka ‘void (*)(struct _GstEvent *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  500 |     g_list_foreach (enc->priv->pending_events, (GFunc) gst_event_unref, NULL);
      |                                                ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c: In function ‘gst_audio_encoder_finish_frame’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c:848:50: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  848 |         if (avail > 0 && samples * ctx->info.bpf >= avail) {
      |                                                  ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c: In function ‘gst_audio_encoder_src_query_default’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c:1988:25: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1988 |         if (max_latency == -1 || enc->priv->ctx.max_latency == -1)
      |                         ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c:1988:61: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1988 |         if (max_latency == -1 || enc->priv->ctx.max_latency == -1)
      |                                                             ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c: In function ‘gst_audio_encoder_set_headers’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c:2358:45: warning: cast between incompatible function types from ‘void (*)(GstBuffer *)’ {aka ‘void (*)(struct _GstBuffer *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 2358 |     g_list_foreach (enc->priv->ctx.headers, (GFunc) gst_buffer_unref, NULL);
      |                                             ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiometa.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiometa.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c: In function ‘gst_audio_encoder_sink_event_default’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c:1640:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1640 |     {
      |     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.c:1680:5: note: here
 1680 |     default:
      |     ^~~~~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiopack-dist.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiopack-dist.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiopack-dist.c:10: warning: "DISABLE_ORC" redefined
   10 | #define DISABLE_ORC 1
      | 
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiopack-dist.c:5:
../../../gstreamer-lite/projects/build/linux/common/config.h:572: note: this is the location of the previous definition
  572 | #define DISABLE_ORC
      | 
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiopack-dist.c: In function ‘audio_orc_double_to_s32’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiopack-dist.c:6374:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 6374 |       if (tmp == 0x80000000 && !(var36.i & ORC_UINT64_C (0x8000000000000000)))
      |               ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioringbuffer.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioringbuffer.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosink.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosink.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioringbuffer.c: In function ‘gst_audio_ring_buffer_set_sample’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioringbuffer.c:1277:14: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1277 |   if (sample == -1)
      |              ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioringbuffer.c:42:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioringbuffer.c: In function ‘gst_audio_ring_buffer_read’:
/usr/include/glib-2.0/glib/gmacros.h:805:26: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                          ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioringbuffer.c:1799:22: note: in expansion of macro ‘MIN’
 1799 |         sampleslen = MIN (sps, to_read);
      |                      ^~~
/usr/include/glib-2.0/glib/gmacros.h:805:35: warning: operand of ‘?:’ changes signedness from ‘gint’ {aka ‘int’} to ‘guint’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                                   ^~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioringbuffer.c:1799:22: note: in expansion of macro ‘MIN’
 1799 |         sampleslen = MIN (sps, to_read);
      |                      ^~~
/usr/include/glib-2.0/glib/gmacros.h:805:26: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                          ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioringbuffer.c:1816:18: note: in expansion of macro ‘MIN’
 1816 |     sampleslen = MIN (sps - sampleoff, to_read);
      |                  ^~~
/usr/include/glib-2.0/glib/gmacros.h:805:35: warning: operand of ‘?:’ changes signedness from ‘gint’ {aka ‘int’} to ‘guint’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                                   ^~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioringbuffer.c:1816:18: note: in expansion of macro ‘MIN’
 1816 |     sampleslen = MIN (sps - sampleoff, to_read);
      |                  ^~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosink.c: In function ‘gst_audio_sink_ring_buffer_get_type’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosink.c:139:7: warning: cast between incompatible function types from ‘void (*)(GstAudioSinkRingBufferClass *)’ {aka ‘void (*)(struct _GstAudioSinkRingBufferClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  139 |       (GClassInitFunc) gst_audio_sink_ring_buffer_class_init,
      |       ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosink.c: In function ‘gst_audio_sink_ring_buffer_activate’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosink.c:457:9: warning: cast between incompatible function types from ‘void (*)(GstAudioRingBuffer *)’ {aka ‘void (*)(struct _GstAudioRingBuffer *)’} to ‘void * (*)(void *)’ [-Wcast-function-type]
  457 |         (GThreadFunc) audioringbuffer_thread_func, buf, &error);
      |         ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosrc.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosrc.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioutilsprivate.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioutilsprivate.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/streamvolume.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/streamvolume.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/gstfft.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/gstfft.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/gstfftf32.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/gstfftf32.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosrc.c: In function ‘gst_audio_src_ring_buffer_get_type’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosrc.c:124:7: warning: cast between incompatible function types from ‘void (*)(GstAudioSrcRingBufferClass *)’ {aka ‘void (*)(struct _GstAudioSrcRingBufferClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  124 |       (GClassInitFunc) gst_audio_src_ring_buffer_class_init,
      |       ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosrc.c: In function ‘gst_audio_src_ring_buffer_acquire’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosrc.c:395:7: warning: cast between incompatible function types from ‘void (*)(GstAudioRingBuffer *)’ {aka ‘void (*)(struct _GstAudioRingBuffer *)’} to ‘void * (*)(void *)’ [-Wcast-function-type]
  395 |       (GThreadFunc) audioringbuffer_thread_func, buf, NULL);
      |       ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f32.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f32.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f32.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f32.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/streamvolume.c: In function ‘gst_stream_volume_get_type’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/streamvolume.c:76:7: warning: cast between incompatible function types from ‘void (*)(GstStreamVolumeInterface *)’ {aka ‘void (*)(struct _GstStreamVolumeInterface *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
   76 |       (GClassInitFunc) gst_stream_volume_class_init,    /* class_init */
      |       ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/streamvolume.c:82:5: warning: missing initializer for field ‘value_table’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’} [-Wmissing-field-initializers]
   82 |     };
      |     ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from ../../../gstreamer-lite/gstreamer/gst/gstenumtypes.h:7,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:31,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/streamvolume.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/streamvolume.c:48:
/usr/include/glib-2.0/gobject/gtype.h:1063:26: note: ‘value_table’ declared here
 1063 |   const GTypeValueTable *value_table;
      |                          ^~~~~~~~~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer-types.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer-types.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:338:3: warning: missing initializer for field ‘ext’ of ‘FormatInfo’ [-Wmissing-field-initializers]
  338 |   {"application/x-id3", N_("ID3 tag"), FLAG_CONTAINER},
      |   ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:67:9: note: ‘ext’ declared here
   67 |   gchar ext[5];                 /* file extension */
      |         ^~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:339:3: warning: missing initializer for field ‘ext’ of ‘FormatInfo’ [-Wmissing-field-initializers]
  339 |   {"video/x-flv", "Flash", FLAG_CONTAINER},
      |   ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:67:9: note: ‘ext’ declared here
   67 |   gchar ext[5];                 /* file extension */
      |         ^~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:342:3: warning: missing initializer for field ‘ext’ of ‘FormatInfo’ [-Wmissing-field-initializers]
  342 |   {"audio/aiff", "Audio Interchange File Format (AIFF)", 0},
      |   ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:67:9: note: ‘ext’ declared here
   67 |   gchar ext[5];                 /* file extension */
      |         ^~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:343:3: warning: missing initializer for field ‘ext’ of ‘FormatInfo’ [-Wmissing-field-initializers]
  343 |   {"audio/x-aiff", "Audio Interchange File Format (AIFF)", 0},
      |   ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:67:9: note: ‘ext’ declared here
   67 |   gchar ext[5];                 /* file extension */
      |         ^~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:344:3: warning: missing initializer for field ‘ext’ of ‘FormatInfo’ [-Wmissing-field-initializers]
  344 |   {"audio/x-wav", "WAV", 0},
      |   ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:67:9: note: ‘ext’ declared here
   67 |   gchar ext[5];                 /* file extension */
      |         ^~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:347:3: warning: missing initializer for field ‘ext’ of ‘FormatInfo’ [-Wmissing-field-initializers]
  347 |   {"video/x-vp6", "On2 VP6", 0},
      |   ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:67:9: note: ‘ext’ declared here
   67 |   gchar ext[5];                 /* file extension */
      |         ^~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:356:3: warning: missing initializer for field ‘ext’ of ‘FormatInfo’ [-Wmissing-field-initializers]
  356 |   {"audio/mpeg", NULL, 0},
      |   ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:67:9: note: ‘ext’ declared here
   67 |   gchar ext[5];                 /* file extension */
      |         ^~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:357:3: warning: missing initializer for field ‘ext’ of ‘FormatInfo’ [-Wmissing-field-initializers]
  357 |   {"audio/x-raw-int", NULL, 0},
      |   ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:67:9: note: ‘ext’ declared here
   67 |   gchar ext[5];                 /* file extension */
      |         ^~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:358:3: warning: missing initializer for field ‘ext’ of ‘FormatInfo’ [-Wmissing-field-initializers]
  358 |   {"audio/x-raw-float", NULL, 0}
      |   ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:67:9: note: ‘ext’ declared here
   67 |   gchar ext[5];                 /* file extension */
      |         ^~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c: In function ‘format_info_get_desc’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.c:514:57: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘const unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  514 |       } else if (GST_VIDEO_FORMAT_INFO_N_PLANES (finfo) == n_semi) {
      |                                                         ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c: In function ‘gst_codec_utils_aac_get_sample_rate’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c:207:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstBitReader’ [-Wmissing-field-initializers]
  207 |   GstBitReader br = GST_BIT_READER_INIT (audio_config, len);
      |   ^~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/libs/gst/base/base.h:35,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c:40:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbitreader.h:51:12: note: ‘_gst_reserved’ declared here
   51 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c: In function ‘gst_codec_utils_aac_get_profile’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c:268:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstBitReader’ [-Wmissing-field-initializers]
  268 |   GstBitReader br = GST_BIT_READER_INIT (audio_config, len);
      |   ^~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/libs/gst/base/base.h:35,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c:40:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbitreader.h:51:12: note: ‘_gst_reserved’ declared here
   51 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c: In function ‘gst_codec_utils_aac_get_level’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c:343:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstBitReader’ [-Wmissing-field-initializers]
  343 |   GstBitReader br = GST_BIT_READER_INIT (audio_config, len);
      |   ^~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/libs/gst/base/base.h:35,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c:40:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbitreader.h:51:12: note: ‘_gst_reserved’ declared here
   51 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/missing-plugins.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/missing-plugins.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.c: In function ‘discoverer_reset’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.c:415:45: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  415 |     g_list_foreach (dc->priv->pending_uris, (GFunc) g_free, NULL);
      |                                             ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.c: In function ‘gst_discoverer_start’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.c:2434:34: warning: cast between incompatible function types from ‘gboolean (*)(GstBus *, GstMessage *, void *)’ {aka ‘int (*)(struct _GstBus *, struct _GstMessage *, void *)’} to ‘gboolean (*)(void *)’ {aka ‘int (*)(void *)’} [-Wcast-function-type]
 2434 |   g_source_set_callback (source, (GSourceFunc) gst_bus_async_signal_func,
      |                                  ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/pbutils.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/pbutils.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/pbutils-enumtypes.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/pbutils-enumtypes.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstid3tag.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstid3tag.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c: In function ‘gst_riff_create_video_caps’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:989:23: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  989 |         for (n = 0; n < num_colors; n++) {
      |                       ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c: In function ‘gst_riff_wavext_add_channel_mask’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1051:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
 1051 |   for (i = 0; i < MAX_CHANNEL_POSITIONS; ++i) {
      |                 ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c: In function ‘gst_riff_wavext_get_default_channel_mask’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1178:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1178 |       channel_mask |= 0x00200;
      |       ~~~~~~~~~~~~~^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1179:5: note: here
 1179 |     case 9:
      |     ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1180:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1180 |       channel_mask |= 0x00100;
      |       ~~~~~~~~~~~~~^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1181:5: note: here
 1181 |     case 8:
      |     ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1183:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1183 |       channel_mask |= 0x00040;
      |       ~~~~~~~~~~~~~^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1184:5: note: here
 1184 |     case 6:
      |     ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1186:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1186 |       channel_mask |= 0x00010;
      |       ~~~~~~~~~~~~~^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1187:5: note: here
 1187 |     case 4:
      |     ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1188:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1188 |       channel_mask |= 0x00008;
      |       ~~~~~~~~~~~~~^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1189:5: note: here
 1189 |     case 3:
      |     ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1190:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1190 |       channel_mask |= 0x00004;
      |       ~~~~~~~~~~~~~^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.c:1191:5: note: here
 1191 |     case 2:
      |     ^~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstid3tag.c: In function ‘gst_tag_from_id3_user_tag’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstid3tag.c:195:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  195 |   for (i = 0; i < G_N_ELEMENTS (user_tag_matches); ++i) {
      |                 ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2.c: In function ‘id3v2_read_synch_uint’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2.c:67:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
   67 |   for (i = 0; i <= size; i++) {
      |                 ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2.c:77:19: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
   77 |     for (i = 0; i <= size; i++) {
      |                   ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2.c: In function ‘convert_fid_to_v240’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2.c:384:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
  384 |   for (i = 0; i < G_N_ELEMENTS (obsolete_frame_ids); ++i) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2.c:389:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
  389 |   for (i = 0; i < G_N_ELEMENTS (frame_id_conversions); ++i) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2.c: In function ‘id3v2_frames_to_tag_list’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2.c:478:38: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
  478 |     if (5 + work->hdr.ext_flag_bytes > work->hdr.frame_data_size) {
      |                                      ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c: In function ‘gst_tag_demux_get_type’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:189:5: warning: missing initializer for field ‘value_table’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’} [-Wmissing-field-initializers]
  189 |     };
      |     ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from ../../../gstreamer-lite/gstreamer/gst/gstenumtypes.h:7,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:31,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.h:24,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:63:
/usr/include/glib-2.0/gobject/gtype.h:1063:26: note: ‘value_table’ declared here
 1063 |   const GTypeValueTable *value_table;
      |                          ^~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c: In function ‘gst_tag_demux_reset’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:270:7: warning: cast between incompatible function types from ‘void (*)(GstMiniObject *)’ {aka ‘void (*)(struct _GstMiniObject *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  270 |       (GFunc) gst_mini_object_unref, NULL);
      |       ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2.c:522:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  522 |         read_synch_size = FALSE;        /* 2.3 frame size is not synch-safe */
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2.c:523:7: note: here
  523 |       case 4:
      |       ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c: In function ‘gst_tag_demux_read_range’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:1676:26: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1676 |   if (in_offset + length >= demux->priv->upstream_size - demux->priv->strip_end) {
      |                          ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:1677:44: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1677 |     if (in_offset + demux->priv->strip_end >= demux->priv->upstream_size)
      |                                            ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c: In function ‘gst_tag_demux_send_new_segment’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:1880:17: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 1880 |       if (start >= v1tag_offset) {
      |                 ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:1887:30: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 1887 |       if (stop != -1 && stop >= v1tag_offset) {
      |                              ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c: In function ‘gst_tag_demux_chain_buffer’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:627:36: warning: this statement may fall through [-Wimplicit-fallthrough=]
  627 |     case GST_TAG_DEMUX_TYPEFINDING:{
      |                                    ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.c:683:5: note: here
  683 |     case GST_TAG_DEMUX_STREAMING:{
      |     ^~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/lang.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/lang.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.c: In function ‘id3v2_parse_frame’:
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tags.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tags.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.c:229:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  229 |       for (t = 0; t < tag_fields->len; t++) {
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.c: In function ‘parse_id_string’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.c:453:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  453 |   for (len = 0; len < work->parse_size - 1; ++len) {
      |                     ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.c: In function ‘parse_picture_frame’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.c:600:24: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  600 |   if (work->parse_size < len + 1 + 1 + 1)
      |                        ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.c:626:24: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  626 |   if (work->parse_size < len + 1)
      |                        ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.c: In function ‘id3v2_genre_fields_to_taglist’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.c:936:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  936 |   for (i = 0; i < tag_fields->len; i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.c: In function ‘free_tag_strings’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.c:1258:19: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 1258 |     for (i = 0; i < fields->len; i++) {
      |                   ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tags.c: In function ‘gst_tag_freeform_string_to_utf8’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tags.c:390:24: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  390 |         if (bytes_read == ssize)
      |                        ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tags.c:412:26: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  412 |           if (bytes_read == size) {
      |                          ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tags.c:430:22: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  430 |       if (bytes_read == size) {
      |                      ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tags.c:458:36: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  458 |     if (utf8 != NULL && bytes_read == size)
      |                                    ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/lang.c: In function ‘gst_tag_get_iso_639_ht’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/lang.c:208:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  208 |     for (i = 0; i < G_N_ELEMENTS (iso_639_codes); ++i) {
      |                   ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/lang.c: In function ‘gst_tag_get_language_code_iso_639_1’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/lang.c:366:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  366 |   for (i = 0; i < G_N_ELEMENTS (iso_639_codes); ++i) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/lang.c: In function ‘gst_tag_get_language_code_iso_639_2X’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/lang.c:393:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  393 |   for (i = 0; i < G_N_ELEMENTS (iso_639_codes); ++i) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/lang.c:404:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  404 |       } else if ((i + 1) < G_N_ELEMENTS (iso_639_codes) &&
      |                          ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tag-enumtypes.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tag-enumtypes.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-chroma.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-chroma.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-color.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-color.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-converter.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-converter.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.o
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-color.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-color.c:30:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-color.c: In function ‘gst_video_color_primaries_get_info’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-color.c:312:42: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  312 |   g_return_val_if_fail ((gint) primaries <
      |                                          ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:637:9: note: in expansion of macro ‘G_LIKELY’
  637 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-color.c:312:3: note: in expansion of macro ‘g_return_val_if_fail’
  312 |   g_return_val_if_fail ((gint) primaries <
      |   ^~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-chroma.c: In function ‘gst_video_chroma_from_string’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-chroma.c:95:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
   95 |   for (i = 0; i < G_N_ELEMENTS (chromasite); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-chroma.c: In function ‘gst_video_chroma_to_string’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-chroma.c:114:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
  114 |   for (i = 0; i < G_N_ELEMENTS (chromasite); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.c: In function ‘gst_video_guess_framerate’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.c:148:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  148 |   for (i = 0; i < G_N_ELEMENTS (common_den); i++) {
      |                 ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-enumtypes.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-enumtypes.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-info.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-info.o
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c: In function ‘unpack_GRAY10_LE32’:
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-multiview.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-multiview.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:4751:31: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
 4751 |       if (G_UNLIKELY (pix + c < x))
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:4751:11: note: in expansion of macro ‘G_UNLIKELY’
 4751 |       if (G_UNLIKELY (pix + c < x))
      |           ^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c: In function ‘unpack_NV12_10LE32’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:4870:31: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
 4870 |       if (G_UNLIKELY (pix + c < x))
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:4870:11: note: in expansion of macro ‘G_UNLIKELY’
 4870 |       if (G_UNLIKELY (pix + c < x))
      |           ^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c: In function ‘unpack_NV16_10LE32’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5023:31: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
 5023 |       if (G_UNLIKELY (pix + c < x))
      |                               ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5023:11: note: in expansion of macro ‘G_UNLIKELY’
 5023 |       if (G_UNLIKELY (pix + c < x))
      |           ^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c: At top level:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5476:11: warning: missing initializer for field ‘w_sub’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5476 |           PSTR0, PLANE_NA, OFFS0}},
      |           ^~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:418:9: note: ‘w_sub’ declared here
  418 |   guint w_sub[GST_VIDEO_MAX_COMPONENTS];
      |         ^~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5478:11: warning: missing initializer for field ‘w_sub’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5478 |           GST_VIDEO_FORMAT_FLAG_COMPLEX, DPTH0, PSTR0, PLANE_NA, OFFS0}},
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:418:9: note: ‘w_sub’ declared here
  418 |   guint w_sub[GST_VIDEO_MAX_COMPONENTS];
      |         ^~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5480:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5480 |   MAKE_YUV_FORMAT (I420, "raw video", GST_MAKE_FOURCC ('I', '4', '2', '0'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5482:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5482 |   MAKE_YUV_FORMAT (YV12, "raw video", GST_MAKE_FOURCC ('Y', 'V', '1', '2'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5484:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5484 |   MAKE_YUV_FORMAT (YUY2, "raw video", GST_MAKE_FOURCC ('Y', 'U', 'Y', '2'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5486:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5486 |   MAKE_YUV_FORMAT (UYVY, "raw video", GST_MAKE_FOURCC ('U', 'Y', 'V', 'Y'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5488:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5488 |   MAKE_YUVA_PACK_FORMAT (AYUV, "raw video", GST_MAKE_FOURCC ('A', 'Y', 'U',
      |   ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5490:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5490 |   MAKE_RGB_FORMAT (RGBx, "raw video", DPTH888, PSTR444, PLANE0, OFFS012,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5492:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5492 |   MAKE_RGB_FORMAT (BGRx, "raw video", DPTH888, PSTR444, PLANE0, OFFS210,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5494:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5494 |   MAKE_RGB_FORMAT (xRGB, "raw video", DPTH888, PSTR444, PLANE0, OFFS123,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5496:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5496 |   MAKE_RGB_FORMAT (xBGR, "raw video", DPTH888, PSTR444, PLANE0, OFFS321,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5498:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5498 |   MAKE_RGBA_FORMAT (RGBA, "raw video", DPTH8888, PSTR4444, PLANE0, OFFS0123,
      |   ^~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5500:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5500 |   MAKE_RGBA_FORMAT (BGRA, "raw video", DPTH8888, PSTR4444, PLANE0, OFFS2103,
      |   ^~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5502:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5502 |   MAKE_RGBA_PACK_FORMAT (ARGB, "raw video", DPTH8888, PSTR4444, PLANE0,
      |   ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5504:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5504 |   MAKE_RGBA_FORMAT (ABGR, "raw video", DPTH8888, PSTR4444, PLANE0, OFFS3210,
      |   ^~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5506:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5506 |   MAKE_RGB_FORMAT (RGB, "raw video", DPTH888, PSTR333, PLANE0, OFFS012, SUB444,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5508:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5508 |   MAKE_RGB_FORMAT (BGR, "raw video", DPTH888, PSTR333, PLANE0, OFFS210, SUB444,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5511:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5511 |   MAKE_YUV_FORMAT (Y41B, "raw video", GST_MAKE_FOURCC ('Y', '4', '1', 'B'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5513:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5513 |   MAKE_YUV_FORMAT (Y42B, "raw video", GST_MAKE_FOURCC ('Y', '4', '2', 'B'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5515:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5515 |   MAKE_YUV_FORMAT (YVYU, "raw video", GST_MAKE_FOURCC ('Y', 'V', 'Y', 'U'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5517:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5517 |   MAKE_YUV_FORMAT (Y444, "raw video", GST_MAKE_FOURCC ('Y', '4', '4', '4'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5519:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5519 |   MAKE_YUV_C_FORMAT (v210, "raw video", GST_MAKE_FOURCC ('v', '2', '1', '0'),
      |   ^~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5521:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5521 |   MAKE_YUV_FORMAT (v216, "raw video", GST_MAKE_FOURCC ('v', '2', '1', '6'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5523:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5523 |   MAKE_YUV_FORMAT (NV12, "raw video", GST_MAKE_FOURCC ('N', 'V', '1', '2'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5525:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5525 |   MAKE_YUV_FORMAT (NV21, "raw video", GST_MAKE_FOURCC ('N', 'V', '2', '1'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5528:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5528 |   MAKE_GRAY_FORMAT (GRAY8, "raw video", DPTH8, PSTR1, PLANE0, OFFS0, SUB4,
      |   ^~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5530:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5530 |   MAKE_GRAY_FORMAT (GRAY16_BE, "raw video", DPTH16, PSTR2, PLANE0, OFFS0, SUB4,
      |   ^~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5532:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5532 |   MAKE_GRAY_LE_FORMAT (GRAY16_LE, "raw video", DPTH16, PSTR2, PLANE0, OFFS0,
      |   ^~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5535:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5535 |   MAKE_YUV_FORMAT (v308, "raw video", GST_MAKE_FOURCC ('v', '3', '0', '8'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5539:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5539 |   MAKE_RGB_LE_FORMAT (RGB16, "raw video", DPTH565, PSTR222, PLANE0, OFFS0,
      |   ^~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5541:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5541 |   MAKE_RGB_LE_FORMAT (BGR16, "raw video", DPTH565, PSTR222, PLANE0, OFFS0,
      |   ^~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5543:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5543 |   MAKE_RGB_LE_FORMAT (RGB15, "raw video", DPTH555, PSTR222, PLANE0, OFFS0,
      |   ^~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5545:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5545 |   MAKE_RGB_LE_FORMAT (BGR15, "raw video", DPTH555, PSTR222, PLANE0, OFFS0,
      |   ^~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5558:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5558 |   MAKE_YUV_C_FORMAT (UYVP, "raw video", GST_MAKE_FOURCC ('U', 'Y', 'V', 'P'),
      |   ^~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5560:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5560 |   MAKE_YUVA_FORMAT (A420, "raw video", GST_MAKE_FOURCC ('A', '4', '2', '0'),
      |   ^~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5562:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5562 |   MAKE_RGBAP_FORMAT (RGB8P, "raw video", DPTH8_32, PSTR14, PLANE01,
      |   ^~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5564:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5564 |   MAKE_YUV_FORMAT (YUV9, "raw video", GST_MAKE_FOURCC ('Y', 'U', 'V', '9'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5566:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5566 |   MAKE_YUV_FORMAT (YVU9, "raw video", GST_MAKE_FOURCC ('Y', 'V', 'U', '9'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5568:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5568 |   MAKE_YUV_FORMAT (IYU1, "raw video", GST_MAKE_FOURCC ('I', 'Y', 'U', '1'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5571:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5571 |   MAKE_RGBA_LE_PACK_FORMAT (ARGB64, "raw video", DPTH16_16_16_16, PSTR8888,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5574:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5574 |   MAKE_YUVA_LE_PACK_FORMAT (AYUV64, "raw video", 0x00000000, DPTH16_16_16_16,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5582:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5582 |   MAKE_RGB_FORMAT (r210, "raw video", DPTH10_10_10, PSTR444, PLANE0, OFFS0,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5584:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5584 |   MAKE_YUV_FORMAT (I420_10BE, "raw video", 0x00000000, DPTH10_10_10,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5586:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5586 |   MAKE_YUV_LE_FORMAT (I420_10LE, "raw video", 0x00000000, DPTH10_10_10,
      |   ^~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5588:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5588 |   MAKE_YUV_FORMAT (I422_10BE, "raw video", 0x00000000, DPTH10_10_10,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5590:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5590 |   MAKE_YUV_LE_FORMAT (I422_10LE, "raw video", 0x00000000, DPTH10_10_10,
      |   ^~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5592:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5592 |   MAKE_YUV_FORMAT (Y444_10BE, "raw video", 0x00000000, DPTH10_10_10,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5594:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5594 |   MAKE_YUV_LE_FORMAT (Y444_10LE, "raw video", 0x00000000, DPTH10_10_10,
      |   ^~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5596:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5596 |   MAKE_RGB_FORMAT (GBR, "raw video", DPTH888, PSTR111, PLANE201, OFFS0, SUB444,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5598:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5598 |   MAKE_RGB_FORMAT (GBR_10BE, "raw video", DPTH10_10_10, PSTR222, PLANE201,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5600:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5600 |   MAKE_RGB_LE_FORMAT (GBR_10LE, "raw video", DPTH10_10_10, PSTR222, PLANE201,
      |   ^~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5602:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5602 |   MAKE_YUV_FORMAT (NV16, "raw video", GST_MAKE_FOURCC ('N', 'V', '1', '6'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5604:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5604 |   MAKE_YUV_FORMAT (NV24, "raw video", GST_MAKE_FOURCC ('N', 'V', '2', '4'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5606:3: warning: missing initializer for field ‘_gst_reserved’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5606 |   MAKE_YUV_T_FORMAT (NV12_64Z32, "raw video",
      |   ^~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:431:12: note: ‘_gst_reserved’ declared here
  431 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5609:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5609 |   MAKE_YUVA_FORMAT (A420_10BE, "raw video", 0x00000000, DPTH10_10_10_10,
      |   ^~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5611:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5611 |   MAKE_YUVA_LE_FORMAT (A420_10LE, "raw video", 0x00000000, DPTH10_10_10_10,
      |   ^~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5613:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5613 |   MAKE_YUVA_FORMAT (A422_10BE, "raw video", 0x00000000, DPTH10_10_10_10,
      |   ^~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5615:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5615 |   MAKE_YUVA_LE_FORMAT (A422_10LE, "raw video", 0x00000000, DPTH10_10_10_10,
      |   ^~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5617:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5617 |   MAKE_YUVA_FORMAT (A444_10BE, "raw video", 0x00000000, DPTH10_10_10_10,
      |   ^~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5619:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5619 |   MAKE_YUVA_LE_FORMAT (A444_10LE, "raw video", 0x00000000, DPTH10_10_10_10,
      |   ^~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5621:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5621 |   MAKE_YUV_FORMAT (NV61, "raw video", GST_MAKE_FOURCC ('N', 'V', '6', '1'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5623:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5623 |   MAKE_YUV_FORMAT (P010_10BE, "raw video", 0x00000000, DPTH10_10_10_HI,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5625:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5625 |   MAKE_YUV_LE_FORMAT (P010_10LE, "raw video", 0x00000000, DPTH10_10_10_HI,
      |   ^~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5627:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5627 |   MAKE_YUV_FORMAT (IYU2, "raw video", GST_MAKE_FOURCC ('I', 'Y', 'U', '2'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5629:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5629 |   MAKE_YUV_FORMAT (VYUY, "raw video", GST_MAKE_FOURCC ('V', 'Y', 'U', 'Y'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5631:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5631 |   MAKE_RGBA_FORMAT (GBRA, "raw video", DPTH8888, PSTR1111, PLANE2013,
      |   ^~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5633:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5633 |   MAKE_RGBA_FORMAT (GBRA_10BE, "raw video", DPTH10_10_10_10, PSTR2222,
      |   ^~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5635:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5635 |   MAKE_RGBA_LE_FORMAT (GBRA_10LE, "raw video", DPTH10_10_10_10, PSTR2222,
      |   ^~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5637:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5637 |   MAKE_RGB_FORMAT (GBR_12BE, "raw video", DPTH12_12_12, PSTR222, PLANE201,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5639:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5639 |   MAKE_RGB_LE_FORMAT (GBR_12LE, "raw video", DPTH12_12_12, PSTR222, PLANE201,
      |   ^~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5641:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5641 |   MAKE_RGBA_FORMAT (GBRA_12BE, "raw video", DPTH12_12_12_12, PSTR2222,
      |   ^~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5643:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5643 |   MAKE_RGBA_LE_PACK_FORMAT (GBRA_12LE, "raw video", DPTH12_12_12_12, PSTR2222,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5645:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5645 |   MAKE_YUV_FORMAT (I420_12BE, "raw video", 0x00000000, DPTH12_12_12,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5647:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5647 |   MAKE_YUV_LE_FORMAT (I420_12LE, "raw video", 0x00000000, DPTH12_12_12,
      |   ^~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5649:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5649 |   MAKE_YUV_FORMAT (I422_12BE, "raw video", 0x00000000, DPTH12_12_12,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5651:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5651 |   MAKE_YUV_LE_FORMAT (I422_12LE, "raw video", 0x00000000, DPTH12_12_12,
      |   ^~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5653:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5653 |   MAKE_YUV_FORMAT (Y444_12BE, "raw video", 0x00000000, DPTH12_12_12,
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5655:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5655 |   MAKE_YUV_LE_FORMAT (Y444_12LE, "raw video", 0x00000000, DPTH12_12_12,
      |   ^~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5657:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5657 |   MAKE_GRAY_C_LE_FORMAT (GRAY10_LE32, "raw video", DPTH10, PSTR0, PLANE0, OFFS0,
      |   ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5659:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5659 |   MAKE_YUV_C_LE_FORMAT (NV12_10LE32, "raw video",
      |   ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5662:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5662 |   MAKE_YUV_C_LE_FORMAT (NV16_10LE32, "raw video",
      |   ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5665:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5665 |   MAKE_YUV_C_LE_FORMAT (NV12_10LE40, "raw video",
      |   ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5668:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5668 |   MAKE_YUV_FORMAT (Y210, "raw video", GST_MAKE_FOURCC ('Y', '2', '1', '0'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5670:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5670 |   MAKE_YUV_FORMAT (Y410, "raw video", GST_MAKE_FOURCC ('Y', '4', '1', '0'),
      |   ^~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5672:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5672 |   MAKE_YUVA_PACK_FORMAT (VUYA, "raw video", GST_MAKE_FOURCC ('V', 'U', 'Y',
      |   ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5674:3: warning: missing initializer for field ‘tile_mode’ of ‘GstVideoFormatInfo’ {aka ‘struct _GstVideoFormatInfo’} [-Wmissing-field-initializers]
 5674 |   MAKE_RGBA_LE_PACK_FORMAT (BGR10A2_LE, "raw video", DPTH10_10_10_2, PSTR4444,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:426:20: note: ‘tile_mode’ declared here
  426 |   GstVideoTileMode tile_mode;
      |                    ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c: In function ‘gst_video_format_from_rgb32_masks’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5682:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 5682 |   if (red_mask == 0xff000000 && green_mask == 0x00ff0000 &&
      |                ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5687:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 5687 |       blue_mask == 0xff000000) {
      |                 ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c: In function ‘gst_video_format_from_rgba32_masks’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5706:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 5706 |   if (red_mask == 0xff000000 && green_mask == 0x00ff0000 &&
      |                ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5711:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 5711 |       blue_mask == 0xff000000 && alpha_mask == 0x000000ff) {
      |                 ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5715:45: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 5715 |       blue_mask == 0x000000ff && alpha_mask == 0xff000000) {
      |                                             ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5719:45: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 5719 |       blue_mask == 0x00ff0000 && alpha_mask == 0xff000000) {
      |                                             ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c: In function ‘gst_video_format_to_fourcc’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5974:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
 5974 |   if ((gint) format >= G_N_ELEMENTS (formats))
      |                     ^~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c: In function ‘gst_video_format_to_string’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:5994:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
 5994 |   if ((gint) format >= G_N_ELEMENTS (formats))
      |                     ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.h:23,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:29:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c: In function ‘gst_video_format_get_info’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:6011:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
 6011 |   g_return_val_if_fail ((gint) format < G_N_ELEMENTS (formats), NULL);
      |                                       ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:637:9: note: in expansion of macro ‘G_LIKELY’
  637 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:6011:3: note: in expansion of macro ‘g_return_val_if_fail’
 6011 |   g_return_val_if_fail ((gint) format < G_N_ELEMENTS (formats), NULL);
      |   ^~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c: In function ‘gst_video_format_get_palette’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:6032:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
 6032 |   g_return_val_if_fail ((gint) format < G_N_ELEMENTS (formats), NULL);
      |                                       ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:637:9: note: in expansion of macro ‘G_LIKELY’
  637 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c:6032:3: note: in expansion of macro ‘g_return_val_if_fail’
 6032 |   g_return_val_if_fail ((gint) format < G_N_ELEMENTS (formats), NULL);
      |   ^~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-multiview.c: In function ‘gst_video_multiview_mode_to_caps_string’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-multiview.c:80:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
   80 |   for (i = 0; i < G_N_ELEMENTS (gst_multiview_modes); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-multiview.c: In function ‘gst_video_multiview_mode_from_caps_string’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-multiview.c:106:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
  106 |   for (i = 0; i < G_N_ELEMENTS (gst_multiview_modes); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-info.c: In function ‘gst_video_interlace_mode_from_string’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-info.c:324:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
  324 |   for (i = 0; i < G_N_ELEMENTS (interlace_mode); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-info.c: In function ‘gst_video_field_order_from_string’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-info.c:372:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
  372 |   for (i = 0; i < G_N_ELEMENTS (field_order); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-info.c: In function ‘gst_video_info_is_equal’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-info.c:618:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘const unsigned int’} [-Wsign-compare]
  618 |   for (i = 0; i < info->finfo->n_planes; i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-info.c: In function ‘fill_planes’:
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-info.c:762:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘const unsigned int’} [-Wsign-compare]
  762 |   for (i = 0; i < GST_VIDEO_INFO_N_COMPONENTS (info); i++)
      |                 ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-orc-dist.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-orc-dist.o
../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-orc-dist.c:10: warning: "DISABLE_ORC" redefined
   10 | #define DISABLE_ORC 1
      | 
In file included from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-orc-dist.c:5:
../../../gstreamer-lite/projects/build/linux/common/config.h:572: note: this is the location of the previous definition
  572 | #define DISABLE_ORC
      | 
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-tile.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-tile.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiofx.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofx.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanorama.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanorama.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst/audioconvert/plugin.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/audioconvert/plugin.o
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanorama.c: In function ‘gst_audio_panorama_transform_caps’:
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanorama.c:316:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  316 |   for (i = 0; i < gst_caps_get_size (res); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c: In function ‘audiopanoramam_orc_process_s16_ch1_psy’:
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:722:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
  722 |       if (tmp == 0x80000000 && !(var43.x2[0] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:729:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
  729 |       if (tmp == 0x80000000 && !(var43.x2[1] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c: In function ‘audiopanoramam_orc_process_s16_ch2_psy_right’:
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:1207:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 1207 |       if (tmp == 0x80000000 && !(var47.x2[0] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:1214:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 1214 |       if (tmp == 0x80000000 && !(var47.x2[1] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c: In function ‘audiopanoramam_orc_process_s16_ch2_psy_left’:
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:1527:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 1527 |       if (tmp == 0x80000000 && !(var47.x2[0] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:1534:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 1534 |       if (tmp == 0x80000000 && !(var47.x2[1] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c: In function ‘audiopanoramam_orc_process_s16_ch1_sim_right’:
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:2326:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 2326 |       if (tmp == 0x80000000 && !(var41.x2[0] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:2333:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 2333 |       if (tmp == 0x80000000 && !(var41.x2[1] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c: In function ‘audiopanoramam_orc_process_s16_ch1_sim_left’:
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:2548:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 2548 |       if (tmp == 0x80000000 && !(var41.x2[0] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:2555:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 2555 |       if (tmp == 0x80000000 && !(var41.x2[1] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c: In function ‘audiopanoramam_orc_process_s16_ch2_sim_right’:
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:2786:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 2786 |       if (tmp == 0x80000000 && !(var43.x2[0] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:2793:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 2793 |       if (tmp == 0x80000000 && !(var43.x2[1] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c: In function ‘audiopanoramam_orc_process_s16_ch2_sim_left’:
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:3045:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 3045 |       if (tmp == 0x80000000 && !(var43.x2[0] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.c:3052:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 3052 |       if (tmp == 0x80000000 && !(var43.x2[1] & 0x80000000))
      |               ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst/audioconvert/gstaudioconvert.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/audioconvert/gstaudioconvert.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiff.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-bad/gst/aiff/aiff.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst/app/gstapp.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/app/gstapp.o
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.h:25,
                 from ../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c:55:
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c: In function ‘gst_aiff_parse_perform_seek’:
/usr/include/glib-2.0/glib/gmacros.h:805:26: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                          ^
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c:476:26: note: in expansion of macro ‘MIN’
  476 |       aiff->end_offset = MIN (aiff->end_offset, upstream_size);
      |                          ^~~
/usr/include/glib-2.0/glib/gmacros.h:805:41: warning: operand of ‘?:’ changes signedness from ‘gint64’ {aka ‘long int’} to ‘guint64’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                                         ^~~
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c:476:26: note: in expansion of macro ‘MIN’
  476 |       aiff->end_offset = MIN (aiff->end_offset, upstream_size);
      |                          ^~~
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c:515:18: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
  515 |     if (position != aiff->segment.position) {
      |                  ^~
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c: In function ‘gst_aiff_parse_parse_comm’:
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c:720:17: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  720 |   if (info.size < size)
      |                 ^
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c: In function ‘gst_aiff_parse_stream_headers’:
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c:1144:40: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1144 |     if (upstream_size && (aiff->offset >= upstream_size)) {
      |                                        ^~
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c: In function ‘gst_aiff_parse_loop’:
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c:1536:41: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1536 |         if ((stop = aiff->segment.stop) == -1)
      |                                         ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.o
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c: In function ‘gst_aiff_parse_sink_event’:
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c:1958:42: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 1958 |       if (aiff->end_offset > 0 && offset < aiff->end_offset &&
      |                                          ^
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c:1959:18: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 1959 |           offset >= aiff->datastart && end_offset == -1) {
      |                  ^~
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c: In function ‘gst_aiff_parse_chain’:
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c:1574:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1574 |       if (aiff->state != AIFF_PARSE_HEADER)
      |          ^
../../../gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.c:1578:5: note: here
 1578 |     case AIFF_PARSE_HEADER:
      |     ^~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.o
../../../gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c: In function ‘mpeg_sys_is_valid_pack’:
../../../gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.c:2193:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 2193 |     if ((14 + stuff_len + 4) <= len) {
      |                              ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/parsersplugin.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audioparsers/parsersplugin.o
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c: In function ‘gst_mp3parse_validate_extended’:
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:393:18: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  393 |     if (map.size < offset + 4) {
      |                  ^
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c: In function ‘gst_mp3parse_find_freerate’:
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:543:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  543 |   for (; offset < available; ++offset) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:546:19: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  546 |     if (available < offset + 4) {
      |                   ^
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c: In function ‘gst_mpeg_audio_parse_handle_frame’:
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:671:16: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  671 |   if (channels != mp3parse->channels || rate != mp3parse->rate ||
      |                ^~
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:671:46: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  671 |   if (channels != mp3parse->channels || rate != mp3parse->rate ||
      |                                              ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.o
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:672:13: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  672 |       layer != mp3parse->layer || version != mp3parse->version)
      |             ^~
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:672:43: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  672 |       layer != mp3parse->layer || version != mp3parse->version)
      |                                           ^~
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:781:18: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
  781 |   if (res && bpf <= map.size) {
      |                  ^~
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c: In function ‘gst_mpeg_audio_parse_handle_first_frame’:
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:832:13: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  832 |   if (avail >= offset_xing + 4) {
      |             ^~
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:835:13: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  835 |   if (avail >= offset_vbri + 4) {
      |             ^~
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:1021:15: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1021 |     if (avail < offset_vbri + 26) {
      |               ^
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.h:26,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:51:
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c: In function ‘gst_mpeg_audio_parse_time_to_bytepos’:
/usr/include/glib-2.0/glib/gmacros.h:811:36: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  811 | #define CLAMP(x, low, high)  (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
      |                                    ^
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:1219:9: note: in expansion of macro ‘CLAMP’
 1219 |     i = CLAMP (i, 0, mp3parse->vbri_seek_points - 1);
      |         ^~~~~
/usr/include/glib-2.0/glib/gmacros.h:811:57: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘guint’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare]
  811 | #define CLAMP(x, low, high)  (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
      |                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:1219:9: note: in expansion of macro ‘CLAMP’
 1219 |     i = CLAMP (i, 0, mp3parse->vbri_seek_points - 1);
      |         ^~~~~
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:1227:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 1227 |     if (i + 1 < mp3parse->vbri_seek_points) {
      |               ^
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c: In function ‘gst_mpeg_audio_parse_bytepos_to_time’:
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:1284:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 1284 |     } while (i + 1 < mp3parse->vbri_seek_points
      |                    ^
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:1285:47: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1285 |         && sum + mp3parse->vbri_seek_table[i] < bytepos);
      |                                               ^
../../../gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.c:1292:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 1292 |     if (i + 1 < mp3parse->vbri_seek_points) {
      |               ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizernbands.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizernbands.o
../../../gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.c: In function ‘gst_iir_equalizer_band_get_type’:
../../../gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.c:334:7: warning: cast between incompatible function types from ‘void (*)(GstIirEqualizerBandClass *)’ {aka ‘void (*)(struct _GstIirEqualizerBandClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  334 |       (GClassInitFunc) gst_iir_equalizer_band_class_init,
      |       ^
../../../gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.c:340:5: warning: missing initializer for field ‘value_table’ of ‘GTypeInfo’ {aka ‘const struct _GTypeInfo’} [-Wmissing-field-initializers]
  340 |     };
      |     ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from ../../../gstreamer-lite/gstreamer/gst/gstenumtypes.h:7,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:31,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.h:25,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiofilter.h:21,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.h:24,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.c:30:
/usr/include/glib-2.0/gobject/gtype.h:1063:26: note: ‘value_table’ declared here
 1063 |   const GTypeValueTable *value_table;
      |                          ^~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.c: In function ‘gst_iir_equalizer_finalize’:
../../../gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.c:429:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  429 |   for (i = 0; i < equ->freq_band_count; i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.c: In function ‘set_passthrough’:
../../../gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.c:632:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  632 |   for (i = 0; i < equ->freq_band_count; i++) {
      |                 ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/isomp4-plugin.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4/isomp4-plugin.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/gstisoff.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4/gstisoff.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_dump.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_dump.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_lang.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_lang.o
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_dump.c: In function ‘qtdemux_dump_trun’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_dump.c:793:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
  793 |   for (i = 0; i < samples_count; i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/gstisoff.c: In function ‘gst_isoff_qt_sidx_parser_add_data’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/gstisoff.c:102:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
  102 |       parser->status = GST_ISOFF_QT_SIDX_PARSER_HEADER;
      |       ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/gstisoff.c:104:5: note: here
  104 |     case GST_ISOFF_QT_SIDX_PARSER_HEADER:
      |     ^~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/spectrum/gstspectrum.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/spectrum/gstspectrum.o
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_dispose’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:708:54: warning: cast between incompatible function types from ‘void (*)(GstEvent *)’ {aka ‘void (*)(struct _GstEvent *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  708 |   g_queue_foreach (&qtdemux->protection_event_queue, (GFunc) gst_event_unref,
      |                                                      ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_find_index_for_given_media_offset_linear’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1134:20: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 1134 |   if (media_offset == result->offset)
      |                    ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1142:22: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 1142 |     if (media_offset < result->offset)
      |                      ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_find_segment’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1292:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 1292 |   for (i = 0; i < stream->n_segments; i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1300:11: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 1300 |     if (i < stream->n_segments - 1) {
      |           ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_adjust_seek’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1410:26: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
 1410 |       if (next && kindex == -1)
      |                          ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1441:59: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1441 |     if (min_byte_offset < 0 || str->samples[index].offset < min_byte_offset)
      |                                                           ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_perform_seek’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1653:23: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1653 |     if (segment->stop == -1)
      |                       ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_find_sample’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1901:23: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 1901 |   for (iter = 0; iter < QTDEMUX_N_STREAMS (qtdemux); iter++) {
      |                       ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1917:27: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 1917 |     for (; (i >= 0) && (i < str->n_samples); i += inc) {
      |                           ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1921:41: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1921 |       if (fw && (str->samples[i].offset < byte_pos))
      |                                         ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:1924:65: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1924 |       if (!fw && (str->samples[i].offset + str->samples[i].size > byte_pos))
      |                                                                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_reset’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2195:56: warning: cast between incompatible function types from ‘void (*)(GstEvent *)’ {aka ‘void (*)(struct _GstEvent *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 2195 |     g_queue_foreach (&qtdemux->protection_event_queue, (GFunc) gst_event_unref,
      |                                                        ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2238:9: warning: cast between incompatible function types from ‘void (*)(QtDemuxStream *)’ {aka ‘void (*)(struct _QtDemuxStream *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 2238 |         (GFunc) gst_qtdemux_stream_clear, NULL);
      |         ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2241:19: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 2241 |     for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                   ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_map_and_push_segments’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2263:23: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 2263 |   for (iter = 0; iter < QTDEMUX_N_STREAMS (qtdemux); iter++) {
      |                       ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2271:19: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 2271 |     for (i = 0; i < stream->n_segments; i++) {
      |                   ^
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/glib/gprintf.h:21,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:55:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2288:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 2288 |         g_assert (i == stream->n_segments - 1);
      |                     ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gtestutils.h:170:49: note: in expansion of macro ‘G_LIKELY’
  170 |                                              if G_LIKELY (expr) ; else \
      |                                                 ^~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2288:9: note: in expansion of macro ‘g_assert’
 2288 |         g_assert (i == stream->n_segments - 1);
      |         ^~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_handle_sink_event’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2364:33: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 2364 |           && demux->seek_offset == segment.start) {
      |                                 ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2480:23: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 2480 |         for (i = 0; i < QTDEMUX_N_STREAMS (demux); i++) {
      |                       ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_stream_clear’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2686:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 2686 |   for (i = 0; i < stream->stsd_entries_length; i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2719:7: warning: cast between incompatible function types from ‘void (*)(GstEvent *)’ {aka ‘void (*)(struct _GstEvent *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 2719 |       (GFunc) gst_event_unref, NULL);
      |       ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_stream_reset’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:2730:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 2730 |   for (i = 0; i < stream->stsd_entries_length; i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_parse_uuid’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:3089:14: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 3089 |   if (length <= offset + 16) {
      |              ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘check_update_duration’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:3333:35: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
 3333 |         if (stream->segment_index != -1) {
      |                                   ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_parse_trun’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:3373:43: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘const long unsigned int’} [-Wsign-compare]
 3373 |   if (stream->pending_seek && moof_offset < stream->pending_seek->moof_offset) {
      |                                           ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:3483:31: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 3483 |   if (qtdemux->fragment_start != -1) {
      |                               ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:103:29: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
  103 | #define ABSDIFF(x, y) ( (x) > (y) ? ((x) - (y)) : ((y) - (x)) )
      |                             ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:3517:14: note: in expansion of macro ‘ABSDIFF’
 3517 |           && ABSDIFF (decode_ts, timestamp) >
      |              ^~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:3541:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 3541 |   for (i = 0; i < samples_count; i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_find_stream’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:3641:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 3641 |   for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_parse_cenc_aux_info’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:3962:52: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 3962 |     for (i = old_crypto_info->len - old_entries; i < old_crypto_info->len; i++) {
      |                                                    ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:3974:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 3974 |   for (i = 0; i < sample_count; ++i) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_parse_pssh’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:4082:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 4082 |   for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_parse_moof’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:4179:43: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 4179 |       if (base_offset > -1 && base_offset > qtdemux->moof_offset)
      |                                           ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:4308:19: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 4308 |     for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                   ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_seek_to_previous_keyframe’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:4799:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 4799 |   for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:4895:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 4895 |   for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_activate_segment’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:5179:13: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
 5179 |   if (index == -1)
      |             ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/glib/gprintf.h:21,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:55:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_prepare_current_sample’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:5249:27: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
 5249 |   if (G_UNLIKELY (seg_idx == -1)) {
      |                           ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:5249:7: note: in expansion of macro ‘G_UNLIKELY’
 5249 |   if (G_UNLIKELY (seg_idx == -1)) {
      |       ^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:5275:28: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
 5275 |   if (stream->sample_index == -1)
      |                            ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_sync_streams’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:5417:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 5417 |   for (i = 0; i < QTDEMUX_N_STREAMS (demux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_align_buffer’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:5627:5: warning: missing initializer for field ‘_gst_reserved’ of ‘GstAllocationParams’ {aka ‘struct _GstAllocationParams’} [-Wmissing-field-initializers]
 5627 |     GstAllocationParams params = { 0, alignment - 1, 0, 0, };
      |     ^~~~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gstreamer/gst/gstbuffer.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.h:70,
                 from ../../../gstreamer-lite/gstreamer/gst/gstelement.h:87,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbin.h:27,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:35,
                 from ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tag.h:25,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:56:
../../../gstreamer-lite/gstreamer/gst/gstallocator.h:85:12: note: ‘_gst_reserved’ declared here
   85 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/glib/gprintf.h:21,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:55:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_push_buffer’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:5904:41: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 5904 |       if (G_LIKELY (index >= 0 && index < info->crypto_info->len)) {
      |                                         ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:5904:11: note: in expansion of macro ‘G_LIKELY’
 5904 |       if (G_LIKELY (index >= 0 && index < info->crypto_info->len)) {
      |           ^~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_do_fragmented_seek’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6219:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 6219 |   for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6258:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 6258 |   for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_loop_state_movie’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6325:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 6325 |   for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                 ^
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/glib/gprintf.h:21,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:55:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6344:41: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 6344 |   if (G_UNLIKELY (qtdemux->segment.stop != -1
      |                                         ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6344:7: note: in expansion of macro ‘G_UNLIKELY’
 6344 |   if (G_UNLIKELY (qtdemux->segment.stop != -1
      |       ^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6355:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 6355 |   for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘has_next_entry’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6667:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 6667 |   for (i = 0; i < QTDEMUX_N_STREAMS (demux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6670:30: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
 6670 |     if (stream->sample_index == -1) {
      |                              ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘next_entry_size’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6704:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 6704 |   for (i = 0; i < QTDEMUX_N_STREAMS (demux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6707:30: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
 6707 |     if (stream->sample_index == -1) {
      |                              ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6730:21: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 6730 |     if (((smalloffs == -1)
      |                     ^~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/glib/gprintf.h:21,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:55:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_drop_data’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6835:27: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 6835 |   g_return_if_fail (bytes <= demux->todrop);
      |                           ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gmessages.h:624:9: note: in expansion of macro ‘G_LIKELY’
  624 |     if (G_LIKELY (expr)) \
      |         ^~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6835:3: note: in expansion of macro ‘g_return_if_fail’
 6835 |   g_return_if_fail (bytes <= demux->todrop);
      |   ^~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_check_send_pending_segment’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6864:19: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 6864 |     for (i = 0; i < QTDEMUX_N_STREAMS (demux); i++) {
      |                   ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_chain’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6922:19: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 6922 |     for (i = 0; i < QTDEMUX_N_STREAMS (demux); i++) {
      |                   ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6931:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 6931 |       for (i = 0; i < QTDEMUX_N_STREAMS (demux); i++) {
      |                     ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6940:17: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
 6940 |         if (res != -1) {
      |                 ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:6982:11: warning: cast between incompatible function types from ‘void (*)(QtDemuxStream *)’ {aka ‘void (*)(struct _QtDemuxStream *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 6982 |           (GFunc) gst_qtdemux_stream_flush_samples_data, NULL);
      |           ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_process_adapter’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7001:26: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
 7001 |   if (demux->neededbytes == -1) {
      |                          ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7083:62: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 7083 |               if (fourcc == FOURCC_mdat && demux->first_mdat == -1) {
      |                                                              ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7223:46: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 7223 |             if (demux->fragment_start_offset == -1
      |                                              ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7353:52: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 7353 |           if (demux->got_moov && demux->first_mdat != -1
      |                                                    ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7473:23: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 7473 |         for (i = 0; i < QTDEMUX_N_STREAMS (demux); i++) {
      |                       ^
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/glib/gprintf.h:21,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:55:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7513:47: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 7513 |           if (G_UNLIKELY (demux->segment.stop != -1
      |                                               ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7513:15: note: in expansion of macro ‘G_UNLIKELY’
 7513 |           if (G_UNLIKELY (demux->segment.stop != -1
      |               ^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7525:27: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 7525 |             for (i = 0; i < QTDEMUX_N_STREAMS (demux); i++) {
      |                           ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:7568:60: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
 7568 |         if ((demux->neededbytes = next_entry_size (demux)) == -1) {
      |                                                            ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_configure_stream’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:28:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   28 |   {FOURCC_moov, "movie", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:31:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   31 |   {FOURCC_clip, "clipping", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:32:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   32 |   {FOURCC_trak, "track", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:33:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   33 |   {FOURCC_udta, "user data", QT_FLAG_CONTAINER,},       /* special container */
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:34:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   34 |   {FOURCC_ctab, "color table", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:37:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   37 |   {FOURCC_crgn, "clipping region", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:38:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   38 |   {FOURCC_matt, "track matte", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:39:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   39 |   {FOURCC_kmat, "compressed matte", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:40:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   40 |   {FOURCC_edts, "edit", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:43:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   43 |   {FOURCC_load, "track load settings", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:44:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   44 |   {FOURCC_tref, "track reference", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:45:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   45 |   {FOURCC_imap, "track input map", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:8733:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 8733 |       for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                     ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:46:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   46 |   {FOURCC___in, "track input", 0,},     /* special container */
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:47:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   47 |   {FOURCC___ty, "input type", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:48:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   48 |   {FOURCC_mdia, "media", QT_FLAG_CONTAINER},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:53:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   53 |   {FOURCC_minf, "media information", QT_FLAG_CONTAINER},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:56:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   56 |   {FOURCC_smhd, "sound media information", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:57:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   57 |   {FOURCC_gmhd, "base media information header", QT_FLAG_CONTAINER},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:59:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   59 |   {FOURCC_dinf, "data information", QT_FLAG_CONTAINER},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:62:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   62 |   {FOURCC_stbl, "sample table", QT_FLAG_CONTAINER},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:79:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   79 |   {FOURCC_vide, "video media", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:80:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   80 |   {FOURCC_cmov, "compressed movie", QT_FLAG_CONTAINER},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:83:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   83 |   {FOURCC_hint, "hint", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:84:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   84 |   {FOURCC_mp4a, "mp4a", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:85:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   85 |   {FOURCC_mp4v, "mp4v", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:86:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   86 |   {FOURCC_mjp2, "mjp2", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:87:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   87 |   {FOURCC_mhdr, "mhdr", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:88:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   88 |   {FOURCC_jp2h, "jp2h", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:89:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   89 |   {FOURCC_colr, "colr", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:90:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   90 |   {FOURCC_clap, "clap", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:91:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   91 |   {FOURCC_tapt, "tapt", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:92:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   92 |   {FOURCC_ihdr, "ihdr", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:93:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   93 |   {FOURCC_fiel, "fiel", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:94:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   94 |   {FOURCC_jp2x, "jp2x", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:95:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   95 |   {FOURCC_alac, "alac", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:98:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   98 |   {FOURCC_wave, "wave", QT_FLAG_CONTAINER},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:99:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
   99 |   {FOURCC_appl, "appl", QT_FLAG_CONTAINER},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:100:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  100 |   {FOURCC_cfhd, "cfhd", QT_FLAG_CONTAINER},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:101:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  101 |   {FOURCC_esds, "esds", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:102:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  102 |   {FOURCC_hnti, "hnti", QT_FLAG_CONTAINER},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:106:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  106 |   {FOURCC_ilst, "ilst", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:107:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  107 |   {FOURCC__nam, "Name", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:108:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  108 |   {FOURCC_titl, "Title", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:109:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  109 |   {FOURCC__ART, "Artist", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:110:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  110 |   {FOURCC_aART, "Album Artist", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:111:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  111 |   {FOURCC_auth, "Author", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:112:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  112 |   {FOURCC_perf, "Performer", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:113:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  113 |   {FOURCC__wrt, "Writer", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:114:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  114 |   {FOURCC__grp, "Grouping", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:115:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  115 |   {FOURCC__alb, "Album", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:116:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  116 |   {FOURCC_albm, "Album", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:117:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  117 |   {FOURCC__day, "Date", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:118:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  118 |   {FOURCC__cpy, "Copyright", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:119:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  119 |   {FOURCC__cmt, "Comment", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:120:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  120 |   {FOURCC__des, "Description", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:121:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  121 |   {FOURCC_desc, "Description", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:122:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  122 |   {FOURCC_dscp, "Description", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:123:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  123 |   {FOURCC__lyr, "Lyrics", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:124:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  124 |   {FOURCC__req, "Requirement", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:125:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  125 |   {FOURCC__enc, "Encoder", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:126:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  126 |   {FOURCC_gnre, "Genre", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:127:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  127 |   {FOURCC_trkn, "Track Number", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:128:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  128 |   {FOURCC_disc, "Disc Number", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:129:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  129 |   {FOURCC_disk, "Disc Number", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:130:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  130 |   {FOURCC_cprt, "Copyright", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:131:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  131 |   {FOURCC_cpil, "Compilation", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_stbl_init’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:132:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  132 |   {FOURCC_pgap, "Gapless", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:133:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  133 |   {FOURCC_pcst, "Podcast", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:134:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  134 |   {FOURCC_tmpo, "Tempo", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:135:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  135 |   {FOURCC_covr, "Cover", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:136:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  136 |   {FOURCC_sonm, "Sort Title", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:137:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  137 |   {FOURCC_soal, "Sort Album", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:138:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  138 |   {FOURCC_soar, "Sort Artist", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:139:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  139 |   {FOURCC_soaa, "Sort Album Artist", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:140:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  140 |   {FOURCC_soco, "Sort Composer", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:141:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  141 |   {FOURCC_sosn, "Sort TV Show", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:142:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  142 |   {FOURCC_tvsh, "TV Show", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:143:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  143 |   {FOURCC_tven, "TV Episode ID", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:144:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  144 |   {FOURCC_tvsn, "TV Season Number", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:145:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  145 |   {FOURCC_tves, "TV Episode Number", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:146:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  146 |   {FOURCC_keyw, "Keywords", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:147:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  147 |   {FOURCC_kywd, "Keywords", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9270:5: warning: missing initializer for field ‘_gst_reserved’ of ‘GstByteReader’ [-Wmissing-field-initializers]
 9270 |     GstByteReader cslg = GST_BYTE_READER_INIT (NULL, 0);
      |     ^~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtatomparser.h:24,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:62:
../../../gstreamer-lite/gstreamer/libs/gst/base/gstbytereader.h:48:12: note: ‘_gst_reserved’ declared here
   48 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:148:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  148 |   {FOURCC__too, "Encoder", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:149:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  149 |   {FOURCC__swr, "Application Name", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:150:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  150 |   {FOURCC_____, "----", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:152:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  152 |   {FOURCC_free, "free", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:153:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  153 |   {FOURCC_skip, "skip", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:154:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  154 |   {FOURCC_SVQ3, "SVQ3", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:155:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  155 |   {FOURCC_rmra, "rmra", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:156:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  156 |   {FOURCC_rmda, "rmda", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:157:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  157 |   {FOURCC_rdrf, "rdrf", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:158:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  158 |   {FOURCC__gen, "Custom Genre", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:161:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  161 |   {FOURCC_XiTh, "XiTh", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:162:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  162 |   {FOURCC_XdxT, "XdxT", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:163:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  163 |   {FOURCC_loci, "loci", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:164:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  164 |   {FOURCC_clsf, "clsf", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:166:7: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  166 |       QT_FLAG_CONTAINER,},
      |       ^~~~~~~~~~~~~~~~~
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:171:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  171 |   {FOURCC_moof, "movie fragment", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9303:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 9303 |       for (i = 0; i < num_entries; i++) {
      |                     ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:173:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  173 |   {FOURCC_traf, "track fragment", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:181:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  181 |   {FOURCC_mvex, "mvex", QT_FLAG_CONTAINER,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:184:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  184 |   {FOURCC_ovc1, "ovc1", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:185:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  185 |   {FOURCC_owma, "owma", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:186:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  186 |   {FOURCC_avcC, "AV codec configuration container", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:187:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  187 |   {FOURCC_avc1, "AV codec configuration v1", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:188:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  188 |   {FOURCC_avc3, "AV codec configuration v3", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:189:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  189 |   {FOURCC_mp4s, "VOBSUB codec configuration", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:190:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  190 |   {FOURCC_hvc1, "HEVC codec configuration", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:191:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  191 |   {FOURCC_hev1, "HEVC codec configuration", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:192:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  192 |   {FOURCC_hvcC, "HEVC codec configuration container", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:194:3: warning: missing initializer for field ‘flags’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  194 |   {FOURCC_chap, "Chapter Reference"},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:54:16: note: ‘flags’ declared here
   54 |   QtFlags      flags;
      |                ^~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:195:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  195 |   {FOURCC_btrt, "Bitrate information", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:196:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  196 |   {FOURCC_frma, "Audio codec format", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:197:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  197 |   {FOURCC_name, "name", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:198:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  198 |   {FOURCC_mean, "mean", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:203:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  203 |   {FOURCC_saiz, "sample auxiliary information sizes", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:204:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  204 |   {FOURCC_saio, "sample auxiliary information offsets", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:205:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  205 |   {FOURCC_encv, "encrypted visual sample entry", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:206:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  206 |   {FOURCC_enca, "encrypted audio sample entry", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:207:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  207 |   {FOURCC_enct, "encrypted text sample entry", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:208:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  208 |   {FOURCC_encs, "encrypted system sample entry", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:209:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  209 |   {FOURCC_sinf, "protection scheme information", QT_FLAG_CONTAINER},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:210:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  210 |   {FOURCC_frma, "original format", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:211:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  211 |   {FOURCC_schm, "scheme type", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:212:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  212 |   {FOURCC_schi, "scheme information", QT_FLAG_CONTAINER},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:213:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  213 |   {FOURCC_pssh, "protection system specific header", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:214:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  214 |   {FOURCC_tenc, "track encryption", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/glib/gprintf.h:21,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:55:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9310:44: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 9310 |         if (G_UNLIKELY ((ABS (offset) / 2) > stream->duration)) {
      |                                            ^
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9310:13: note: in expansion of macro ‘G_UNLIKELY’
 9310 |         if (G_UNLIKELY ((ABS (offset) / 2) > stream->duration)) {
      |             ^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:215:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  215 |   {FOURCC_stpp, "XML subtitle sample entry", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:216:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  216 |   {FOURCC_clcp, "Closed Caption", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:217:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  217 |   {FOURCC_av01, "AV1 Sample Entry", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:218:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  218 |   {FOURCC_av1C, "AV1 Codec Configuration", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:219:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  219 |   {FOURCC_av1f, "AV1 Forward Key Frame sample group entry", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:220:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  220 |   {FOURCC_av1m, "AV1 Multi-Frame sample group entry", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:221:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  221 |   {FOURCC_av1s, "AV1 S-Frame sample group entry", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_parse_samples’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:222:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  222 |   {FOURCC_av1M, "AV1 Metadata sample group entry", 0},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:223:3: warning: missing initializer for field ‘dump’ of ‘QtNodeType’ {aka ‘const struct _QtNodeType’} [-Wmissing-field-initializers]
  223 |   {0, "unknown", 0,},
      |   ^
In file included from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.c:21:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.h:55:16: note: ‘dump’ declared here
   55 |   QtDumpFunc   dump;
      |                ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9428:34: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 9428 |   for (i = stream->stsc_index; i < n_samples_per_chunk; i++) {
      |                                  ^
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/glib/gprintf.h:21,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:55:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9450:25: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 9450 |       if (G_UNLIKELY (i == (stream->n_samples_per_chunk - 1))) {
      |                         ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9450:11: note: in expansion of macro ‘G_UNLIKELY’
 9450 |       if (G_UNLIKELY (i == (stream->n_samples_per_chunk - 1))) {
      |           ^~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9491:44: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 9491 |       for (j = stream->stsc_chunk_index; j < last_chunk; j++) {
      |                                            ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9492:15: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 9492 |         if (j > n) {
      |               ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9529:44: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 9529 |       for (j = stream->stsc_chunk_index; j < last_chunk; j++) {
      |                                            ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9541:47: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 9541 |         for (k = stream->stsc_sample_index; k < samples_per_chunk; k++) {
      |                                               ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.o
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9574:36: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 9574 |     for (i = stream->stts_index; i < n_sample_times; i++) {
      |                                    ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9597:45: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 9597 |       for (j = stream->stts_sample_index; j < stts_samples; j++) {
      |                                             ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9649:40: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 9649 |         for (i = stream->stss_index; i < n_sample_syncs; i++) {
      |                                        ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9679:42: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 9679 |           for (i = stream->stps_index; i < n_sample_partial_syncs; i++) {
      |                                          ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9718:36: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 9718 |     for (i = stream->ctts_index; i < n_composition_times; i++) {
      |                                    ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9731:45: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
 9731 |       for (j = stream->ctts_sample_index; j < ctts_count; j++) {
      |                                             ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_parse_segments’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:9836:37: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
 9836 |     if (n_segments > 100000 || size < 16 + n_segments * entry_size) {
      |                                     ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_get_rtsp_uri_from_hndl’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:10105:21: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
10105 |       for (i = 0; i < dref_num_entries; i++) {
      |                     ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_parse_amr_bitrate’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:10220:16: warning: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
10220 |   if (max_mode == -1) {
      |                ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_inspect_transformation_matrix’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:10285:43: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
10285 |                                    (m)[3] == (d << 16) && (m)[4] == (e << 16))
      |                                           ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:10294:16: note: in expansion of macro ‘QTCHECK_MATRIX’
10294 |     } else if (QTCHECK_MATRIX (matrix, 0, 1, G_MAXUINT16, 0)) {
      |                ^~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:10284:43: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
10284 | #define QTCHECK_MATRIX(m,a,b,d,e) ((m)[0] == (a << 16) && (m)[1] == (b << 16) && \
      |                                           ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:10296:16: note: in expansion of macro ‘QTCHECK_MATRIX’
10296 |     } else if (QTCHECK_MATRIX (matrix, G_MAXUINT16, 0, 0, G_MAXUINT16)) {
      |                ^~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:10285:66: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
10285 |                                    (m)[3] == (d << 16) && (m)[4] == (e << 16))
      |                                                                  ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:10296:16: note: in expansion of macro ‘QTCHECK_MATRIX’
10296 |     } else if (QTCHECK_MATRIX (matrix, G_MAXUINT16, 0, 0, G_MAXUINT16)) {
      |                ^~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:10284:66: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
10284 | #define QTCHECK_MATRIX(m,a,b,d,e) ((m)[0] == (a << 16) && (m)[1] == (b << 16) && \
      |                                                                  ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:10298:16: note: in expansion of macro ‘QTCHECK_MATRIX’
10298 |     } else if (QTCHECK_MATRIX (matrix, 0, G_MAXUINT16, 1, 0)) {
      |                ^~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_parse_trak’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:10853:17: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
10853 |         if (len < 94 + (end - start) * 8)
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:11076:40: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
11076 |               if (QT_UINT32 (avc_data) <= len)
      |                                        ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:11188:41: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
11188 |               if (QT_UINT32 (hevc_data) <= len)
      |                                         ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:11327:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
11327 |                   for (i = 0; i < ncomp_map; i++) {
      |                                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:11351:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
11351 |                   for (i = 0; i < nchan_def; i++)
      |                                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:11353:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
11353 |                   for (i = 0; i < nchan_def; i++) {
      |                                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:11386:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
11386 |               for (i = 0; i < ncomp_map; i++) {
      |                             ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:11403:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
11403 |               for (i = 0; i < nchan_def; i++) {
      |                             ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:11507:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘guint32’ {aka ‘unsigned int’} [-Wsign-compare]
11507 |                 while (offset + 8 < len) {
      |                                   ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:11609:40: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
11609 |               if (QT_UINT32 (vc1_data) <= len)
      |                                        ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:11648:40: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
11648 |               if (QT_UINT32 (av1_data) <= len)
      |                                        ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:11998:39: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
11998 |             if (QT_UINT32 (wfex_data) <= len)
      |                                       ^~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:12157:17: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
12157 |         if (len < offset + 20) {
      |                 ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/plugins/elements/gstelements.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/plugins/elements/gstelements.o
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_guess_bitrate’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:12685:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
12685 |   for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_prepare_streams’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:12758:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
12758 |   for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_is_streams_update’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:12825:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
12825 |   for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_update_streams’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:12891:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
12891 |   for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_expose_streams’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:12940:19: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
12940 |     for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                   ^
../../../gstreamer-lite/gst-plugins-good/gst/spectrum/gstspectrum.c: In function ‘gst_spectrum_alloc_channel_data’:
../../../gstreamer-lite/gst-plugins-good/gst/spectrum/gstspectrum.c:295:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  295 |   for (i = 0; i < spectrum->num_channels; i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/spectrum/gstspectrum.c: In function ‘gst_spectrum_free_channel_data’:
../../../gstreamer-lite/gst-plugins-good/gst/spectrum/gstspectrum.c:316:19: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  316 |     for (i = 0; i < spectrum->num_channels; i++) {
      |                   ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:12957:19: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
12957 |     for (i = 0; i < QTDEMUX_N_STREAMS (qtdemux); i++) {
      |                   ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:12975:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
12975 |   for (i = 0; i < qtdemux->old_streams->len; i++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_tag_add_revdns’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:13694:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
13694 |     for (i = 0; i < G_N_ELEMENTS (tags); ++i) {
      |                   ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_parse_udta’:
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/plugins/elements/gstqueue.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/plugins/elements/gstqueue.o
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:13939:12: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
13939 |   while (i < G_N_ELEMENTS (add_funcs)) {
      |            ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_parse_tree’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:14234:7: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
14234 |       GTimeVal now;
      |       ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/glib/gprintf.h:21,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:55:
/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:14238:7: warning: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
14238 |       g_get_current_time (&now);
      |       ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from /usr/include/glib-2.0/glib/gprintf.h:21,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:55:
/usr/include/glib-2.0/glib/gmain.h:679:8: note: declared here
  679 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:14239:34: warning: comparison of integer expressions of different signedness: ‘glong’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
14239 |       if (now.tv_sec + 24 * 3600 < creation_time) {
      |                                  ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘parse_xiph_stream_headers’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:14398:19: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
14398 |     while (offset < codec_data_size) {
      |                   ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘gst_qtdemux_append_protection_system_id’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:15691:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
15691 |   for (i = 0; i < qtdemux->protection_system_ids->len; ++i) {
      |                 ^
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.h:26,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:54:
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c: In function ‘gst_wavparse_perform_seek’:
/usr/include/glib-2.0/glib/gmacros.h:805:26: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                          ^
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:574:23: note: in expansion of macro ‘MIN’
  574 |     wav->end_offset = MIN (wav->end_offset, upstream_size);
      |                       ^~~
/usr/include/glib-2.0/glib/gmacros.h:805:41: warning: operand of ‘?:’ changes signedness from ‘gint64’ {aka ‘long int’} to ‘guint64’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare]
  805 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                                         ^~~
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:574:23: note: in expansion of macro ‘MIN’
  574 |     wav->end_offset = MIN (wav->end_offset, upstream_size);
      |                       ^~~
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:624:17: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
  624 |   if (last_stop != wav->segment.position) {
      |                 ^~
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c: In function ‘gst_wavparse_stream_headers’:
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:1335:49: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1335 |     if (upstream_size > 0 && size + wav->offset > upstream_size) {
      |                                                 ^
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:32,
                 from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.h:26,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:54:
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:1337:31: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 1337 |       g_assert (upstream_size >= wav->offset);
      |                               ^~
/usr/include/glib-2.0/glib/gmacros.h:928:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’
  928 |    if (expr)                                    \
      |        ^~~~
/usr/include/glib-2.0/glib/gtestutils.h:170:49: note: in expansion of macro ‘G_LIKELY’
  170 |                                              if G_LIKELY (expr) ; else \
      |                                                 ^~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:1337:7: note: in expansion of macro ‘g_assert’
 1337 |       g_assert (upstream_size >= wav->offset);
      |       ^~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:1363:20: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1363 |         if (size64 == -1 && wav->datasize > 0) {
      |                    ^~
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:1719:39: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1719 |     if (upstream_size && (wav->offset >= upstream_size)) {
      |                                       ^~
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c: In function ‘gst_wavparse_stream_data’:
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:2047:25: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
 2047 |       if (upstream_size < wav->offset + wav->datastart)
      |                         ^
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c: In function ‘gst_wavparse_loop’:
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:2338:42: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2338 |           if ((stop = wav->segment.stop) == -1)
      |                                          ^~
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c: In function ‘gst_wavparse_sink_event’:
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:2528:49: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2528 |       if (wav->datasize > 0 && (wav->end_offset == -1
      |                                                 ^~
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:2532:27: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 2532 |       if (wav->end_offset != -1) {
      |                           ^~
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c: In function ‘gst_wavparse_sink_query’:
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:2863:35: warning: passing argument 1 of ‘gst_structure_set’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
 2863 |                 gst_structure_set(s, GETRANGE_QUERY_SUPPORTS_FIELDNANE,
      |                                   ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_parse_trak’:
In file included from ../../../gstreamer-lite/gstreamer/gst/gstcaps.h:25,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbuffer.h:30,
                 from ../../../gstreamer-lite/gstreamer/gst/gstpad.h:70,
                 from ../../../gstreamer-lite/gstreamer/gst/gstelement.h:87,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbin.h:27,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:35,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.h:26,
                 from ../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:54:
../../../gstreamer-lite/gstreamer/gst/gststructure.h:181:81: note: expected ‘GstStructure *’ {aka ‘struct _GstStructure *’} but argument is of type ‘const GstStructure *’ {aka ‘const struct _GstStructure *’}
  181 | void                  gst_structure_set                  (GstStructure        * structure,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:12386:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
12386 |             amrwb = TRUE;
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:12387:11: note: here
12387 |           case FOURCC_samr:
      |           ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c: In function ‘gst_wavparse_sink_event’:
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:2577:29: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2577 |       wav->segment.duration = dur;
      |       ~~~~~~~~~~~~~~~~~~~~~~^~~~~
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:2580:5: note: here
 2580 |     default:
      |     ^~~~~~~
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c: In function ‘gst_wavparse_chain’:
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c: In function ‘qtdemux_audio_caps’:
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:2377:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2377 |       if (wav->state != GST_WAVPARSE_HEADER)
      |          ^
../../../gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.c:2381:5: note: here
 2381 |     case GST_WAVPARSE_HEADER:
      |     ^~~~
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:15299:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
15299 |       if (depth == 8)
      |          ^
../../../gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.c:15302:5: note: here
15302 |     case FOURCC_twos:
      |     ^~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gstreamer/plugins/elements/gsttypefindelement.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/plugins/elements/gsttypefindelement.o
../../../gstreamer-lite/gstreamer/plugins/elements/gstqueue.c: In function ‘gst_queue_handle_src_query’:
../../../gstreamer-lite/gstreamer/plugins/elements/gstqueue.c:1696:43: warning: comparison of integer expressions of different signedness: ‘GstClockTime’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
 1696 |       if (queue->max_size.time > 0 && max != -1
      |                                           ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolume.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/volume/gstvolume.o
../../../gstreamer-lite/gstreamer/plugins/elements/gsttypefindelement.c: In function ‘gst_type_find_element_change_state’:
../../../gstreamer-lite/gstreamer/plugins/elements/gsttypefindelement.c:1332:11: warning: cast between incompatible function types from ‘void (*)(GstMiniObject *)’ {aka ‘void (*)(struct _GstMiniObject *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
 1332 |           (GFunc) gst_mini_object_unref, NULL);
      |           ^
In file included from ../../../gstreamer-lite/gstreamer/gst/gstplugin.h:29,
                 from ../../../gstreamer-lite/gstreamer/gst/gstregistry.h:28,
                 from ../../../gstreamer-lite/gstreamer/gst/gst_private.h:45,
                 from ../../../gstreamer-lite/gstreamer/plugins/elements/gsttypefindelement.c:73:
../../../gstreamer-lite/gstreamer/plugins/elements/gsttypefindelement.c: In function ‘gst_type_find_element_sink_event’:
../../../gstreamer-lite/gstreamer/gst/gstobject.h:111:48: warning: this statement may fall through [-Wimplicit-fallthrough=]
  111 | #define GST_OBJECT_UNLOCK(obj)                 g_mutex_unlock(GST_OBJECT_GET_LOCK(obj))
      |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/plugins/elements/gsttypefindelement.c:718:11: note: in expansion of macro ‘GST_OBJECT_UNLOCK’
  718 |           GST_OBJECT_UNLOCK (typefind);
      |           ^~~~~~~~~~~~~~~~~
../../../gstreamer-lite/gstreamer/plugins/elements/gsttypefindelement.c:721:9: note: here
  721 |         case GST_EVENT_FLUSH_START:
      |         ^~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsaplugin.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsaplugin.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.o
../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c: In function ‘volume_orc_process_controlled_int32_1ch’:
../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c:1990:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 1990 |       if (tmp == 0x80000000 && !(var37.i & ORC_UINT64_C (0x8000000000000000)))
      |               ^~
../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c: In function ‘volume_orc_process_controlled_int16_1ch’:
../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c:2164:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 2164 |       if (tmp == 0x80000000 && !(var40.i & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c: In function ‘volume_orc_process_controlled_int16_2ch’:
../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c:2382:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 2382 |       if (tmp == 0x80000000 && !(var42.x2[0] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c:2389:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 2389 |       if (tmp == 0x80000000 && !(var42.x2[1] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c: In function ‘volume_orc_process_controlled_int8_1ch’:
../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c:2624:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 2624 |       if (tmp == 0x80000000 && !(var42.i & 0x80000000))
      |               ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsadeviceprobe.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsadeviceprobe.o
../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c: In function ‘volume_orc_process_controlled_int8_2ch’:
../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c:2861:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 2861 |       if (tmp == 0x80000000 && !(var43.x2[0] & 0x80000000))
      |               ^~
../../../gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.c:2868:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 2868 |       if (tmp == 0x80000000 && !(var43.x2[1] & 0x80000000))
      |               ^~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsasink.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsasink.o
../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c: In function ‘gst_alsa_detect_rates’:
../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c:54:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
   54 |   for (i = 0; i < gst_caps_get_size (caps); ++i) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c: In function ‘gst_alsa_detect_formats’:
../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c:185:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  185 |   for (i = 0; i < gst_caps_get_size (in_caps); ++i) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c: In function ‘gst_alsa_detect_channels’:
../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c:413:17: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  413 |   for (i = 0; i < gst_caps_get_size (in_caps); ++i) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c: In function ‘alsa_chmap_to_channel_positions’:
../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c:779:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
  779 |   for (c = 0; c < chmap->channels; c++) {
      |                 ^
../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.c:798:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
  798 |     for (c = 0; c < chmap->channels; c++)
      |                   ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -ffunction-sections -fdata-sections -fcommon -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../gstreamer-lite/projects/plugins/gstplugins-lite.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/projects/plugins/gstplugins-lite.o
../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsasink.c: In function ‘set_hwparams’:
../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsasink.c:496:19: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  496 |   if (buffer_time != -1 && !alsa->iec958) {
      |                   ^~
../../../gstreamer-lite/gst-plugins-base/ext/alsa/gstalsasink.c:510:19: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  510 |   if (period_time != -1 && !alsa->iec958) {
      |                   ^~
g++ -shared /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gst.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstallocator.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstatomicqueue.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstbin.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstbuffer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstbufferlist.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstbufferpool.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstbus.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstcaps.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstcapsfeatures.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstchildproxy.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstclock.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstcontext.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstcontrolbinding.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstcontrolsource.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstdatetime.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstdebugutils.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstdynamictypefactory.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstelement.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstelementfactory.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstenumtypes.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsterror.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstevent.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstformat.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstghostpad.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstinfo.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstiterator.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstmemory.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstmessage.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstmeta.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstminiobject.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstobject.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstpad.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstpadtemplate.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstparamspecs.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstparse.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstpipeline.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstplugin.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstpluginfeature.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstpluginloader.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstpoll.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstprotection.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstquark.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstquery.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstregistry.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstregistrybinary.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstregistrychunks.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstsample.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstsegment.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gststructure.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstsystemclock.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gststreamcollection.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gststreams.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttaglist.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttagsetter.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttask.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttaskpool.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttoc.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttocsetter.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttracer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttracerfactory.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttracerrecord.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttracerutils.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttypefind.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsttypefindfactory.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gsturi.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstutils.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstvalue.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstadapter.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbaseparse.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbasesink.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbasesrc.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbasetransform.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbitreader.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbytereader.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstbytewriter.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstcollectpads.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstdataqueue.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstflowcombiner.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstpushsrc.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gstqueuearray.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/libs/gst/base/gsttypefindhelper.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstapp-marshal.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/app/gstappsink.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-channels.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-channel-mixer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-buffer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-converter.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-resampler.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-enumtypes.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-quantize.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-format.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-info.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesink.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiobasesrc.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioclock.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiodecoder.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioencoder.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiofilter.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioiec61937.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiometa.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiopack-dist.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioringbuffer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosink.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudiosrc.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/gstaudioutilsprivate.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/streamvolume.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/gstfft.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/gstfftf32.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fft_f32.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/fft/kiss_fftr_f32.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/descriptions.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer-types.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/missing-plugins.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/pbutils.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/pbutils/pbutils-enumtypes.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-media.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff-read.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/riff/riff.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gstid3tag.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/gsttagdemux.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/id3v2frames.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/lang.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tags.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/tag/tag-enumtypes.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-chroma.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-color.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-converter.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-enumtypes.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-info.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-multiview.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-orc-dist.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-tile.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audiofx/audiofx.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanorama.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audiofx/audiopanoramaorc.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/audioconvert/plugin.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/audioconvert/gstaudioconvert.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-bad/gst/aiff/aiff.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-bad/gst/aiff/aiffparse.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/app/gstapp.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/typefind/gsttypefindfunctions.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audioparsers/gstmpegaudioparse.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/audioparsers/parsersplugin.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/equalizer/gstiirequalizernbands.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4/isomp4-plugin.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4/gstisoff.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_dump.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_lang.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/isomp4/qtdemux_types.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/spectrum/gstspectrum.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-good/gst/wavparse/gstwavparse.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/plugins/elements/gstelements.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/plugins/elements/gstqueue.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/plugins/elements/gsttypefindelement.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/volume/gstvolume.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/gst/volume/gstvolumeorc-dist.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsaplugin.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsa.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsadeviceprobe.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/gst-plugins-base/ext/alsa/gstalsasink.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/gstreamer-lite/projects/plugins/gstplugins-lite.o -L/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release -lm -lasound -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0  -z relro -static-libgcc -static-libstdc++ -Wl,--gc-sections -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/libgstreamer-lite.so
make: Leaving directory '/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/src/main/native/gstreamer/projects/linux/gstreamer-lite'

> Task :media:buildLinuxPlugins
make: Entering directory '/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/src/main/native/gstreamer/projects/linux/fxplugins'
mkdir -p /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/progressbuffer /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/progressbuffer/posix /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/javasource
mkdir -p /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/progressbuffer /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/progressbuffer/posix /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/javasource
mkdir -p /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/progressbuffer /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/progressbuffer/posix /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/javasource
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -fbuiltin -DHAVE_STDINT_H -DLINUX -DENABLE_PULL_MODE -DENABLE_SOURCE_SEEKING -D__MEDIALIB_OLD_NAMES -DGST_DISABLE_LOADSAVE -DGST_DISABLE_GST_DEBUG -DGSTREAMER_LITE -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../plugins/progressbuffer -I../../../plugins/progressbuffer/posix -I../../../plugins/javasource -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../plugins/fxplugins.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/fxplugins.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -fbuiltin -DHAVE_STDINT_H -DLINUX -DENABLE_PULL_MODE -DENABLE_SOURCE_SEEKING -D__MEDIALIB_OLD_NAMES -DGST_DISABLE_LOADSAVE -DGST_DISABLE_GST_DEBUG -DGSTREAMER_LITE -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../plugins/progressbuffer -I../../../plugins/progressbuffer/posix -I../../../plugins/javasource -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../plugins/progressbuffer/progressbuffer.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/progressbuffer/progressbuffer.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -fbuiltin -DHAVE_STDINT_H -DLINUX -DENABLE_PULL_MODE -DENABLE_SOURCE_SEEKING -D__MEDIALIB_OLD_NAMES -DGST_DISABLE_LOADSAVE -DGST_DISABLE_GST_DEBUG -DGSTREAMER_LITE -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../plugins/progressbuffer -I../../../plugins/progressbuffer/posix -I../../../plugins/javasource -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../plugins/progressbuffer/hlsprogressbuffer.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/progressbuffer/hlsprogressbuffer.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -fbuiltin -DHAVE_STDINT_H -DLINUX -DENABLE_PULL_MODE -DENABLE_SOURCE_SEEKING -D__MEDIALIB_OLD_NAMES -DGST_DISABLE_LOADSAVE -DGST_DISABLE_GST_DEBUG -DGSTREAMER_LITE -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../plugins/progressbuffer -I../../../plugins/progressbuffer/posix -I../../../plugins/javasource -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../plugins/progressbuffer/posix/filecache.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/progressbuffer/posix/filecache.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -fbuiltin -DHAVE_STDINT_H -DLINUX -DENABLE_PULL_MODE -DENABLE_SOURCE_SEEKING -D__MEDIALIB_OLD_NAMES -DGST_DISABLE_LOADSAVE -DGST_DISABLE_GST_DEBUG -DGSTREAMER_LITE -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../plugins/progressbuffer -I../../../plugins/progressbuffer/posix -I../../../plugins/javasource -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../plugins/javasource/javasource.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/javasource/javasource.o
../../../plugins/progressbuffer/hlsprogressbuffer.c: In function ‘hls_progress_buffer_get_type’:
../../../plugins/progressbuffer/hlsprogressbuffer.c:97:16: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
   97 |                (GClassInitFunc) hls_progress_buffer_class_intern_init,
      |                ^
../../../plugins/progressbuffer/hlsprogressbuffer.c:99:16: warning: cast between incompatible function types from ‘void (*)(HLSProgressBuffer *)’ {aka ‘void (*)(struct _HLSProgressBuffer *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type]
   99 |                (GInstanceInitFunc) hls_progress_buffer_init,
      |                ^
../../../plugins/javasource/javasource.c: In function ‘java_source_get_type’:
../../../plugins/javasource/javasource.c:141:16: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  141 |                (GClassInitFunc) java_source_class_intern_init,
      |                ^
../../../plugins/javasource/javasource.c:143:16: warning: cast between incompatible function types from ‘void (*)(JavaSource *)’ {aka ‘void (*)(struct _JavaSource *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type]
  143 |                (GInstanceInitFunc) java_source_init,
      |                ^
../../../plugins/javasource/javasource.c: In function ‘java_source_getrange’:
../../../plugins/javasource/javasource.c:834:30: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  834 |         if (size > 0 && size <= toRead)
      |                              ^~
../../../plugins/javasource/javasource.c:839:22: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  839 |             if (size < toRead)
      |                      ^
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -fbuiltin -DHAVE_STDINT_H -DLINUX -DENABLE_PULL_MODE -DENABLE_SOURCE_SEEKING -D__MEDIALIB_OLD_NAMES -DGST_DISABLE_LOADSAVE -DGST_DISABLE_GST_DEBUG -DGSTREAMER_LITE -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../plugins/progressbuffer -I../../../plugins/progressbuffer/posix -I../../../plugins/javasource -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -c ../../../plugins/javasource/marshal.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/javasource/marshal.o
../../../plugins/fxplugins.c:73:1: warning: missing initializer for field ‘_gst_reserved’ of ‘GstPluginDesc’ {aka ‘struct _GstPluginDesc’} [-Wmissing-field-initializers]
   73 | };
      | ^
In file included from ../../../gstreamer-lite/gstreamer/gst/gstelementfactory.h:38,
                 from ../../../gstreamer-lite/gstreamer/gst/gstelement.h:90,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbin.h:27,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:35,
                 from ../../../plugins/fxplugins.c:26:
../../../gstreamer-lite/gstreamer/gst/gstplugin.h:184:12: note: ‘_gst_reserved’ declared here
  184 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../plugins/progressbuffer/progressbuffer.c: In function ‘progress_buffer_get_type’:
../../../plugins/progressbuffer/progressbuffer.c:134:16: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  134 |                (GClassInitFunc) progress_buffer_class_intern_init,
      |                ^
../../../plugins/progressbuffer/progressbuffer.c:136:16: warning: cast between incompatible function types from ‘void (*)(ProgressBuffer *)’ {aka ‘void (*)(struct _ProgressBuffer *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type]
  136 |                (GInstanceInitFunc) progress_buffer_init,
      |                ^
../../../plugins/progressbuffer/progressbuffer.c: In function ‘progress_buffer_perform_push_seek’:
../../../plugins/progressbuffer/progressbuffer.c:715:39: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘guint64’ {aka ‘long unsigned int’} [-Wsign-compare]
  715 |     element->instant_seek = (position >= element->sink_segment.start &&
      |                                       ^~
../../../plugins/progressbuffer/progressbuffer.c: In function ‘pending_range_start’:
../../../plugins/progressbuffer/progressbuffer.c:1004:41: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1004 |             element->sink_segment.start > element->range_start);
      |                                         ^
../../../plugins/progressbuffer/progressbuffer.c: In function ‘pending_range_stop’:
../../../plugins/progressbuffer/progressbuffer.c:1010:44: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1010 |             element->sink_segment.position < element->range_stop);
      |                                            ^
../../../plugins/progressbuffer/progressbuffer.c: In function ‘progress_buffer_range_monitor’:
../../../plugins/progressbuffer/progressbuffer.c:1029:66: warning: implicit conversion from ‘enum <anonymous>’ to ‘GstEventType’ [-Wenum-conversion]
 1029 |         gst_pad_push_event(element->srcpad, gst_event_new_custom(FX_EVENT_RANGE_READY, NULL));
      |                                                                  ^~~~~~~~~~~~~~~~~~~~
../../../plugins/progressbuffer/progressbuffer.c: In function ‘progress_buffer_getrange’:
../../../plugins/progressbuffer/progressbuffer.c:1051:36: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘long int’ [-Wsign-compare]
 1051 |     if (element->sink_segment.stop < (gint64)end_position)
      |                                    ^
../../../plugins/progressbuffer/progressbuffer.c:1053:42: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘long int’ [-Wsign-compare]
 1053 |     else if (element->sink_segment.start <= (gint64)start_position &&
      |                                          ^~
../../../plugins/progressbuffer/progressbuffer.c:1054:45: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘long int’ [-Wsign-compare]
 1054 |              element->sink_segment.position >= (gint64)end_position)
      |                                             ^~
../../../plugins/progressbuffer/progressbuffer.c:1059:53: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘long int’ [-Wsign-compare]
 1059 |         needs_seeking = element->sink_segment.start > (gint64)start_position;
      |                                                     ^
../../../plugins/progressbuffer/progressbuffer.c:1066:44: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘long int’ [-Wsign-compare]
 1066 |         if (element->sink_segment.position < (gint64)end_position)
      |                                            ^
../../../plugins/progressbuffer/progressbuffer.c:1070:44: warning: comparison of integer expressions of different signedness: ‘guint64’ {aka ‘long unsigned int’} and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
 1070 |             if (element->sink_segment.stop < element->range_stop)
      |                                            ^
g++ -shared /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/fxplugins.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/progressbuffer/progressbuffer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/progressbuffer/hlsprogressbuffer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/progressbuffer/posix/filecache.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/javasource/javasource.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/fxplugins/javasource/marshal.o -L/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release -lgstreamer-lite -lgobject-2.0 -lglib-2.0  -z relro -static-libgcc -static-libstdc++ -Wl,--gc-sections -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/libfxplugins.so
make: Leaving directory '/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/src/main/native/gstreamer/projects/linux/fxplugins'

> Task :media:buildAVPlugin
make: Entering directory '/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/src/main/native/gstreamer/projects/linux/avplugin'
mkdir -p /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -fbuiltin -DHAVE_STDINT_H -DLINUX -DGST_DISABLE_LOADSAVE -DGSTREAMER_LITE -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../plugins/av -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -c ../../../plugins/av/fxavcodecplugin.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/fxavcodecplugin.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -fbuiltin -DHAVE_STDINT_H -DLINUX -DGST_DISABLE_LOADSAVE -DGSTREAMER_LITE -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../plugins/av -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -c ../../../plugins/av/avelement.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/avelement.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -fbuiltin -DHAVE_STDINT_H -DLINUX -DGST_DISABLE_LOADSAVE -DGSTREAMER_LITE -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../plugins/av -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -c ../../../plugins/av/decoder.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/decoder.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -fbuiltin -DHAVE_STDINT_H -DLINUX -DGST_DISABLE_LOADSAVE -DGSTREAMER_LITE -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../plugins/av -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -c ../../../plugins/av/audiodecoder.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/audiodecoder.o
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -fbuiltin -DHAVE_STDINT_H -DLINUX -DGST_DISABLE_LOADSAVE -DGSTREAMER_LITE -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../plugins/av -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -c ../../../plugins/av/videodecoder.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/videodecoder.o
../../../plugins/av/decoder.c: In function ‘basedecoder_get_type’:
../../../plugins/av/decoder.c:64:16: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
   64 |                (GClassInitFunc) basedecoder_class_intern_init,
      |                ^
../../../plugins/av/decoder.c:66:16: warning: cast between incompatible function types from ‘void (*)(BaseDecoder *)’ {aka ‘void (*)(struct _BaseDecoder *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type]
   66 |                (GInstanceInitFunc) basedecoder_init,
      |                ^
../../../plugins/av/decoder.c: In function ‘basedecoder_class_init’:
../../../plugins/av/decoder.c:79:5: warning: ‘avcodec_register_all’ is deprecated [-Wdeprecated-declarations]
   79 |     avcodec_register_all();
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../plugins/av/decoder.h:30,
                 from ../../../plugins/av/decoder.c:26:
/usr/include/libavcodec/avcodec.h:4159:6: note: declared here
 4159 | void avcodec_register_all(void);
      |      ^~~~~~~~~~~~~~~~~~~~
../../../plugins/av/avelement.c: In function ‘avelement_get_type’:
../../../plugins/av/avelement.c:54:16: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
   54 |                (GClassInitFunc) avelement_class_intern_init,
      |                ^
../../../plugins/av/avelement.c:56:16: warning: cast between incompatible function types from ‘void (*)(AVElement *)’ {aka ‘void (*)(struct _AVElement *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type]
   56 |                (GInstanceInitFunc) avelement_init,
      |                ^
../../../plugins/av/videodecoder.c: In function ‘videodecoder_get_type’:
../../../plugins/av/videodecoder.c:93:16: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
   93 |                (GClassInitFunc) videodecoder_class_intern_init,
      |                ^
../../../plugins/av/videodecoder.c:95:16: warning: cast between incompatible function types from ‘void (*)(VideoDecoder *)’ {aka ‘void (*)(struct _VideoDecoder *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type]
   95 |                (GInstanceInitFunc) videodecoder_init,
      |                ^
../../../plugins/av/videodecoder.c: In function ‘videodecoder_chain’:
../../../plugins/av/videodecoder.c:402:13: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations]
  402 |             num_dec = avcodec_decode_video2(base->context, base->frame, &decoder->frame_finished, &decoder->packet);
      |             ^~~~~~~
In file included from ../../../plugins/av/decoder.h:30,
                 from ../../../plugins/av/videodecoder.h:29,
                 from ../../../plugins/av/videodecoder.c:35:
/usr/include/libavcodec/avcodec.h:4828:5: note: declared here
 4828 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
      |     ^~~~~~~~~~~~~~~~~~~~~
../../../plugins/av/videodecoder.c:403:13: warning: ‘av_free_packet’ is deprecated [-Wdeprecated-declarations]
  403 |             av_free_packet(&decoder->packet);
      |             ^~~~~~~~~~~~~~
In file included from ../../../plugins/av/decoder.h:30,
                 from ../../../plugins/av/videodecoder.h:29,
                 from ../../../plugins/av/videodecoder.c:35:
/usr/include/libavcodec/avcodec.h:4473:6: note: declared here
 4473 | void av_free_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
../../../plugins/av/videodecoder.c:421:9: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations]
  421 |         num_dec = avcodec_decode_video2(base->context, base->frame, &decoder->frame_finished, &decoder->packet);
      |         ^~~~~~~
In file included from ../../../plugins/av/decoder.h:30,
                 from ../../../plugins/av/videodecoder.h:29,
                 from ../../../plugins/av/videodecoder.c:35:
/usr/include/libavcodec/avcodec.h:4828:5: note: declared here
 4828 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
      |     ^~~~~~~~~~~~~~~~~~~~~
gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -fbuiltin -DHAVE_STDINT_H -DLINUX -DGST_DISABLE_LOADSAVE -DGSTREAMER_LITE -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I../../../plugins -I../../../plugins/av -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -c ../../../plugins/av/mpegtsdemuxer.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/mpegtsdemuxer.o
../../../plugins/av/fxavcodecplugin.c:53:1: warning: missing initializer for field ‘_gst_reserved’ of ‘GstPluginDesc’ {aka ‘struct _GstPluginDesc’} [-Wmissing-field-initializers]
   53 | };
      | ^
In file included from ../../../gstreamer-lite/gstreamer/gst/gstelementfactory.h:38,
                 from ../../../gstreamer-lite/gstreamer/gst/gstelement.h:90,
                 from ../../../gstreamer-lite/gstreamer/gst/gstbin.h:27,
                 from ../../../gstreamer-lite/gstreamer/gst/gst.h:35,
                 from ../../../plugins/av/fxavcodecplugin.c:26:
../../../gstreamer-lite/gstreamer/gst/gstplugin.h:184:12: note: ‘_gst_reserved’ declared here
  184 |   gpointer _gst_reserved[GST_PADDING];
      |            ^~~~~~~~~~~~~
../../../plugins/av/audiodecoder.c: In function ‘audiodecoder_get_type’:
../../../plugins/av/audiodecoder.c:106:16: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  106 |                (GClassInitFunc) audiodecoder_class_intern_init,
      |                ^
../../../plugins/av/audiodecoder.c:108:16: warning: cast between incompatible function types from ‘void (*)(AudioDecoder *)’ {aka ‘void (*)(struct _AudioDecoder *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type]
  108 |                (GInstanceInitFunc) audiodecoder_init,
      |                ^
../../../plugins/av/audiodecoder.c: In function ‘audiodecoder_chain’:
../../../plugins/av/audiodecoder.c:719:5: warning: ‘avcodec_decode_audio4’ is deprecated [-Wdeprecated-declarations]
  719 |     num_dec = avcodec_decode_audio4(base->context, base->frame, &got_frame, &decoder->packet);
      |     ^~~~~~~
In file included from ../../../plugins/av/decoder.h:30,
                 from ../../../plugins/av/audiodecoder.h:29,
                 from ../../../plugins/av/audiodecoder.c:37:
/usr/include/libavcodec/avcodec.h:4779:5: note: declared here
 4779 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
      |     ^~~~~~~~~~~~~~~~~~~~~
../../../plugins/av/mpegtsdemuxer.c: In function ‘mpegts_demuxer_get_type’:
../../../plugins/av/mpegtsdemuxer.c:179:16: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  179 |                (GClassInitFunc) mpegts_demuxer_class_intern_init,
      |                ^
../../../plugins/av/mpegtsdemuxer.c:181:16: warning: cast between incompatible function types from ‘void (*)(MpegTSDemuxer *)’ {aka ‘void (*)(struct _MpegTSDemuxer *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type]
  181 |                (GInstanceInitFunc) mpegts_demuxer_init,
      |                ^
../../../plugins/av/mpegtsdemuxer.c: In function ‘mpegts_demuxer_class_init’:
../../../plugins/av/mpegtsdemuxer.c:229:5: warning: ‘av_register_all’ is deprecated [-Wdeprecated-declarations]
  229 |     av_register_all();
      |     ^~~~~~~~~~~~~~~
In file included from ../../../plugins/av/mpegtsdemuxer.h:30,
                 from ../../../plugins/av/mpegtsdemuxer.c:30:
/usr/include/libavformat/avformat.h:2050:6: note: declared here
 2050 | void av_register_all(void);
      |      ^~~~~~~~~~~~~~~
../../../plugins/av/mpegtsdemuxer.c: In function ‘mpegts_demuxer_chain’:
../../../plugins/av/mpegtsdemuxer.c:351:94: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘gint64’ {aka ‘long int’} [-Wsign-compare]
  351 |     while (((gint64)gst_adapter_available(demuxer->sink_adapter) + gst_buffer_get_size(buf)) >= demuxer->adapter_limit_size &&
      |                                                                                              ^~
../../../plugins/av/mpegtsdemuxer.c: In function ‘mpegts_demuxer_expect_more_pads’:
../../../plugins/av/mpegtsdemuxer.c:503:29: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare]
  503 |     return demuxer->numpads < demuxer->context->nb_streams;
      |                             ^
../../../plugins/av/mpegtsdemuxer.c: In function ‘mpegts_demuxer_check_streams’:
../../../plugins/av/mpegtsdemuxer.c:539:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
  539 |     for (i = 0; i < demuxer->context->nb_streams; i++)
      |                   ^
../../../plugins/av/mpegtsdemuxer.c:541:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  541 |         switch (demuxer->context->streams[i]->codec->codec_type)
      |         ^~~~~~
In file included from ../../../plugins/av/mpegtsdemuxer.h:30,
                 from ../../../plugins/av/mpegtsdemuxer.c:30:
/usr/include/libavformat/avformat.h:885:21: note: declared here
  885 |     AVCodecContext *codec;
      |                     ^~~~~
../../../plugins/av/mpegtsdemuxer.c:549:21: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  549 |                     if (stream->codec->codec_id == AV_CODEC_ID_H264)
      |                     ^~
In file included from ../../../plugins/av/mpegtsdemuxer.h:30,
                 from ../../../plugins/av/mpegtsdemuxer.c:30:
/usr/include/libavformat/avformat.h:885:21: note: declared here
  885 |     AVCodecContext *codec;
      |                     ^~~~~
../../../plugins/av/mpegtsdemuxer.c:555:25: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  555 |                         demuxer->video.codec_id = stream->codec->codec_id;
      |                         ^~~~~~~
In file included from ../../../plugins/av/mpegtsdemuxer.h:30,
                 from ../../../plugins/av/mpegtsdemuxer.c:30:
/usr/include/libavformat/avformat.h:885:21: note: declared here
  885 |     AVCodecContext *codec;
      |                     ^~~~~
../../../plugins/av/mpegtsdemuxer.c:562:25: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  562 |                         GstBuffer *codec_data = get_codec_extradata(stream->codec);
      |                         ^~~~~~~~~
In file included from ../../../plugins/av/mpegtsdemuxer.h:30,
                 from ../../../plugins/av/mpegtsdemuxer.c:30:
/usr/include/libavformat/avformat.h:885:21: note: declared here
  885 |     AVCodecContext *codec;
      |                     ^~~~~
../../../plugins/av/mpegtsdemuxer.c:580:21: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  580 |                     if (stream->codec->codec_id == AV_CODEC_ID_AAC)
      |                     ^~
In file included from ../../../plugins/av/mpegtsdemuxer.h:30,
                 from ../../../plugins/av/mpegtsdemuxer.c:30:
/usr/include/libavformat/avformat.h:885:21: note: declared here
  885 |     AVCodecContext *codec;
      |                     ^~~~~
../../../plugins/av/mpegtsdemuxer.c:586:25: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  586 |                         demuxer->audio.codec_id = stream->codec->codec_id;
      |                         ^~~~~~~
In file included from ../../../plugins/av/mpegtsdemuxer.h:30,
                 from ../../../plugins/av/mpegtsdemuxer.c:30:
/usr/include/libavformat/avformat.h:885:21: note: declared here
  885 |     AVCodecContext *codec;
      |                     ^~~~~
../../../plugins/av/mpegtsdemuxer.c:591:53: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  591 |                                                     "channels", G_TYPE_INT, stream->codec->channels,
      |                                                     ^~~~~~~~~~
In file included from ../../../plugins/av/mpegtsdemuxer.h:30,
                 from ../../../plugins/av/mpegtsdemuxer.c:30:
/usr/include/libavformat/avformat.h:885:21: note: declared here
  885 |     AVCodecContext *codec;
      |                     ^~~~~
../../../plugins/av/mpegtsdemuxer.c:592:53: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  592 |                                                     "rate", G_TYPE_INT, stream->codec->sample_rate,
      |                                                     ^~~~~~
In file included from ../../../plugins/av/mpegtsdemuxer.h:30,
                 from ../../../plugins/av/mpegtsdemuxer.c:30:
/usr/include/libavformat/avformat.h:885:21: note: declared here
  885 |     AVCodecContext *codec;
      |                     ^~~~~
../../../plugins/av/mpegtsdemuxer.c:593:53: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  593 |                                                     "bitrate", G_TYPE_INT, stream->codec->bit_rate,
      |                                                     ^~~~~~~~~
In file included from ../../../plugins/av/mpegtsdemuxer.h:30,
                 from ../../../plugins/av/mpegtsdemuxer.c:30:
/usr/include/libavformat/avformat.h:885:21: note: declared here
  885 |     AVCodecContext *codec;
      |                     ^~~~~
../../../plugins/av/mpegtsdemuxer.c:596:25: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  596 |                         GstBuffer *codec_data = get_codec_extradata(stream->codec);
      |                         ^~~~~~~~~
In file included from ../../../plugins/av/mpegtsdemuxer.h:30,
                 from ../../../plugins/av/mpegtsdemuxer.c:30:
/usr/include/libavformat/avformat.h:885:21: note: declared here
  885 |     AVCodecContext *codec;
      |                     ^~~~~
../../../plugins/av/mpegtsdemuxer.c: In function ‘same_stream’:
../../../plugins/av/mpegtsdemuxer.c:636:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations]
  636 |     return demuxer->context->streams[packet->stream_index]->codec->codec_id == stream->codec_id;
      |     ^~~~~~
In file included from ../../../plugins/av/mpegtsdemuxer.h:30,
                 from ../../../plugins/av/mpegtsdemuxer.c:30:
/usr/include/libavformat/avformat.h:885:21: note: declared here
  885 |     AVCodecContext *codec;
      |                     ^~~~~
../../../plugins/av/mpegtsdemuxer.c: In function ‘mpegts_demuxer_read_frame’:
../../../plugins/av/mpegtsdemuxer.c:879:5: warning: ‘av_free_packet’ is deprecated [-Wdeprecated-declarations]
  879 |     av_free_packet(&packet);
      |     ^~~~~~~~~~~~~~
In file included from ../../../plugins/av/avelement.h:30,
                 from ../../../plugins/av/mpegtsdemuxer.h:29,
                 from ../../../plugins/av/mpegtsdemuxer.c:30:
/usr/include/libavcodec/avcodec.h:4473:6: note: declared here
 4473 | void av_free_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
../../../plugins/av/mpegtsdemuxer.c: In function ‘mpegts_demuxer_process_input’:
../../../plugins/av/mpegtsdemuxer.c:954:68: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
  954 |                 gst_adapter_flush(demuxer->sink_adapter, available > demuxer->offset ? demuxer->offset : available);
      |                                                                    ^
../../../plugins/av/mpegtsdemuxer.c:954:106: warning: operand of ‘?:’ changes signedness from ‘gint’ {aka ‘int’} to ‘guint’ {aka ‘unsigned int’} due to unsignedness of other operand [-Wsign-compare]
  954 |                 gst_adapter_flush(demuxer->sink_adapter, available > demuxer->offset ? demuxer->offset : available);
      |                                                                                                          ^~~~~~~~~
../../../plugins/av/mpegtsdemuxer.c: In function ‘mpegts_demuxer_read_packet’:
../../../plugins/av/mpegtsdemuxer.c:1003:22: warning: comparison of integer expressions of different signedness: ‘gint’ {aka ‘int’} and ‘guint’ {aka ‘unsigned int’} [-Wsign-compare]
 1003 |     while (available < demuxer->offset + size &&
      |                      ^
../../../plugins/av/mpegtsdemuxer.c: In function ‘mpegts_demuxer_sink_query’:
../../../plugins/av/mpegtsdemuxer.c:1127:38: warning: comparison of integer expressions of different signedness: ‘gint64’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
 1127 |                         if (duration != GST_CLOCK_TIME_NONE)
      |                                      ^~
g++ -shared /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/fxavcodecplugin.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/avelement.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/decoder.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/audiodecoder.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/videodecoder.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/mpegtsdemuxer.o -L/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release -lgstreamer-lite -lgobject-2.0 -lglib-2.0  -z relro -static-libgcc -static-libstdc++ -Wl,--gc-sections -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lavcodec -lavformat  -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/libavplugin.so
make: Leaving directory '/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/src/main/native/gstreamer/projects/linux/avplugin'

> Task :updateCacheIfNeeded UP-TO-DATE

> Task :media:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :media:compileToolsJava

> Task :media:generateMediaErrorHeader
HeaderGen: Creating header file at path: /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media/jfxmedia_errors.h

> Task :media:buildLinuxNative
make: Entering directory '/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/src/main/native/jfxmedia/projects/linux'
mkdir -p /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/MediaManagement /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Locator /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Utils /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Utils/posix /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer
mkdir -p /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/MediaManagement /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Locator /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Utils /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Utils/posix /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer
mkdir -p /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/MediaManagement /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Locator /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Utils /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Utils/posix /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../jni/com_sun_media_jfxmedia_logging_Logger.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/com_sun_media_jfxmedia_logging_Logger.o
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../jni/JavaBandsHolder.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/JavaBandsHolder.o
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../jni/JavaMediaWarningListener.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/JavaMediaWarningListener.o
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../jni/JavaPlayerEventDispatcher.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/JavaPlayerEventDispatcher.o
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../jni/JniUtils.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/JniUtils.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../jni/Logger.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/Logger.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../jni/NativeVideoBuffer.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/NativeVideoBuffer.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../jni/NativeAudioEqualizer.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/NativeAudioEqualizer.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../jni/NativeAudioSpectrum.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/NativeAudioSpectrum.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../jni/NativeEqualizerBand.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/NativeEqualizerBand.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../jni/JavaInputStreamCallbacks.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/JavaInputStreamCallbacks.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../PipelineManagement/AudioTrack.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/AudioTrack.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../PipelineManagement/Pipeline.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/Pipeline.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../PipelineManagement/PipelineFactory.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/PipelineFactory.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../PipelineManagement/Track.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/Track.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../PipelineManagement/VideoFrame.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/VideoFrame.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../PipelineManagement/VideoTrack.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/VideoTrack.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../PipelineManagement/SubtitleTrack.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/SubtitleTrack.o
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../MediaManagement/Media.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/MediaManagement/Media.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../MediaManagement/MediaManager.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/MediaManagement/MediaManager.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../Locator/Locator.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Locator/Locator.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../Locator/LocatorStream.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Locator/LocatorStream.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../Utils/MediaWarningDispatcher.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Utils/MediaWarningDispatcher.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../Utils/posix/posix_critical_section.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Utils/posix/posix_critical_section.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../platform/gstreamer/GstMedia.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstMedia.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../platform/gstreamer/GstMediaPlayer.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstMediaPlayer.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../platform/gstreamer/GstPlatform.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstPlatform.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../platform/gstreamer/GstAudioEqualizer.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstAudioEqualizer.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../platform/gstreamer/GstAudioPlaybackPipeline.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../platform/gstreamer/GstAudioSpectrum.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstAudioSpectrum.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../platform/gstreamer/GstAVPlaybackPipeline.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../platform/gstreamer/GstElementContainer.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstElementContainer.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
../../platform/gstreamer/GstAudioEqualizer.cpp: In member function ‘virtual CEqualizerBand* CGstAudioEqualizer::AddBand(double, double, double)’:
../../platform/gstreamer/GstAudioEqualizer.cpp:156:71: warning: implicitly-declared ‘constexpr CGstEqualizerBand& CGstEqualizerBand::operator=(const CGstEqualizerBand&)’ is deprecated [-Wdeprecated-copy]
  156 |         m_BandMap[frequency] = CGstEqualizerBand(bandwidth, gain, this);
      |                                                                       ^
../../platform/gstreamer/GstAudioEqualizer.cpp:43:1: note: because ‘CGstEqualizerBand’ has user-provided ‘CGstEqualizerBand::CGstEqualizerBand(const CGstEqualizerBand&)’
   43 | CGstEqualizerBand::CGstEqualizerBand(const CGstEqualizerBand& other)
      | ^~~~~~~~~~~~~~~~~
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../platform/gstreamer/GstJniUtils.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstJniUtils.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
../../platform/gstreamer/GstAVPlaybackPipeline.cpp: In static member function ‘static void CGstAVPlaybackPipeline::on_pad_added(GstElement*, GstPad*, CGstAVPlaybackPipeline*)’:
../../platform/gstreamer/GstAVPlaybackPipeline.cpp:511:22: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  511 |             GTimeVal now;
      |                      ^~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer/gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../platform/gstreamer/GstAVPlaybackPipeline.h:30,
                 from ../../platform/gstreamer/GstAVPlaybackPipeline.cpp:26:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
../../platform/gstreamer/GstAVPlaybackPipeline.cpp:512:37: warning: ‘void g_get_current_time(GTimeVal*)’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  512 |             g_get_current_time (&now);
      |                                     ^
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from ../../../gstreamer/gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../platform/gstreamer/GstAVPlaybackPipeline.h:30,
                 from ../../platform/gstreamer/GstAVPlaybackPipeline.cpp:26:
/usr/include/glib-2.0/glib/gmain.h:679:8: note: declared here
  679 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
../../platform/gstreamer/GstAudioPlaybackPipeline.cpp: In member function ‘virtual uint32_t CGstAudioPlaybackPipeline::Init()’:
../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:148:41: warning: cast between incompatible function types from ‘gboolean (*)(GstBus*, GstMessage*, sBusCallbackContent*)’ {aka ‘int (*)(_GstBus*, _GstMessage*, sBusCallbackContent*)’} to ‘GSourceFunc’ {aka ‘int (*)(void*)’} [-Wcast-function-type]
  148 |     g_source_set_callback(m_pBusSource, (GSourceFunc)BusCallback, m_pBusCallbackContent, (GDestroyNotify)BusCallbackDestroyNotify);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~
../../platform/gstreamer/GstAudioPlaybackPipeline.cpp: In static member function ‘static void CGstAudioPlaybackPipeline::OnParserSrcPadAdded(GstElement*, GstPad*, CGstAudioPlaybackPipeline*)’:
../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:254:22: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  254 |             GTimeVal now;
      |                      ^~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer/gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.h:34,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:26:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:255:37: warning: ‘void g_get_current_time(GTimeVal*)’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  255 |             g_get_current_time (&now);
      |                                     ^
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from ../../../gstreamer/gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.h:34,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:26:
/usr/include/glib-2.0/glib/gmain.h:679:8: note: declared here
  679 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:275:22: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  275 |             GTimeVal now;
      |                      ^~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer/gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.h:34,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:26:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:276:37: warning: ‘void g_get_current_time(GTimeVal*)’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  276 |             g_get_current_time (&now);
      |                                     ^
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from ../../../gstreamer/gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.h:34,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:26:
/usr/include/glib-2.0/glib/gmain.h:679:8: note: declared here
  679 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:293:22: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  293 |             GTimeVal now;
      |                      ^~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer/gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.h:34,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:26:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:294:37: warning: ‘void g_get_current_time(GTimeVal*)’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  294 |             g_get_current_time (&now);
      |                                     ^
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from ../../../gstreamer/gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.h:34,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:26:
/usr/include/glib-2.0/glib/gmain.h:679:8: note: declared here
  679 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:319:22: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  319 |             GTimeVal now;
      |                      ^~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../../../gstreamer/gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.h:34,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:26:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:320:37: warning: ‘void g_get_current_time(GTimeVal*)’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  320 |             g_get_current_time (&now);
      |                                     ^
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from ../../../gstreamer/gstreamer-lite/gstreamer/gst/gst.h:27,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.h:34,
                 from ../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:26:
/usr/include/glib-2.0/glib/gmain.h:679:8: note: declared here
  679 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
../../platform/gstreamer/GstAudioPlaybackPipeline.cpp: In static member function ‘static gboolean CGstAudioPlaybackPipeline::BusCallback(GstBus*, GstMessage*, sBusCallbackContent*)’:
../../platform/gstreamer/GstAudioPlaybackPipeline.cpp:1442:37: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
 1442 |                     for (int i=0; i < bandsNum; i++)
      |                                   ~~^~~~~~~~~~
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../platform/gstreamer/GstMediaManager.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstMediaManager.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../platform/gstreamer/GstPipelineFactory.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstPipelineFactory.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -fno-rtti -ffunction-sections -fdata-sections -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c++ -c ../../platform/gstreamer/GstVideoFrame.cpp -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstVideoFrame.o
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
gcc -DTARGET_OS_LINUX=1 -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -DGST_DISABLE_XML -DHAVE_CONFIG_H -DJFXMEDIA_JNI_EXPORTS -DLINUX -ffunction-sections -fdata-sections -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wformat -Wextra -Wformat-security -fstack-protector -Werror=implicit-function-declaration -Werror=trampolines -msse2 -DGSTREAMER_LITE -I../.. -I/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/gensrc/headers/javafx.media -I/usr/lib/jvm/java-11-openjdk/include -I/usr/lib/jvm/java-11-openjdk/include/linux -I../../../gstreamer/gstreamer-lite/gstreamer -I../../../gstreamer/gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer/gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -x c -c ../../Utils/ColorConverter.c -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Utils/ColorConverter.o
../../platform/gstreamer/GstPipelineFactory.cpp: In static member function ‘static GstElement* CGstPipelineFactory::GetByFactoryName(GstElement*, const char*)’:
../../platform/gstreamer/GstPipelineFactory.cpp:891:24: warning: missing initializer for member ‘_GValue::data’ [-Wmissing-field-initializers]
  891 |     GValue item = { 0, };
      |                        ^
../../platform/gstreamer/GstVideoFrame.cpp: In member function ‘void CGstVideoFrame::SetFrameCaps(GstCaps*)’:
../../platform/gstreamer/GstVideoFrame.cpp:193:89: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘gint’ {aka ‘int’} [-Wsign-compare]
  193 |             } else if (0x0000ff00 == red_mask || 0x00ff0000 == green_mask || 0xff000000 == blue_mask) {
      |                                                                              ~~~~~~~~~~~^~~~~~~~~~~~
g++ -shared /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/com_sun_media_jfxmedia_logging_Logger.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/JavaBandsHolder.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/JavaMediaWarningListener.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/JavaPlayerEventDispatcher.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/JniUtils.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/Logger.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/NativeVideoBuffer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/NativeAudioEqualizer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/NativeAudioSpectrum.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/NativeEqualizerBand.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/jni/JavaInputStreamCallbacks.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/AudioTrack.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/Pipeline.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/PipelineFactory.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/Track.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/VideoFrame.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/VideoTrack.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/PipelineManagement/SubtitleTrack.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/MediaManagement/Media.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/MediaManagement/MediaManager.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Locator/Locator.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Locator/LocatorStream.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Utils/MediaWarningDispatcher.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Utils/posix/posix_critical_section.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstMedia.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstMediaPlayer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstPlatform.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstAudioEqualizer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstAudioPlaybackPipeline.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstAudioSpectrum.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstAVPlaybackPipeline.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstElementContainer.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstJniUtils.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstMediaManager.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstPipelineFactory.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/platform/gstreamer/GstVideoFrame.o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/obj/jfxmedia/Utils/ColorConverter.o  -Wl,-rpath,\$ORIGIN -L/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release -lgstreamer-lite -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0  -z relro -static-libgcc -static-libstdc++ -Wl,--gc-sections -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o /build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/build/native/linux/Release/libjfxmedia.so
make: Leaving directory '/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.media/src/main/native/jfxmedia/projects/linux'

> Task :media:buildNativeTargets
> Task :media:processResources
> Task :media:classes
> Task :media:jar SKIPPED
> Task :media:assemble UP-TO-DATE
> Task :buildModuleMediaLinux

> Task :swt:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :swt:processResources NO-SOURCE
> Task :swt:classes
> Task :javafxSwtLinux
> Task :javafxSwtIndexLinux
> Task :buildModuleSWTLinux

> Task :controls:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :controls:processResources
> Task :controls:classes
> Task :controls:jar SKIPPED
> Task :web:copyPreGeneratedWrappers

> Task :web:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :web:compileNativeLinux FAILED
+  cmake -DPORT="Java" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Release -DSHOW_BINDINGS_GENERATION_PROGRESS=1   -DENABLE_TOOLS=1 -DCMAKE_C_COMPILER='gcc' -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_C_FLAGS='-fno-strict-aliasing -fPIC -fno-omit-frame-pointer -fstack-protector -Wno-error=cast-function-type -Wextra -Wall -Wformat-security -Wno-unused -Wno-parentheses -Werror=implicit-function-declaration -Werror=trampolines -march=x86-64 -mtune=generic -O2 -pipe -fno-plt' -DCMAKE_CXX_FLAGS='-fno-strict-aliasing -fPIC -fno-omit-frame-pointer -fstack-protector -Wno-error=cast-function-type -Wextra -Wall -Wformat-security -Wno-unused -Wno-parentheses -Werror=implicit-function-declaration -Werror=trampolines -march=x86-64 -mtune=generic -O2 -pipe -fno-plt' -DCMAKE_SHARED_LINKER_FLAGS='-static-libgcc -static-libstdc++ -shared -fno-strict-aliasing -fPIC -fno-omit-frame-pointer -fstack-protector -Wno-error=cast-function-type -Wextra -Wall -Wformat-security -Wno-unused -Wno-parentheses -Werror=implicit-function-declaration -Werror=trampolines -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -z relro -Wl,--gc-sections -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' -DCMAKE_EXE_LINKER_FLAGS='-static-libgcc -static-libstdc++  -fno-strict-aliasing -fPIC -fno-omit-frame-pointer -fstack-protector -Wno-error=cast-function-type -Wextra -Wall -Wformat-security -Wno-unused -Wno-parentheses -Werror=implicit-function-declaration -Werror=trampolines -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -z relro -Wl,--gc-sections -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' -DJAVAFX_RELEASE_VERSION=14 "/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.web/src/main/native"
-- The C compiler identification is GNU 10.1.0
-- The CXX compiler identification is GNU 10.1.0
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The CMake build type is: Release
-- Found Perl: /usr/bin/perl (found suitable version "5.30.2", minimum required is "5.10.0") 
CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args`
  (PerlModules_JSON::PP) does not match the name of the calling package
  (PerlModules).  This can lead to problems in calling code that expects
  `find_package` result variables (e.g., `_FOUND`) to follow a certain
  pattern.
Call Stack (most recent call first):
  Source/cmake/FindPerlModules.cmake:68 (find_package_handle_standard_args)
  Source/cmake/WebKitCommon.cmake:18 (find_package)
  CMakeLists.txt:170 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found PerlModules_JSON::PP: TRUE  
-- Found PerlModules: TRUE  found components: JSON::PP 
CMake Error at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:164 (message):
  Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at
  least version "2.7.0")
Call Stack (most recent call first):
  /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:445 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.17/Modules/FindPythonInterp.cmake:169 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  Source/cmake/WebKitCommon.cmake:21 (find_package)
  CMakeLists.txt:170 (include)


-- Configuring incomplete, errors occurred!
See also "/build/java-openjfx/src/jfx-14.0.2-0/modules/javafx.web/build/linux/Release/CMakeFiles/CMakeOutput.log".

FAILURE: Build failed with an exception.

* Where:
Build file '/build/java-openjfx/src/jfx-14.0.2-0/build.gradle' line: 3430

* What went wrong:
Execution failed for task ':web:compileNativeLinux'.
> Process 'command 'perl'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 2m 14s
58 actionable tasks: 58 executed
==> ERROR: A failure occurred in build().
    Aborting...

Offline

#9 2020-05-25 23:28:40

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,452
Website

Re: java-openjfx python2

Why did you do it that way?  It seems a bit of a biased test: it was already accepted that it was a makedepends.  The question is whether it should be a runtime dependency.  So showing that the build fails without it as at least a makedepends is not illustrative.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#10 2020-05-25 23:32:41

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: java-openjfx python2

Sorry missed there was agreement it was needed as a build dependency.  java-openjfx 14.0.2.u0-1 does build with python as well as python2,  which is a change from older versions.
Edit:
Currently I can not connect at the TCP level to bugs.archlinux.org so I am only going off this thread and not the bug report https://bugs.archlinux.org/task/66776

Last edited by loqs (2020-05-25 23:40:30)

Offline

Board footer

Powered by FluxBB