summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2024-01-04 13:34:04 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-01-04 15:34:23 +0000
commit2136f6f3f41844ee13194bc288aac5ff04c3768f (patch)
tree6a892678f055dac4186f7b246c54bbeeca5372a5
parent132b0910fb5fd118f31387fa65fb50d63c578455 (diff)
camera-gstreamer_git.bb: Bump SRCREV for camera gstreamer
This SRCREV allows camera-gstreamer to make use of the available resolutions that the camera requires, rather than hard-coding some values in the application. PipeWire can fetch those informations on its own. Since the last update the following changes have made it through: - 97faa830c6 Remove fullscreen option from waylandsink - 952687cbb8 main: Remove raw video media types caps Bug-AGL: SPEC-5025 Change-Id: I4890b0d46bc291716869ccf3d8c429b7ea679e27 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29577 ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Tested-by: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--recipes-demo/camera-gstreamer/camera-gstreamer_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb b/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb
index 0447ea56..da9d5d91 100644
--- a/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb
+++ b/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb
@@ -14,7 +14,7 @@ DEPENDS = " \
PV = "1.0+git${SRCPV}"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/camera-gstreamer;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "a7b8d60c62554b4571e0155ce44794b123cf1c09"
+SRCREV = "97faa830c65258ba8b60fa53cdbfb3f9d810abb3"
S = "${WORKDIR}/git"