summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-07-01 19:28:33 +0800
committerSteve Sakoman <steve@sakoman.com>2022-07-13 11:54:16 -1000
commitc827ede3d6b9859b46e487ef60aa3259a45bd45e (patch)
tree67d9dae3ffbac5414bdc1dd731ec4db7849ab2ea /meta/recipes-multimedia
parent0ead6c03c2594158200ee2c490ec683570310036 (diff)
downloadopenembedded-core-contrib-c827ede3d6b9859b46e487ef60aa3259a45bd45e.tar.gz
gstreamer1.0-plugins-base: upgrade 1.20.2 -> 1.20.3
Changes from version 1.20.2 audioconvert: If no channel-mask can be fixated then use a NONE channel layout playbin3: Configure combiner on pad-added if needed parsebin: Fix assertions/regression when dealing with un-handled streams (fixes regression in 1.20.2) appsink: Fix race condition on caps handling oggdemux: Protect against invalid framerates rtcpbuffer: Allow padding on first reduced size packets gl: check for xlib-xcb.h header to fix build of tests on macOS with homebrew videoaggregator: unref temporary caps v4l2videoenc: Setup crop rectangle if needed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e9d5f5f88947efb8fbdfaa90676db82526e22093) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.bb
index e47851700a..7eebbba949 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba
file://0003-viv-fb-Make-sure-config.h-is-included.patch \
file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \
"
-SRC_URI[sha256sum] = "ab0656f2ad4d38292a803e0cb4ca090943a9b43c8063f650b4d3e3606c317f17"
+SRC_URI[sha256sum] = "7e30b3dd81a70380ff7554f998471d6996ff76bbe6fc5447096f851e24473c9f"
S = "${WORKDIR}/gst-plugins-base-${PV}"