Skip to content

Commit 02d6b3c

Browse files
authored
Update GStreamer version
1 parent 4f68a24 commit 02d6b3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/conda/build/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
44

55
{% set name = "selkies-gstreamer" %}
6-
{% set gstreamer_version = "1.24.9" %}
6+
{% set gstreamer_version = "1.24.10" %}
77
{% set python = "3.12" %}
88
{% set posix = 'm2-' if win else '' %}
99

addons/gstreamer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
8282

8383
# GStreamer monorepo build with prefix for standalone install
8484
WORKDIR /src
85-
ARG GSTREAMER_VERSION=1.24.9
85+
ARG GSTREAMER_VERSION=1.24.10
8686
RUN if { [ "$(grep '^ID=' /etc/os-release | cut -d= -f2 | tr -d '\"')" = "ubuntu" ] && [ "$(grep '^VERSION_ID=' /etc/os-release | cut -d= -f2 | tr -d '\"')" \> "20.04" ]; } || { [ "$(grep '^ID=' /etc/os-release | cut -d= -f2 | tr -d '\"')" = "debian" ] && [ "$(grep '^VERSION_ID=' /etc/os-release | cut -d= -f2 | tr -d '\"')" \> "11" ]; }; then export GSTREAMER_EXTRA_ARGS="-Dgst-plugins-bad:aom=enabled ${GSTREAMER_EXTRA_ARGS}"; else export GSTREAMER_EXTRA_ARGS="${GSTREAMER_EXTRA_ARGS}"; fi && \
8787
if { [ "$(grep '^ID=' /etc/os-release | cut -d= -f2 | tr -d '\"')" = "ubuntu" ] && [ "$(grep '^VERSION_ID=' /etc/os-release | cut -d= -f2 | tr -d '\"')" \> "22.04" ]; } || { [ "$(grep '^ID=' /etc/os-release | cut -d= -f2 | tr -d '\"')" = "debian" ] && [ "$(grep '^VERSION_ID=' /etc/os-release | cut -d= -f2 | tr -d '\"')" \> "12" ]; }; then export GSTREAMER_EXTRA_ARGS="-Dgst-plugins-bad:svtav1=enabled ${GSTREAMER_EXTRA_ARGS}"; fi && \
8888
curl --proto '=https' --tlsv1.2 -fsSL "https://sh.rustup.rs" | sh -s -- -y && \

0 commit comments

Comments
 (0)