diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-18 12:58:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-28 10:38:17 +0100 |
commit | e2a382ffc13d4e4fce48db759c2a34dd14653023 (patch) | |
tree | 2579f07cca56af5affc4f67b51ba0bbcb1f73acb /meta/recipes-multimedia/gstreamer | |
parent | 46030ac6c8e5764938a8a4b9d24c15c6a7cfc24d (diff) | |
download | poky-e2a382ffc13d4e4fce48db759c2a34dd14653023.tar.gz |
gstreamer1.0-plugins-ugly: upgrade 1.20.1 -> 1.20.2
Bug fix release:
x264enc: Don't try to fixate ANY allowed caps
(From OE-Core rev: 038cbfa1ae1ae79d09991235c23188f9477e185f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 49c5fdf15c70862c867bf7f17ed1f4ca57de2307)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.2.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.2.bb index b0746c087a..edc2ece979 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.20.2.bb | |||
@@ -14,7 +14,7 @@ LICENSE_FLAGS = "commercial" | |||
14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
15 | https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ | 15 | https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ |
16 | " | 16 | " |
17 | SRC_URI[sha256sum] = "42035145e29983308d2828207bb4ef933ed0407bb587fb3a569738c6a57fdb19" | 17 | SRC_URI[sha256sum] = "b43fb4df94459afbf67ec22003ca58ffadcd19e763f276dca25b64c848adb7bf" |
18 | 18 | ||
19 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" | 19 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" |
20 | 20 | ||