gstreamer/ext/libpng
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
..
gstpng.c libpng: allow per feature registration 2021-03-29 12:45:21 +02:00
gstpng.h libpng: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
gstpngdec.c Use g_memdup2() where available and add fallback for older GLib versions 2021-06-02 17:34:38 +01:00
gstpngdec.h libpng: allow per feature registration 2021-03-29 12:45:21 +02:00
gstpngenc.c libpng: allow per feature registration 2021-03-29 12:45:21 +02:00
gstpngenc.h libpng: allow per feature registration 2021-03-29 12:45:21 +02:00
meson.build doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00