diff options
author | Julien Isorce <julien.isorce@gmail.com> | 2008-06-10 22:59:57 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2008-07-15 14:21:36 -0700 |
commit | 88477fce16fbbaeedac7f06f4142e544e8a0635b (patch) | |
tree | 776eceefafe548a9f43d7e4865ba92fc38392eea /win32 | |
parent | 188ab1b09183c1d1f37704100a24ef628012277d (diff) |
add a "glcolorscale" element equivalent to "ffmepgcolorspace ! videoscale ! ffmpegcolorspace"
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@501 93df14bb-0f41-7a43-8087-d3e2a2f0e464
Diffstat (limited to 'win32')
-rw-r--r-- | win32/vs8/libgstgl.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/vs8/libgstgl.vcproj b/win32/vs8/libgstgl.vcproj index d4c7255..4357c90 100644 --- a/win32/vs8/libgstgl.vcproj +++ b/win32/vs8/libgstgl.vcproj @@ -230,6 +230,10 @@ Name="gstglelements"
>
<File
+ RelativePath="..\..\gst\gl\gstglcolorscale.c"
+ >
+ </File>
+ <File
RelativePath="..\..\gst\gl\gstglfilter.c"
>
</File>
@@ -304,6 +308,10 @@ Name="gstglelements"
>
<File
+ RelativePath="..\..\gst\gl\gstglcolorscale.h"
+ >
+ </File>
+ <File
RelativePath="..\..\gst\gl\gstglfilter.h"
>
</File>
|