Package: gst-plugins-bad1.0 / 1.26.2-3

Metadata

Package Version Patches format
gst-plugins-bad1.0 1.26.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_opencv data path.patch | (download)

ext/opencv/gstfaceblur.cpp | 5 2 + 3 - 0 !
ext/opencv/gstfacedetect.cpp | 4 1 + 3 - 0 !
2 files changed, 3 insertions(+), 6 deletions(-)

 opencv data path


Skip failing tests.patch | (download)

tests/check/meson.build | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 [patch] skip failing tests

camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

0001 h266parser Fix overflow when parsing subpic_level_in.patch | (download)

gst-libs/gst/codecparsers/gsth266parser.c | 4 4 + 0 - 0 !
gst-libs/gst/codecparsers/gsth266parser.h | 8 5 + 3 - 0 !
2 files changed, 9 insertions(+), 3 deletions(-)

 [patch 1/3] h266parser: fix overflow when parsing subpic_level_info

1. non_subpic_layers_fraction, ref_level_idc and ref_level_fraction_minus1
   fields should not have the GST_H266_MAX_SUBLAYERS limitation.
2. Should check max_sublayers_minus1, no more than GST_H266_MAX_SUBLAYERS-1

Fixes ZDI-CAN-27381, CVE-2025-6663

Closes: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4503
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9295>