From ec3ea1be68ac1cef248f79c79808629948a5f33f Mon Sep 17 00:00:00 2001 From: Yuqi Huang Date: Thu, 4 Dec 2025 18:09:26 -0800 Subject: [PATCH] remind windows user to add dll file's path into environment variable --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index eb9bdf93..f491d30f 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,14 @@ _Windows_ ```bat choco install gstreamer --version=1.22.12 gstreamer-devel --version=1.22.12 ``` + +> [!IMPORTANT] +> **Windows users**: After installing GStreamer, add the GStreamer DLL path to your PATH environment variable: +> ```bat +> set PATH=%PATH%;C:\gstreamer\1.0\msvc_x86_64\bin +> ``` +> Replace the path with your actual GStreamer installation directory if different. + #### Verify GStreamer Installation Run the following command to display the GStreamer version to confirm the installation was successful: ```bash