From: lilo_booter Date: Mon, 12 Jan 2004 21:47:07 +0000 (+0000) Subject: minor testing update X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=70100bf2a7215ec420c078b32a3c291987b2ec83;p=melted minor testing update git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@71 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/docs/testing-20040110.txt b/docs/testing-20040110.txt index d1354ed..b18dcef 100644 --- a/docs/testing-20040110.txt +++ b/docs/testing-20040110.txt @@ -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. + diff --git a/mlt/docs/testing-20040110.txt b/mlt/docs/testing-20040110.txt index d1354ed..b18dcef 100644 --- a/mlt/docs/testing-20040110.txt +++ b/mlt/docs/testing-20040110.txt @@ -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. + diff --git a/mlt/src/albino/Makefile b/mlt/src/albino/Makefile index 1cc0051..051c5fe 100644 --- a/mlt/src/albino/Makefile +++ b/mlt/src/albino/Makefile @@ -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) diff --git a/mlt/src/modules/configure b/mlt/src/modules/configure index 365fe43..b33bc37 100755 --- a/mlt/src/modules/configure +++ b/mlt/src/modules/configure @@ -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 diff --git a/src/albino/Makefile b/src/albino/Makefile index 1cc0051..051c5fe 100644 --- a/src/albino/Makefile +++ b/src/albino/Makefile @@ -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) diff --git a/src/modules/configure b/src/modules/configure index 365fe43..b33bc37 100755 --- a/src/modules/configure +++ b/src/modules/configure @@ -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