gstreamer/subprojects/gst-plugins-bad/sys/v4l2codecs
Nicolas Dufresne 3efcfef4b5 v4l2codecs: Don't unref allocation query caps
The caps obtained from parsing the allocation query is borrowed and
should not be unreffed. This fixes criticals assertion introduced in
1.24.1.

(gst-launch-1.0:242): GStreamer-CRITICAL **: 19:48:02.667:
    gst_mini_object_unref: assertion 'GST_MINI_OBJECT_REFCOUNT_VALUE (mini_object) > 0' failed

Fixes: 5189e8b956 ("v4l2codecs: decoders: Add DMA_DRM caps support")
Closes #3462

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6682>
2024-04-18 09:56:52 +01:00
..
linux
gstv4l2codecallocator.c
gstv4l2codecallocator.h
gstv4l2codecalphadecodebin.c
gstv4l2codecalphadecodebin.h
gstv4l2codecav1dec.c
gstv4l2codecav1dec.h
gstv4l2codecdevice.c
gstv4l2codecdevice.h
gstv4l2codech264dec.c
gstv4l2codech264dec.h
gstv4l2codech265dec.c
gstv4l2codech265dec.h
gstv4l2codecmpeg2dec.c
gstv4l2codecmpeg2dec.h
gstv4l2codecpool.c
gstv4l2codecpool.h
gstv4l2codecvp8dec.c
gstv4l2codecvp8dec.h
gstv4l2codecvp9dec.c
gstv4l2codecvp9dec.h
gstv4l2decoder.c v4l2codecs: decoders: Add DMA_DRM caps support 2024-03-14 23:32:00 +00:00
gstv4l2decoder.h
gstv4l2format.c
gstv4l2format.h
meson.build
plugin.c