summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2013-11-28 08:29:57 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-11-28 08:29:57 +0100
commitc6bc1450c65bf2660a27054516bbbd9d7d908fd5 (patch)
treeeeedf49fea4661f829365386705173de3f61d86e
parent8f21f7e88412803a131e8750abac8dd5e9566c39 (diff)
vs2010: Fix GSTREAMER_ROOT environment variable name
-rw-r--r--gst-sdk/tutorials/vs2010/basic-tutorial-1/basic-tutorial-1.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/basic-tutorial-12/basic-tutorial-12.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/basic-tutorial-13/basic-tutorial-13.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/basic-tutorial-15/basic-tutorial-15.vcxproj16
-rw-r--r--gst-sdk/tutorials/vs2010/basic-tutorial-2/basic-tutorial-2.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/basic-tutorial-3/basic-tutorial-3.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/basic-tutorial-4/basic-tutorial-4.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/basic-tutorial-5/basic-tutorial-5.vcxproj16
-rw-r--r--gst-sdk/tutorials/vs2010/basic-tutorial-6/basic-tutorial-6.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/basic-tutorial-7/basic-tutorial-7.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/basic-tutorial-8/basic-tutorial-8.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/basic-tutorial-9/basic-tutorial-9.vcxproj12
-rw-r--r--gst-sdk/tutorials/vs2010/playback-tutorial-1/playback-tutorial-1.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/playback-tutorial-2/playback-tutorial-2.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/playback-tutorial-3/playback-tutorial-3.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/playback-tutorial-4/playback-tutorial-4.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/playback-tutorial-5/playback-tutorial-5.vcxproj12
-rw-r--r--gst-sdk/tutorials/vs2010/playback-tutorial-6/playback-tutorial-6.vcxproj8
-rw-r--r--gst-sdk/tutorials/vs2010/playback-tutorial-7/playback-tutorial-7.vcxproj8
19 files changed, 88 insertions, 88 deletions
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-1/basic-tutorial-1.vcxproj b/gst-sdk/tutorials/vs2010/basic-tutorial-1/basic-tutorial-1.vcxproj
index 3433d83..67fd093 100644
--- a/gst-sdk/tutorials/vs2010/basic-tutorial-1/basic-tutorial-1.vcxproj
+++ b/gst-sdk/tutorials/vs2010/basic-tutorial-1/basic-tutorial-1.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-12/basic-tutorial-12.vcxproj b/gst-sdk/tutorials/vs2010/basic-tutorial-12/basic-tutorial-12.vcxproj
index b7ea312..477166f 100644
--- a/gst-sdk/tutorials/vs2010/basic-tutorial-12/basic-tutorial-12.vcxproj
+++ b/gst-sdk/tutorials/vs2010/basic-tutorial-12/basic-tutorial-12.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-13/basic-tutorial-13.vcxproj b/gst-sdk/tutorials/vs2010/basic-tutorial-13/basic-tutorial-13.vcxproj
index 8f92472..4c8f40f 100644
--- a/gst-sdk/tutorials/vs2010/basic-tutorial-13/basic-tutorial-13.vcxproj
+++ b/gst-sdk/tutorials/vs2010/basic-tutorial-13/basic-tutorial-13.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-15/basic-tutorial-15.vcxproj b/gst-sdk/tutorials/vs2010/basic-tutorial-15/basic-tutorial-15.vcxproj
index bde5257..3e5b9cd 100644
--- a/gst-sdk/tutorials/vs2010/basic-tutorial-15/basic-tutorial-15.vcxproj
+++ b/gst-sdk/tutorials/vs2010/basic-tutorial-15/basic-tutorial-15.vcxproj
@@ -43,17 +43,17 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\clutter-gst-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\clutter-gst-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\clutter-win32-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\clutter-win32-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\clutter-gst-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\clutter-gst-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\clutter-win32-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\clutter-win32-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\clutter-gst-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\clutter-gst-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\clutter-win32-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\clutter-win32-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\clutter-gst-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\clutter-gst-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\clutter-win32-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\clutter-win32-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-2/basic-tutorial-2.vcxproj b/gst-sdk/tutorials/vs2010/basic-tutorial-2/basic-tutorial-2.vcxproj
index 127416d..fded79d 100644
--- a/gst-sdk/tutorials/vs2010/basic-tutorial-2/basic-tutorial-2.vcxproj
+++ b/gst-sdk/tutorials/vs2010/basic-tutorial-2/basic-tutorial-2.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-3/basic-tutorial-3.vcxproj b/gst-sdk/tutorials/vs2010/basic-tutorial-3/basic-tutorial-3.vcxproj
index dad617a..6d6d88f 100644
--- a/gst-sdk/tutorials/vs2010/basic-tutorial-3/basic-tutorial-3.vcxproj
+++ b/gst-sdk/tutorials/vs2010/basic-tutorial-3/basic-tutorial-3.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-4/basic-tutorial-4.vcxproj b/gst-sdk/tutorials/vs2010/basic-tutorial-4/basic-tutorial-4.vcxproj
index 1e30db6..ff4b549 100644
--- a/gst-sdk/tutorials/vs2010/basic-tutorial-4/basic-tutorial-4.vcxproj
+++ b/gst-sdk/tutorials/vs2010/basic-tutorial-4/basic-tutorial-4.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-5/basic-tutorial-5.vcxproj b/gst-sdk/tutorials/vs2010/basic-tutorial-5/basic-tutorial-5.vcxproj
index 407fba8..5204272 100644
--- a/gst-sdk/tutorials/vs2010/basic-tutorial-5/basic-tutorial-5.vcxproj
+++ b/gst-sdk/tutorials/vs2010/basic-tutorial-5/basic-tutorial-5.vcxproj
@@ -43,17 +43,17 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-video-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-video-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gtk+-2.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gtk+-2.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-video-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-video-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gtk+-2.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gtk+-2.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-video-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-video-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gtk+-2.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gtk+-2.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-video-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-video-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gtk+-2.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gtk+-2.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-6/basic-tutorial-6.vcxproj b/gst-sdk/tutorials/vs2010/basic-tutorial-6/basic-tutorial-6.vcxproj
index 58b4e23..b3763ae 100644
--- a/gst-sdk/tutorials/vs2010/basic-tutorial-6/basic-tutorial-6.vcxproj
+++ b/gst-sdk/tutorials/vs2010/basic-tutorial-6/basic-tutorial-6.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-7/basic-tutorial-7.vcxproj b/gst-sdk/tutorials/vs2010/basic-tutorial-7/basic-tutorial-7.vcxproj
index 9518e6b..18442b0 100644
--- a/gst-sdk/tutorials/vs2010/basic-tutorial-7/basic-tutorial-7.vcxproj
+++ b/gst-sdk/tutorials/vs2010/basic-tutorial-7/basic-tutorial-7.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-8/basic-tutorial-8.vcxproj b/gst-sdk/tutorials/vs2010/basic-tutorial-8/basic-tutorial-8.vcxproj
index 1a58345..163e31d 100644
--- a/gst-sdk/tutorials/vs2010/basic-tutorial-8/basic-tutorial-8.vcxproj
+++ b/gst-sdk/tutorials/vs2010/basic-tutorial-8/basic-tutorial-8.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-9/basic-tutorial-9.vcxproj b/gst-sdk/tutorials/vs2010/basic-tutorial-9/basic-tutorial-9.vcxproj
index 8477410..712187d 100644
--- a/gst-sdk/tutorials/vs2010/basic-tutorial-9/basic-tutorial-9.vcxproj
+++ b/gst-sdk/tutorials/vs2010/basic-tutorial-9/basic-tutorial-9.vcxproj
@@ -43,15 +43,15 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-pbutils-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-pbutils-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-pbutils-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-pbutils-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-pbutils-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-pbutils-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-pbutils-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-pbutils-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/playback-tutorial-1/playback-tutorial-1.vcxproj b/gst-sdk/tutorials/vs2010/playback-tutorial-1/playback-tutorial-1.vcxproj
index 1874b11..c0efc33 100644
--- a/gst-sdk/tutorials/vs2010/playback-tutorial-1/playback-tutorial-1.vcxproj
+++ b/gst-sdk/tutorials/vs2010/playback-tutorial-1/playback-tutorial-1.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/playback-tutorial-2/playback-tutorial-2.vcxproj b/gst-sdk/tutorials/vs2010/playback-tutorial-2/playback-tutorial-2.vcxproj
index 554510d..68d5167 100644
--- a/gst-sdk/tutorials/vs2010/playback-tutorial-2/playback-tutorial-2.vcxproj
+++ b/gst-sdk/tutorials/vs2010/playback-tutorial-2/playback-tutorial-2.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/playback-tutorial-3/playback-tutorial-3.vcxproj b/gst-sdk/tutorials/vs2010/playback-tutorial-3/playback-tutorial-3.vcxproj
index be0e7e4..cb664f2 100644
--- a/gst-sdk/tutorials/vs2010/playback-tutorial-3/playback-tutorial-3.vcxproj
+++ b/gst-sdk/tutorials/vs2010/playback-tutorial-3/playback-tutorial-3.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/playback-tutorial-4/playback-tutorial-4.vcxproj b/gst-sdk/tutorials/vs2010/playback-tutorial-4/playback-tutorial-4.vcxproj
index aa1d760..4964c26 100644
--- a/gst-sdk/tutorials/vs2010/playback-tutorial-4/playback-tutorial-4.vcxproj
+++ b/gst-sdk/tutorials/vs2010/playback-tutorial-4/playback-tutorial-4.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/playback-tutorial-5/playback-tutorial-5.vcxproj b/gst-sdk/tutorials/vs2010/playback-tutorial-5/playback-tutorial-5.vcxproj
index 155e9ee..bbad658 100644
--- a/gst-sdk/tutorials/vs2010/playback-tutorial-5/playback-tutorial-5.vcxproj
+++ b/gst-sdk/tutorials/vs2010/playback-tutorial-5/playback-tutorial-5.vcxproj
@@ -43,15 +43,15 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-video-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-video-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-video-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-video-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-video-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-video-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-video-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-video-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/playback-tutorial-6/playback-tutorial-6.vcxproj b/gst-sdk/tutorials/vs2010/playback-tutorial-6/playback-tutorial-6.vcxproj
index 9fc31bf..76b178b 100644
--- a/gst-sdk/tutorials/vs2010/playback-tutorial-6/playback-tutorial-6.vcxproj
+++ b/gst-sdk/tutorials/vs2010/playback-tutorial-6/playback-tutorial-6.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
diff --git a/gst-sdk/tutorials/vs2010/playback-tutorial-7/playback-tutorial-7.vcxproj b/gst-sdk/tutorials/vs2010/playback-tutorial-7/playback-tutorial-7.vcxproj
index a42f7bc..f6c7756 100644
--- a/gst-sdk/tutorials/vs2010/playback-tutorial-7/playback-tutorial-7.vcxproj
+++ b/gst-sdk/tutorials/vs2010/playback-tutorial-7/playback-tutorial-7.vcxproj
@@ -43,13 +43,13 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86)\share\vs\2010\msvc\x86.props')" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
- <Import Project="$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\libs\gstreamer-1.0.props')" />
+ <Import Project="$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_1_0_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">