From: Thibault Saunier Date: Fri, 20 Apr 2018 20:56:15 +0000 (-0300) Subject: validate: Stop forcing I420 in profiles restriction caps X-Git-Tag: 1.19.3~493^2~712 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36aa60b01068386fefd5ed0581a8fc8eebe696ba;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/tests/validate/geslaunch.py b/tests/validate/geslaunch.py index 3d95fa4..b82612e 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):