Upgrade gstreamer to 1.20
Upgrade gstreamer for amd64 and arm64 to the latest release from
Debian 12. Also includes notes on the backporting procedure used
to generate the packages. Don't bother with upgrading 32 bit arm
since we aren't actively supporting it.
Change-Id: I0a0ba6f08c1b8779522837ce70a12a4d83e0cf8c
Signed-off-by: Tyler Chatow <tchatow@gmail.com>
diff --git a/third_party/BUILD b/third_party/BUILD
index 8dbb529..a550a24 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -55,6 +55,7 @@
deps = select({
"//tools:cpu_k8": ["@gstreamer_k8//:gstreamer"],
"//tools:cpu_armhf": ["@gstreamer_armhf//:gstreamer"],
+ "//tools:cpu_arm64": ["@gstreamer_arm64//:gstreamer"],
"//conditions:default": [":unavailable"],
}),
)