validate: Stop forcing I420 in profiles restriction caps
authorThibault Saunier <tsaunier@igalia.com>
Fri, 20 Apr 2018 20:56:15 +0000 (17:56 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Sun, 6 May 2018 14:21:46 +0000 (16:21 +0200)
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

index 3d95fa4..b82612e 100644 (file)
@@ -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):