I am working on porting my project from AGX Xavier to AGX orin, and one of the requirements is to support the new AV1 encoder
due to gstreamer limits, we encode the video using jetson_multimedia_api and we only use gstreamer to pack it into a transport stream for sending, here is what the pipeline looks like for H265
however, upon testing with AV1 we found that the “av1parse” element is unavailable in jetpack 5, and we would like to know what element/block it should be replaced with so we can have a working pipeline
unfortunately, our cards are connected to stuff that doesn’t support jetpack 6 yet, so we would like to know how we can get the updated gstreamer from jetpack 6 into jetpack 5
Since Jetpack 5 is with gstreamer 1.16.2 and this is validated in SQA coverage. Upgrading gstreamer to later version may not work properly. You may give it a try.