libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit c7a2587def3691f668816a163d1a8e00e091de8d
parent 51ad50c54928c66545b9995e70db5fee3e34fe31
Author: LRN <lrn1986@gmail.com>
Date:   Fri, 14 Sep 2012 11:50:16 +0000

Fix filename in GStreamer test

Diffstat:
Msrc/plugins/test_gstreamer.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/test_gstreamer.c b/src/plugins/test_gstreamer.c @@ -295,7 +295,7 @@ main (int argc, char *argv[]) }; 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 @@ main (int argc, char *argv[]) }; struct ProblemSet ps[] = { - { "testdata/barsandtone.flv", barsandtone_sol }, + { "testdata/gstreamer_barsandtone.flv", barsandtone_sol }, { NULL, NULL } }; g_print ("Running flv test on GStreamer:\n");