From 36aa60b01068386fefd5ed0581a8fc8eebe696ba Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 20 Apr 2018 17:56:15 -0300 Subject: [PATCH] validate: Stop forcing I420 in profiles restriction caps This was a workaround for encoders bad behavior in the reconfigure case. https://bugzilla.gnome.org/show_bug.cgi?id=795420 --- tests/validate/geslaunch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/validate/geslaunch.py b/tests/validate/geslaunch.py index 3d95fa454d..b82612ecec 100644 --- a/tests/validate/geslaunch.py +++ b/tests/validate/geslaunch.py @@ -179,7 +179,7 @@ class GESRenderTest(GESTest, GstValidateEncodingTestInterface): if not utils.isuri(self.dest_file): self.dest_file = utils.path2url(self.dest_file) - profile = self.get_profile(video_restriction="video/x-raw,format=I420") + profile = self.get_profile() self.add_arguments("-f", profile, "-o", self.dest_file) def check_results(self):