diff --git a/Dockerfile b/Dockerfile index d76de8c..b32c66f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Global build environment variables ARG GST_INSTALL_DIR=/artifacts -ARG GST_VERSION=1.24.8 +ARG GST_VERSION=1.26.2 ARG LIBCAMERA_ENABLED=true ARG LIBCAMERA_VERSION=v0.3.1 ARG RPICAM_ENABLED=false diff --git a/scripts/build_gst.sh b/scripts/build_gst.sh index 6e4e2c5..598adda 100755 --- a/scripts/build_gst.sh +++ b/scripts/build_gst.sh @@ -189,7 +189,7 @@ fi GST_PIP_DEPENDENCIES=( "mako==1.2.0" "markdown==3.3.7" - "meson==1.3.2" + "meson==1.4.0" ) if [ "$LIBCAMERA_ENABLED" == true ]; then GST_PIP_DEPENDENCIES+=(