commit 33773617f99e74dedb8fbe05adeb0dab641629e6
parent 3c63c871802287aaecbb5dc94b4b2caa5e92635e
Author: LRN <lrn1986@gmail.com>
Date: Tue, 4 Sep 2012 13:18:30 +0000
Re-enabling the test that required the missing file
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/plugins/test_gstreamer.c b/src/plugins/test_gstreamer.c
@@ -695,7 +695,6 @@ main (int argc, char *argv[])
result += (0 == ET_main ("gstreamer", ps) ? 0 : 1);
}
-#if 0
pre_test = discoverer_main (dc, "testdata/matroska_flame.mkv");
if (pre_test != GST_DISCOVERER_MISSING_PLUGINS)
{
@@ -1658,7 +1657,7 @@ main (int argc, char *argv[])
if (result_stock && result_patched)
result++;
}
-#endif
+
g_object_unref (dc);
return result;
}