gstreamer/subprojects/gst-plugins-base/tests/check/libs
Andoni Morales Alastruey fcf2d8c350 videodecoder: fix segfault copying buffer metas
The current implementation copies metas without checking if the buffer
is writable.

The operation that needs to be done, replacing the input buffer and
copying the metas, is only part of that process. We create a new function
that does both.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4912>
2023-07-18 07:39:02 +00:00
..
allocators.c tests: allocators: Fix fdmem test with recent GLib 2023-04-12 17:17:37 +00:00
audio.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
audiocdsrc.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
audiodecoder.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
audioencoder.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
audiosink.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
baseaudiovisualizer.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
discoverer.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
dsd.c dsd: Add code for DSD audio support 2023-06-23 01:27:03 +00:00
fft.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstgl-public-headers.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstglapi.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstglcolorconvert.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstglcontext.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstglfeature.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstglformat.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstglheaders.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstglmatrix.c base:gl: add x11 deps to gstglx11_dep 2022-04-01 00:43:54 +00:00
gstglmemory.c gst-plugins-base: re-indent with GNU indent 2.2.12 2023-03-17 03:18:53 +00:00
gstglquery.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstglshader.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstglsl.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstglslstage.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstglupload.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstglvideomixerelement.c glvideomixerelement: send translated navigation events to the relevant sink pads 2022-03-18 06:22:02 +00:00
gstlibscpp.cc Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
libsabi.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
mikey.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
navigation.c navigation: Add support for key Modifiers in all relevant events 2022-03-25 15:16:03 +00:00
pbutils.c gst-plugins-base: Add FourCC and type description for FFVHuff video 2023-03-23 14:30:59 +00:00
profile.c pbutils: Add a pbutils debug category 2022-01-13 17:15:36 +00:00
rtp.c tests: rtp: drop use of GSlice 2023-01-24 15:25:06 +00:00
rtpbasedepayload.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
rtpbasepayload.c rtpbasepayload: Remove dead twcc code 2022-03-10 11:27:49 +00:00
rtpdummyhdrextimpl.c tests/rtp/payload: add test for shrinking extension data 2021-10-19 03:26:57 +00:00
rtphdrext.c rtphdrext: Use fail_unless_equals_string() to make tests easier to debug 2021-09-28 20:04:55 +00:00
rtpmeta.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
rtsp.c rtspurl: Use gst_uri_join_strings() in gst_rtsp_url_get_request_uri_with_control() instead of a hand-crafted, wrong version 2022-08-12 18:52:29 +00:00
rtspconnection.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
sdp.c sdp: Add API to remove media from a SDP message 2023-05-20 09:23:17 +01:00
struct_aarch64.h navigation: Improve interface to avoid exposing implementation details 2022-03-23 13:14:51 +00:00
struct_arm.h navigation: Improve interface to avoid exposing implementation details 2022-03-23 13:14:51 +00:00
struct_i386.h navigation: Improve interface to avoid exposing implementation details 2022-03-23 13:14:51 +00:00
struct_i386_osx.h navigation: Improve interface to avoid exposing implementation details 2022-03-23 13:14:51 +00:00
struct_ppc32.h navigation: Improve interface to avoid exposing implementation details 2022-03-23 13:14:51 +00:00
struct_ppc64.h navigation: Improve interface to avoid exposing implementation details 2022-03-23 13:14:51 +00:00
struct_x86_64.h navigation: Improve interface to avoid exposing implementation details 2022-03-23 13:14:51 +00:00
tag.c gst-plugins-base: re-indent with GNU indent 2.2.12 2023-03-17 03:18:53 +00:00
video.c video: Add NV12_10LE32_4L4 tiled format 2023-06-15 14:32:32 +00:00
videoanc.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
videodecoder.c videodecoder: fix segfault copying buffer metas 2023-07-18 07:39:02 +00:00
videoencoder.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
videotimecode.c video: timecode: Add support for framerates lower than 1fps 2023-04-17 10:26:11 +00:00
xmpwriter.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00