From 38d2b6e57d4b18bef5fccd44db818c144178a899 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Sat, 8 Nov 2014 12:05:00 -0500 Subject: [PATCH] goals: Updates - Fix a typo in where the gstreamer code is going to end up - Change testing goal to reflect that I rewrote the sconscript instead of creating a new bash script. Signed-off-by: Anna Schumaker --- GOALS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/GOALS b/GOALS index 8f93f2c0..1d23e7d1 100644 --- a/GOALS +++ b/GOALS @@ -1,8 +1,7 @@ Ocarina 6.3 ----------- -* Move GSTDriver into either lib/ or core/ (allowing me to remove more callbacks) -* Schedule tests using bash script and not Sconscript - * lets me handle multiple iterations by passing different number of parameters? +* Move GSTDriver into either lib/ or gui/ (allowing me to remove more callbacks) +* Rewrite how tests are scheduled to make the code simpler. * Make sure core/ is completely documented, remove sections from DESIGN * Move tag structures into separate files with separate tests. * include/core/tags/*.h? core/tags/*.cpp?