Skip to content

Commit 4fc2d35

Browse files
committed
Upgrade to GStreamer 1.28.0
I've tried a local build of this, and it seems to work. Still doesn't solve the weird stuttering issues I see on a lot of channels, though. In fact, I'm not sure how long those issues have been around, or if they exist beyond the "lowpower" pipeline and the tiny SBC I now run this on.
1 parent 4f674f3 commit 4fc2d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG GOLANG_BASE=docker.io/library/golang:1.26-alpine3.23
66
# The Node.js image doesn't require any particular OS.
77
ARG NODEJS_BASE=docker.io/library/node:24-alpine
88
# See https://gstreamer.freedesktop.org/news/.
9-
ARG GSTREAMER_VERSION=1.26.10
9+
ARG GSTREAMER_VERSION=1.28.0
1010

1111
# Mirror of https://gitlab.freedesktop.org/gstreamer/gstreamer.git.
1212
# Since this is formally marked as a "public mirror" in the GitHub web UI, my

0 commit comments

Comments
 (0)