From 7982d59f4f4a770f83e214a6ab54d74088962949 Mon Sep 17 00:00:00 2001 From: Jaeyun Jung Date: Wed, 3 Dec 2025 19:13:59 +0900 Subject: [PATCH] [Build] update gst-android version Update version of gstreamer android library. Signed-off-by: Jaeyun Jung --- .github/actions/android-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/android-build/action.yml b/.github/actions/android-build/action.yml index fccb889b..7050e5a9 100644 --- a/.github/actions/android-build/action.yml +++ b/.github/actions/android-build/action.yml @@ -38,7 +38,7 @@ runs: - name: Get gstreamer-android if: steps.restore-gst_android_pkg-cache.outputs.cache-hit != 'true' run: | - gst_android_ver=1.24.12 + gst_android_ver=1.24.13 gst_android_pkg=gstreamer-1.0-android-universal-${gst_android_ver}.tar.xz mkdir -p ~/android/gst_root_android/ pushd ~/android/gst_root_android/