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
This commit is contained in:
Thibault Saunier 2018-04-20 17:56:15 -03:00
parent b74edb98b3
commit 36aa60b010

View 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):