Skip to content

Commit

Permalink
Revert "Fix H264 decoder on Jetpac 5.1.1."
Browse files Browse the repository at this point in the history
This reverts commit c3a8666.
  • Loading branch information
mamaheux committed Sep 12, 2023
1 parent c3a8666 commit d70d12a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ bool VaapiH264GStreamerVideoDecoder::isHardwareAccelerated()


TegraH264GStreamerVideoDecoder::TegraH264GStreamerVideoDecoder()
: H264GStreamerVideoDecoder(
"h264parse ! capsfilter caps=video/x-h264,alignment=au,stream-format=byte-stream ! nvv4l2decoder ! nvvidconv",
true)
: H264GStreamerVideoDecoder("h264parse ! nvv4l2decoder ! nvvidconv", true)
{
}

Expand Down

0 comments on commit d70d12a

Please sign in to comment.