diff options
author | Sébastien Moutte <sebastien@moutte.net> | 2006-07-24 21:43:06 +0000 |
---|---|---|
committer | Sébastien Moutte <sebastien@moutte.net> | 2006-07-24 21:43:06 +0000 |
commit | 454c2523355d5a278cf1293c446f308ce4d48c61 (patch) | |
tree | 50b441e89813aecb14c014797125d1b891a0261c /win32 | |
parent | b7f35a1240ff5ff5ccdfceb4730242f1714d9a18 (diff) |
sys/directsound/gstdirectsoundsink.*: Add an attenuation property that will directly attenuate the directsound buffer.
Original commit message from CVS:
* sys/directsound/gstdirectsoundsink.h:
* sys/directsound/gstdirectsoundsink.c:
Add an attenuation property that will directly attenuate the
directsound buffer.
Change the size of the directsound secondary buffer to a half second.
Add more debug logs.
Add a lock to protect dsound buffer write access.
Fix a bad implementation of reset.
* sys/directsound/gstdirectdrawsink.c:
* sys/directsound/gstdirectdrawsink.h:
Add a keep_aspect_ratio property.
Do not use overlay if not supported.
Add more debug logs.
Remove overwrite of WM_ERASEBKGND message handling. It was not
redrawing border when keep_aspect_ratio was enabled.
* win32/common/config.h:
update version waiting an auto-generated config.h
Diffstat (limited to 'win32')
-rw-r--r-- | win32/MANIFEST | 7 | ||||
-rw-r--r-- | win32/common/config.h | 16 | ||||
-rw-r--r-- | win32/vs6/libgstdirectdraw.dsp | 2 |
3 files changed, 16 insertions, 9 deletions
diff --git a/win32/MANIFEST b/win32/MANIFEST new file mode 100644 index 000000000..fd54a0d90 --- /dev/null +++ b/win32/MANIFEST @@ -0,0 +1,7 @@ +win32/MANIFEST +win32/common/config.h +win32/vs6/gst_plugins_bad.dsw +win32/vs6/libgstdirectdraw.dsp +win32/vs6/libgstdirectsound.dsp +win32/vs6/libgstneon.dsp +win32/vs6/libgstqtdemux.dsp
\ No newline at end of file diff --git a/win32/common/config.h b/win32/common/config.h index 4588c248b..3e68c2f2b 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -6,7 +6,7 @@ #undef ENABLE_NLS /* gettext package name */ -#define GETTEXT_PACKAGE "gstreamer-0.10" +#define GETTEXT_PACKAGE "gst-plugins-bad-0.10" /* PREFIX - specifically added for Windows for easier moving */ #define PREFIX "C:\\gstreamer" @@ -30,10 +30,10 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer CVS/prerelease" +#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release" /* Define the version */ -#define GST_VERSION "0.10.0" +#define GST_VERSION "0.10.3" /* Define if the host CPU is an Alpha */ #undef HAVE_CPU_ALPHA @@ -178,7 +178,7 @@ #define LOCALEDIR PREFIX "\\share\\locale" /* Name of package */ -#define PACKAGE "gstreamer" +#define PACKAGE "gst-plugins-bad" /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -187,7 +187,7 @@ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ -#undef PACKAGE_STRING +#undef PACKAGE_STRING "GStreamer Bad Plug-ins 0.10.3" /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME @@ -205,7 +205,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.0" +#define VERSION "0.10.3" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ @@ -224,6 +224,6 @@ calls it, or to nothing if 'inline' is not supported under any name. */ /* #undef inline */ -#define GST_PACKAGE "Gstreamer" -#define PACKAGE "gstreamer" +#define GST_PACKAGE "Gst-plugins-bad" +#define PACKAGE "gst-plugins-bad" #define GST_ORIGIN "gstreamer.freedesktop.org" diff --git a/win32/vs6/libgstdirectdraw.dsp b/win32/vs6/libgstdirectdraw.dsp index a9e6d23d5..799c12b3d 100644 --- a/win32/vs6/libgstdirectdraw.dsp +++ b/win32/vs6/libgstdirectdraw.dsp @@ -84,7 +84,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 glib-2.0D.lib gobject-2.0D.lib libgstreamer-0.10.lib libgstbase-0.10.lib libgstvideo-0.10.lib ddraw.lib user32.lib gdi32.lib Rpcrt4.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"../../../gstreamer/win32/vs6/debug" /libpath:"../../../gst-plugins-base/win32/vs6/debug" /libpath:"./debug" +# ADD LINK32 glib-2.0D.lib gobject-2.0D.lib libgstreamer-0.10.lib libgstbase-0.10.lib libgstvideo-0.10.lib ddraw.lib user32.lib gdi32.lib Rpcrt4.lib dxguid.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"../../../gstreamer/win32/vs6/debug" /libpath:"../../../gst-plugins-base/win32/vs6/debug" /libpath:"./debug" # Begin Special Build Tool TargetPath=.\Debug\libgstdirectdraw.dll SOURCE="$(InputPath)" |