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/common | |
parent | b7f35a1240ff5ff5ccdfceb4730242f1714d9a18 (diff) | |
download | gst-plugins-bad-454c2523355d5a278cf1293c446f308ce4d48c61.tar.gz gst-plugins-bad-454c2523355d5a278cf1293c446f308ce4d48c61.tar.bz2 gst-plugins-bad-454c2523355d5a278cf1293c446f308ce4d48c61.zip |
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/common')
-rw-r--r-- | win32/common/config.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index 4588c248..3e68c2f2 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" |