d1354ed9591cf9aaa52003a585d9c5c24123737f
[melted] / docs / testing-20040110.txt
1 On 1/10/2004, Dan Dennedy ran the dv1394d/docs/testing.txt against
2 mlt albino and miracle.
3
4
5 NOTE: Discrepancies cited here may have impact on related functionality.
6
7
8 General
9 ------------------------------------------------------------------------------
10 Server side error checks and related response error codes are not stringently enforced.
11
12
13 Not Implemented
14 ------------------------------------------------------------------------------
15 NLS
16 INSERT
17 MOVE
18 REMOVE
19 USET points=ignore
20 XFER
21 USET eof=loop
22
23
24 Incorrect Behaviour
25 (Intent may be unknown in some cases.)
26 ------------------------------------------------------------------------------
27 killall miracle does not work. requires killall -HUP
28 LOAD commences play
29 STOP does not play the test card (white silence) (=pause)
30 USTA when stopped reports "paused"
31 REW when stopped does not rewind to the beginning of the clip.
32 CLEAN removes all clips (as opposed to leaving the currently playing one)
33
34
35 Different Intentional Behaviour
36 ------------------------------------------------------------------------------
37 STOP does not terminate audio/video output
38
39
40 MLT Bugs
41 ------------------------------------------------------------------------------
42 Please check the services.txt doc for known bugs related to MLT components.
43
44
45 User Acceptance Testing, 2004-01-12, by Dan Dennedy
46 ------------------------------------------------------------------------------
47 We may need to add a play u0 in some places of the test script due to play
48 state issues.
49 sout u0 1000 made frame 1000 repeat with audio (usta shows playing, not paused).
50 sin u0 400 made it jump to frame 400 and start playing
51 When miracle hit the out point (1000) not paused, playing last frame with audio.
52 Sometimes I need to say goto u0 0 to continue test script because it has hit
53 the end of a clip.
54 Everything else working good.