Skip to content

Commit

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


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

Expand Down

0 comments on commit c3a8666

Please sign in to comment.