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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2006-07-24 Sebastien Moutte <sebastien@moutte.net> + + * 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 + 2006-07-23 Tim-Philipp Müller <tim at centricular dot net> Patch by: Chris Lee <clee at kde org> |