From 384dd33843a84480cc9841879246e039dcf19619 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 9 Jan 2014 15:24:05 +0100 Subject: [PATCH] validate:tools: Do not forget to keep our ref to file_info g-v-transcode --- validate/tools/launcher/apps/gst-validate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/validate/tools/launcher/apps/gst-validate.py b/validate/tools/launcher/apps/gst-validate.py index e3f7f438a3..fc93f9a63a 100644 --- a/validate/tools/launcher/apps/gst-validate.py +++ b/validate/tools/launcher/apps/gst-validate.py @@ -72,6 +72,7 @@ class GstValidateTranscodingTest(GstValidateTest): super(GstValidateTranscodingTest, self).__init__( DEFAULT_GST_VALIDATE_TRANSCODING, classname, options, reporter, scenario=None) + self.file_infos = file_infos self.uri = uri self.combination = combination self.dest_file = ""