ChangeSet ID: 12957
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/16 19:04:17
Modified files:
dlls/dsound/tests: dsound.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Don't try to create a IDirectSound3DBuffer, partly to keep this test
simple and partly because it's going to fail since we did not request
DSBCAPS_CTRL3D. Fixes a crash on Windows.
Don't request unneeded caps.
Patch: http://cvs.winehq.org/patch.py?id=12957
Old revision New revision Changes Path
1.26 1.27 +2 -14 wine/dlls/dsound/tests/dsound.c
ChangeSet ID: 12953
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/16 18:42:32
Modified files:
dlls/dsound/tests: dsound_test.h ds3d.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Keep track of how much has been played and get rid of last_pos. This
fixes a bug where buffer_service() would not detect that everything
had been played.
Check that the actual sound duration was within 10% of the expected
value.
Make BUFFER_LEN and TIME_SLICE independent, make sure TIME_SLICE does
not divide BUFFER_LEN to spice things up a bit.
Patch: http://cvs.winehq.org/patch.py?id=12953
Old revision New revision Changes Path
1.1 1.2 +2 -2 wine/dlls/dsound/tests/dsound_test.h
1.2 1.3 +38 -29 wine/dlls/dsound/tests/ds3d.c