From 609fb06315f2e23f732949b5e5c0e0ed6fd45996 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Mon, 28 Nov 2016 18:42:34 +0530 Subject: [PATCH] Exclude Windows XP from supported platforms list It's no longer supported by glib. All gstreamer libraries and plugins should work on XP too if you use an older glib (in theory), but we don't test it anymore. --- markdown/installing/on-windows.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/markdown/installing/on-windows.md b/markdown/installing/on-windows.md index 383f83ef80..a79fe727e1 100644 --- a/markdown/installing/on-windows.md +++ b/markdown/installing/on-windows.md @@ -2,18 +2,16 @@ ## Supported platforms -* Windows XP -* Windows Vista * Windows 7 * Windows 8 +* Windows 8.1 * Windows 10 ## Prerequisites -To develop applications using GStreamer for Windows you will -need [Windows -XP](http://windows.microsoft.com/en-US/windows/products/windows-xp) or -later. +To develop applications using GStreamer for Windows we recommend using +[Windows 7](http://windows.microsoft.com/en-us/windows7/products/home) +or later. Windows Vista may also work but it is not supported. GStreamer binaries includes C headers (`.h`) and library files (`.lib`) valid for any version of [Microsoft Visual