aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/test_gstreamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/test_gstreamer.c')
-rw-r--r--src/plugins/test_gstreamer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/test_gstreamer.c b/src/plugins/test_gstreamer.c
index 083773b..886bf3c 100644
--- a/src/plugins/test_gstreamer.c
+++ b/src/plugins/test_gstreamer.c
@@ -295,7 +295,7 @@ main (int argc, char *argv[])
295 }; 295 };
296 struct ProblemSet ps[] = 296 struct ProblemSet ps[] =
297 { 297 {
298 { "testdata/30_and_33.asf", thirty_and_thirtythree_sol }, 298 { "testdata/gstreamer_30_and_33.asf", thirty_and_thirtythree_sol },
299 { NULL, NULL } 299 { NULL, NULL }
300 }; 300 };
301 g_print ("Running asf test on GStreamer:\n"); 301 g_print ("Running asf test on GStreamer:\n");
@@ -494,7 +494,7 @@ main (int argc, char *argv[])
494 }; 494 };
495 struct ProblemSet ps[] = 495 struct ProblemSet ps[] =
496 { 496 {
497 { "testdata/barsandtone.flv", barsandtone_sol }, 497 { "testdata/gstreamer_barsandtone.flv", barsandtone_sol },
498 { NULL, NULL } 498 { NULL, NULL }
499 }; 499 };
500 g_print ("Running flv test on GStreamer:\n"); 500 g_print ("Running flv test on GStreamer:\n");