Failed in mem copy

Hello,

I am experiencing the same issue with Jetpack 6.2 and Deepstream 7.1 on a Jetson Orin AGX.

I am using the following gstreamer pipeline, using a decklink card for UYVY input.

gst-launch-1.0
decklinkvideosrc device-number=0 profile=two-sub-devices-half connection=sdi mode=1080p25 video-format=8bit-yuv
! queue leaky=2 max-size-bytes=0
! ‘video/x-raw, width=1920, height=1080, format=(string)UYVY, framerate=25/1’
! nvvideoconvert
! ‘video/x-raw(memory:NVMM), width=1920, height=1080, format=(string)NV12, framerate=25/1’
! nvv4l2h265enc bitrate=4000000 iframeinterval=25 control-rate=constant_bitrate profile=Main maxperf-enable=true preset-level=UltraFastPreset
! tee name=videoTee
mpegtsmux name=mpegtsMux pmt-interval=9000 bitrate=38400000
! rtpmp2tpay ! udpsink ttl=64 host=127.0.0.1 port=5004
videoTee. ! queue ! h265parse ! mpegtsMux.

In my case the pipeline will run for 10 minutes before the mem copy error occurs, however the h265 bitstream appears to be corrupted?

If I don’t use the deepstream plugin’s the pipeline works just fine.