gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23795 - Extractor/src/plugins


From: gnunet
Subject: [GNUnet-SVN] r23795 - Extractor/src/plugins
Date: Fri, 14 Sep 2012 13:50:16 +0200

Author: LRN
Date: 2012-09-14 13:50:16 +0200 (Fri, 14 Sep 2012)
New Revision: 23795

Modified:
   Extractor/src/plugins/test_gstreamer.c
Log:
Fix filename in GStreamer test

Modified: Extractor/src/plugins/test_gstreamer.c
===================================================================
--- Extractor/src/plugins/test_gstreamer.c      2012-09-14 11:50:13 UTC (rev 
23794)
+++ Extractor/src/plugins/test_gstreamer.c      2012-09-14 11:50:16 UTC (rev 
23795)
@@ -295,7 +295,7 @@
       };
     struct ProblemSet ps[] =
       {
-        { "testdata/30_and_33.asf", thirty_and_thirtythree_sol },
+        { "testdata/gstreamer_30_and_33.asf", thirty_and_thirtythree_sol },
         { NULL, NULL }
       };
     g_print ("Running asf test on GStreamer:\n");
@@ -494,7 +494,7 @@
       };
     struct ProblemSet ps[] =
       {
-        { "testdata/barsandtone.flv", barsandtone_sol },
+        { "testdata/gstreamer_barsandtone.flv", barsandtone_sol },
         { NULL, NULL }
       };
     g_print ("Running flv test on GStreamer:\n");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]