mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
b74edb98b3
commit
36aa60b010
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class GESRenderTest(GESTest, GstValidateEncodingTestInterface):
|
||||||
if not utils.isuri(self.dest_file):
|
if not utils.isuri(self.dest_file):
|
||||||
self.dest_file = utils.path2url(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)
|
self.add_arguments("-f", profile, "-o", self.dest_file)
|
||||||
|
|
||||||
def check_results(self):
|
def check_results(self):
|
||||||
|
|
Loading…
Reference in a new issue