Skip to content

Commit

Permalink
Bump GStreamer to v1.24.5
Browse files Browse the repository at this point in the history
I guess there are things like memory leak fixes in here. Nothing too
obvious in my specific plugins, but whatever.
  • Loading branch information
ahamlinman committed Jun 22, 2024
1 parent aaddc8b commit deec5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG GOLANG_BASE=docker.io/library/golang:1.22-alpine3.20
# The Node.js image does not require any particular OS.
ARG NODEJS_BASE=docker.io/library/node:22-alpine
# See https://gstreamer.freedesktop.org/news/.
ARG GSTREAMER_VERSION=1.24.3
ARG GSTREAMER_VERSION=1.24.5


# Let's get the client build out of the way, since it's much simpler than
Expand Down

0 comments on commit deec5da

Please sign in to comment.