Skip to content

Commit

Permalink
gst-vaapi/xcode: remove redundant VP9 videorate
Browse files Browse the repository at this point in the history
Signed-off-by: U. Artie Eoff <[email protected]>
  • Loading branch information
uartie committed May 22, 2024
1 parent e327671 commit 3ece5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gstreamer/vaapi/transcoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class TranscoderTest(BaseTranscoderTest):
hw = (platform.get_caps("vdenc", "jpeg"), have_gst_element("vaapijpegenc"), "vaapijpegenc ! jpegparse"),
),
Codec.VP9 : dict(
lp = (platform.get_caps("vdenc", "vp9_8"), have_gst_element("vaapivp9enc"), "videorate ! 'video/x-raw(ANY)',framerate=30/1 ! vaapivp9enc tune=low-power ! vp9parse ! matroskamux"),
lp = (platform.get_caps("vdenc", "vp9_8"), have_gst_element("vaapivp9enc"), "vaapivp9enc tune=low-power ! vp9parse ! matroskamux"),
),
},
vpp = {
Expand Down

0 comments on commit 3ece5cd

Please sign in to comment.