Skip to content

Commit

Permalink
Revert "Clone GStreamer source from GitHub"
Browse files Browse the repository at this point in the history
This reverts commit fd34934.
  • Loading branch information
ehfd committed Aug 27, 2023
1 parent fd34934 commit 5eeb3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/gstreamer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ WORKDIR /src
# GStreamer monorepo build with prefix for standalone install.
###
ENV GSTREAMER_VERSION=1.22.5
RUN git clone "https://github.com/GStreamer/gstreamer.git" && cd gstreamer && git checkout "${GSTREAMER_VERSION}"
RUN git clone "https://gitlab.freedesktop.org/gstreamer/gstreamer.git" && cd gstreamer && git checkout "${GSTREAMER_VERSION}"
RUN cd /src/gstreamer && \
mkdir -p /opt/gstreamer && \
meson setup --prefix /opt/gstreamer -Dbuildtype=release -Db_lto=true -Dpython=enabled -Dgpl=enabled -Dbad=enabled -Dugly=enabled -Dgst-plugins-bad:qsv=enabled -Dgst-plugins-bad:msdk=enabled -Dgst-plugins-bad:va=enabled -Dgst-plugins-bad:openh264=enabled -Dgst-plugins-ugly:x264=enabled builddir && \
Expand Down

0 comments on commit 5eeb3a8

Please sign in to comment.