Skip to content

Commit

Permalink
gstreamer: Use parsebin to parse all the test vectors (#174)
Browse files Browse the repository at this point in the history
* gstreamer: Use parsebin to parse all the test vectors

* ffmpeg: Style E211 error with whitespace before '('
  • Loading branch information
rgonzalezfluendo authored Jun 26, 2024
1 parent eb13422 commit 8d891eb
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 92 deletions.
2 changes: 1 addition & 1 deletion fluster/decoders/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def ffmpeg_cmd(
version = self.ffmpeg_version()
download = ""
if self.hw_acceleration and self.hw_download:
download = f"hwdownload,format={output_format_to_ffformat (output_format)},"
download = f"hwdownload,format={output_format_to_ffformat(output_format)},"
if version and int(version.group(0)[0]) >= 5 and int(version.group(0)[2]) >= 1:
cmd = shlex.split(
FFMPEG_TPL.format(
Expand Down
Loading

0 comments on commit 8d891eb

Please sign in to comment.