Skip to content

Commit

Permalink
Upgrade GStreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Jul 31, 2024
1 parent 5a29ff6 commit dd26d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/conda/build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

{% set name = "selkies-gstreamer" %}
{% set gstreamer_version = "1.24.5" %}
{% set gstreamer_version = "1.24.6" %}
{% set python = "3.12" %}
{% set posix = 'm2-' if win else '' %}

Expand Down
2 changes: 1 addition & 1 deletion addons/gstreamer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \

# GStreamer monorepo build with prefix for standalone install
WORKDIR /src
ARG GSTREAMER_VERSION=1.24.5
ARG GSTREAMER_VERSION=1.24.6
RUN if [ "$(grep VERSION_ID= /etc/os-release | cut -d= -f2 | tr -d '\"')" \> "20.04" ]; then export GSTREAMER_EXTRA_ARGS="-Dgst-plugins-bad:aom=enabled ${GSTREAMER_EXTRA_ARGS}"; else export GSTREAMER_EXTRA_ARGS="${GSTREAMER_EXTRA_ARGS}"; fi && \
if [ "$(grep VERSION_ID= /etc/os-release | cut -d= -f2 | tr -d '\"')" \> "22.04" ]; then export GSTREAMER_EXTRA_ARGS="-Dgst-plugins-bad:svtav1=enabled ${GSTREAMER_EXTRA_ARGS}"; fi && \
curl --proto '=https' --tlsv1.2 -fsSL "https://sh.rustup.rs" | sh -s -- -y && \
Expand Down

0 comments on commit dd26d72

Please sign in to comment.