gstreamer/tests
Tim-Philipp Müller bf56fd97b6 Use g_memdup2() where available and add fallback for older GLib versions
- png: alloc size variable is a png type that's always 32-bit
- vpx: alloc size based on existing allocation
- wavpack: alloc size based on existing allocation
- icles: gdkpixbufoverlay: trusted and hard-coded input data
- rtp tests: rtp-payloading, vp8, vp9, h264, h265: trusted and/or static input data

g_memdup() is deprecated since GLib 2.68 and we want to avoid
deprecation warnings with recent versions of GLib.

Also use gst_buffer_new_memdup() instead of _wrapped(g_memdup(),..)

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/993>
2021-06-02 17:34:38 +01:00
..
check Use g_memdup2() where available and add fallback for older GLib versions 2021-06-02 17:34:38 +01:00
examples Use gst_element_request_pad_simple 2021-05-05 06:17:20 +00:00
files Remove autotools build system 2019-10-14 11:04:18 +01:00
icles Use g_memdup2() where available and add fallback for older GLib versions 2021-06-02 17:34:38 +01:00
meson.build meson: don't build icles when tests are disabled 2019-02-28 08:52:28 +00:00