gstreamer/ext
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
..
aalib aalib: allow per feature registration 2021-03-29 12:45:13 +02:00
cairo cairo: allow per feature registration 2021-03-29 12:45:23 +02:00
dv dv: allow per feature registration 2021-03-29 12:45:21 +02:00
flac flac: allow per feature registration 2021-03-29 12:45:21 +02:00
gdk_pixbuf gdk_pixbuf: allow per feature registration 2021-03-29 12:45:21 +02:00
gtk gtk: Remove coordinates double-translation 2021-05-06 01:18:18 +00:00
jack jack: allow per feature registration 2021-03-29 12:45:21 +02:00
jpeg jpeg: allow per feature registration 2021-03-29 12:45:21 +02:00
lame lame: allow per feature registration 2021-03-29 12:45:21 +02:00
libcaca libcaca: allow per feature registration 2021-03-29 12:45:21 +02:00
libpng Use g_memdup2() where available and add fallback for older GLib versions 2021-06-02 17:34:38 +01:00
mpg123 mpeg123: allow per feature registration 2021-03-29 12:45:21 +02:00
pulse pulse: allow per feature registration 2021-03-29 12:45:22 +02:00
qt qml: don't use buffers that have invalid contents 2021-05-12 02:55:51 +00:00
raw1394 raw1394: allow per feature registration 2021-03-29 12:45:22 +02:00
shout2 shout2: allow per feature registration 2021-03-29 12:45:23 +02:00
soup soup: allow per feature registration 2021-03-29 12:45:22 +02:00
speex speex: allow per feature registration 2021-03-29 12:45:22 +02:00
taglib taglib: Update createFrame() to non-deprecated version. 2021-04-26 08:48:58 +00:00
twolame twolame: allow per feature registration 2021-03-29 12:45:23 +02:00
vpx Use g_memdup2() where available and add fallback for older GLib versions 2021-06-02 17:34:38 +01:00
wavpack 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 skip plugins that don't build with MSVC 2018-09-05 20:15:57 +05:30