From 775286abd5021d878319d93d86e5241d053657bf Mon Sep 17 00:00:00 2001 From: Rustom Jehangir Date: Sun, 21 Aug 2016 10:34:57 -0700 Subject: [PATCH] Add note about gstreamer complete install in readme --- src/VideoStreaming/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VideoStreaming/README.md b/src/VideoStreaming/README.md index 19ac773..bbc8ad9 100644 --- a/src/VideoStreaming/README.md +++ b/src/VideoStreaming/README.md @@ -78,4 +78,4 @@ You need two packages: - [gstreamer-1.0-devel-x86-1.5.2.msi](https://gstreamer.freedesktop.org/data/pkg/windows/1.5.2/gstreamer-1.0-devel-x86-1.5.2.msi) - [gstreamer-1.0-x86-1.5.2.msi](https://gstreamer.freedesktop.org/data/pkg/windows/1.5.2/gstreamer-1.0-x86-1.5.2.msi) -The installer places them under c:\gstreamer, which is where the QGC build system will look for it. +Make sure you select "Complete" installation instead of "Typical" installation during the install process. The installer places them under c:\gstreamer, which is where the QGC build system will look for it.