]> git.sesse.net Git - mlt/commitdiff
minor testing update
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 12 Jan 2004 21:47:07 +0000 (21:47 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 12 Jan 2004 21:47:07 +0000 (21:47 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@71 d19143bc-622f-0410-bfdd-b5b2a6649095

docs/testing-20040110.txt
mlt/docs/testing-20040110.txt
mlt/src/albino/Makefile
mlt/src/modules/configure
src/albino/Makefile
src/modules/configure

index d1354ed9591cf9aaa52003a585d9c5c24123737f..b18dcefa6254a5c673425e0e2f51f04115e86122 100644 (file)
@@ -17,12 +17,11 @@ INSERT
 MOVE
 REMOVE
 USET points=ignore
+USET eof=terminate
 XFER
-USET eof=loop
 
 
 Incorrect Behaviour
-(Intent may be unknown in some cases.)
 ------------------------------------------------------------------------------
 killall miracle does not work. requires killall -HUP
 LOAD commences play
@@ -30,6 +29,8 @@ STOP does not play the test card (white silence) (=pause)
 USTA when stopped reports "paused"
 REW when stopped does not rewind to the beginning of the clip.
 CLEAN removes all clips (as opposed to leaving the currently playing one)
+USET eof=pause is partially supported
+SIN/SOUT do not leave the unit in a paused state
 
 
 Different Intentional Behaviour
@@ -42,13 +43,4 @@ MLT Bugs
 Please check the services.txt doc for known bugs related to MLT components.
 
 
-User Acceptance Testing, 2004-01-12, by Dan Dennedy
-------------------------------------------------------------------------------
-We may need to add a play u0 in some places of the test script due to play
-state issues.
-sout u0 1000 made frame 1000 repeat with audio (usta shows playing, not paused).
-sin u0 400 made it jump to frame 400 and start playing
-When miracle hit the out point (1000) not paused, playing last frame with audio.
-Sometimes I need to say goto u0 0 to continue test script because it has hit
-the end of a clip.
-Everything else working good.
+
index d1354ed9591cf9aaa52003a585d9c5c24123737f..b18dcefa6254a5c673425e0e2f51f04115e86122 100644 (file)
@@ -17,12 +17,11 @@ INSERT
 MOVE
 REMOVE
 USET points=ignore
+USET eof=terminate
 XFER
-USET eof=loop
 
 
 Incorrect Behaviour
-(Intent may be unknown in some cases.)
 ------------------------------------------------------------------------------
 killall miracle does not work. requires killall -HUP
 LOAD commences play
@@ -30,6 +29,8 @@ STOP does not play the test card (white silence) (=pause)
 USTA when stopped reports "paused"
 REW when stopped does not rewind to the beginning of the clip.
 CLEAN removes all clips (as opposed to leaving the currently playing one)
+USET eof=pause is partially supported
+SIN/SOUT do not leave the unit in a paused state
 
 
 Different Intentional Behaviour
@@ -42,13 +43,4 @@ MLT Bugs
 Please check the services.txt doc for known bugs related to MLT components.
 
 
-User Acceptance Testing, 2004-01-12, by Dan Dennedy
-------------------------------------------------------------------------------
-We may need to add a play u0 in some places of the test script due to play
-state issues.
-sout u0 1000 made frame 1000 repeat with audio (usta shows playing, not paused).
-sin u0 400 made it jump to frame 400 and start playing
-When miracle hit the out point (1000) not paused, playing last frame with audio.
-Sometimes I need to say goto u0 0 to continue test script because it has hit
-the end of a clip.
-Everything else working good.
+
index 1cc0051edc4677a2312efb815c25cda0c432eb9a..051c5fe9df33ec41acc2b05ebfdff208b9dd6544 100644 (file)
@@ -4,7 +4,7 @@ OBJS = albino.o
 
 CFLAGS = -I .. -Wall -g -D_FILE_OFFSET_BITS=64 -pthread -rdynamic
 
-LDFLAGS = -L ../valerie -L ../miracle -lmiracle -lvalerie
+LDFLAGS = -L ../valerie -L ../miracle -L ../framework -lmiracle -lmlt -lvalerie
 
 SRCS := $(OBJS:.o=.c)
 
index 365fe433babc9e3c80df3e44eca77e9fbaed7982..b33bc3700b3fd54522a018f6318bb8b1df848ef7 100755 (executable)
@@ -16,7 +16,7 @@ for i in *
 do
        if [ -x $i/configure -a \( "$help" = "1" -o ! -f disable-$i \) ]
        then
-               echo "Configuring $i:"
+               echo "Configuring modules/$i:"
                pushd $i > /dev/null
                ./configure $@
                [ $? != 0 ] && exit 1
index 1cc0051edc4677a2312efb815c25cda0c432eb9a..051c5fe9df33ec41acc2b05ebfdff208b9dd6544 100644 (file)
@@ -4,7 +4,7 @@ OBJS = albino.o
 
 CFLAGS = -I .. -Wall -g -D_FILE_OFFSET_BITS=64 -pthread -rdynamic
 
-LDFLAGS = -L ../valerie -L ../miracle -lmiracle -lvalerie
+LDFLAGS = -L ../valerie -L ../miracle -L ../framework -lmiracle -lmlt -lvalerie
 
 SRCS := $(OBJS:.o=.c)
 
index 365fe433babc9e3c80df3e44eca77e9fbaed7982..b33bc3700b3fd54522a018f6318bb8b1df848ef7 100755 (executable)
@@ -16,7 +16,7 @@ for i in *
 do
        if [ -x $i/configure -a \( "$help" = "1" -o ! -f disable-$i \) ]
        then
-               echo "Configuring $i:"
+               echo "Configuring modules/$i:"
                pushd $i > /dev/null
                ./configure $@
                [ $? != 0 ] && exit 1