mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
The third 1.20 bug-fix release (1.20.3) was released on 15 June 2022. This release only contains bugfixes and it should be safe to upgrade from 1.20.x. gstreamer clock: Avoid creating a weakref with every entry (performance improvement) plugin: add Apache 2 license to list of known licenses to avoid warning gst_plugin_load_file: force plugin reload if filename differs Add support for LoongArch Base Libraries aggregator: Only send events up to CAPS event from gst_aggregator_set_src_caps(), don't send multiple caps events with the same caps and fix negotiation in muxers basetransform: handle gst_base_transform_query_caps() returning NULL basetransform: fix critical if transform_caps() returned NULL queuearray: Fix potential heap overflow when expanding GstQueueArray Core Elements multiqueue: fix potential crash on shutdown multiqueue: fix warning: ‘is_query’ may be used uninitialized in this function multiqueue: SegFault during flushing with gcc11 (From OE-Core rev: 2c177d00e1e839593757da5985b411f2770da009) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 1b1e4ad9b31f9f6e34dae1d0b73d36adca58eb59) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>