summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSébastien Moutte <sebastien@moutte.net>2007-02-11 15:26:49 +0000
committerSébastien Moutte <sebastien@moutte.net>2007-02-11 15:26:49 +0000
commit711f00bb8870d86762b3735cb5aef727eee6e7c1 (patch)
tree86889b8ce97b78e5529d9b2d022fc7a814fa4e9b /ChangeLog
parent5d4ad6d183992471d45bff65400ed8d09209f072 (diff)
downloadgst-plugins-bad-711f00bb8870d86762b3735cb5aef727eee6e7c1.tar.gz
gst-plugins-bad-711f00bb8870d86762b3735cb5aef727eee6e7c1.tar.bz2
gst-plugins-bad-711f00bb8870d86762b3735cb5aef727eee6e7c1.zip
Makefile.am: Add win32 MANIFEST
Original commit message from CVS: * Makefile.am: Add win32 MANIFEST * sys/directdraw/gstdirectdrawsink.c: * sys/directdraw/gstdirectdrawsink.h: Clear unused code and add comments. Remove yuv from template caps, it only supports RGB actually. Implement XOverlay interface and remove window and fullscreen properties. Add debug logs. Test for blit capabilities to return only the current colorspace if the hardware can't blit for one colorspace to another. * sys/directsound/gstdirectsoundsink.c: Add some debugs. * win32/MANIFEST: Add VS7 project files and solution. * win32/vs6/gst_plugins_bad.dsw: * win32/vs6/libgstdirectdraw.dsp: * win32/vs6/libgstdirectsound.dsp: * win32/vs6/libgstqtdemux.dsp: Update project files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41799cf0..660fd790 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2007-02-11 Sébastien Moutte <sebastien@moutte.net>
+
+ * Makefile.am:
+ Add win32 MANIFEST
+ * sys/directdraw/gstdirectdrawsink.c:
+ * sys/directdraw/gstdirectdrawsink.h:
+ Clear unused code and add comments.
+ Remove yuv from template caps, it only supports RGB
+ actually.
+ Implement XOverlay interface and remove window and fullscreen
+ properties.
+ Add debug logs.
+ Test for blit capabilities to return only the current colorspace if
+ the hardware can't blit for one colorspace to another.
+ * sys/directsound/gstdirectsoundsink.c:
+ Add some debugs.
+ * win32/MANIFEST:
+ Add VS7 project files and solution.
+ * win32/vs6/gst_plugins_bad.dsw:
+ * win32/vs6/libgstdirectdraw.dsp:
+ * win32/vs6/libgstdirectsound.dsp:
+ * win32/vs6/libgstqtdemux.dsp:
+ Update project files.
+
2007-02-11 Stefan Kost <ensonic@users.sf.net>
* ext/faad/gstfaad.c: