We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31945d1 commit ec3ea1bCopy full SHA for ec3ea1b
README.md
@@ -85,6 +85,14 @@ _Windows_
85
```bat
86
choco install gstreamer --version=1.22.12 gstreamer-devel --version=1.22.12
87
```
88
+
89
+> [!IMPORTANT]
90
+> **Windows users**: After installing GStreamer, add the GStreamer DLL path to your PATH environment variable:
91
+> ```bat
92
+> set PATH=%PATH%;C:\gstreamer\1.0\msvc_x86_64\bin
93
+> ```
94
+> Replace the path with your actual GStreamer installation directory if different.
95
96
#### Verify GStreamer Installation
97
Run the following command to display the GStreamer version to confirm the installation was successful:
98
```bash
0 commit comments