Hello,
on tx2 4g deepstream v4.0, I am trying to show picture in picture using the following test command, but we see memory leakage, ( mem rise at about 0.1% using top command) ,could you help to solve it?
gst-launch-1.0 nvstreammux name=nvmux_layout width=1920 height=1080 batch-size=1 batched-push-timeout=50000000 ! nvmultistreamtiler name=nvtile_layout width=1920 height=1080 columns=1 rows=4 show-source=0 ! fakesink sync=false
nvstreammux name=nvmux width=1920 height=1080 batch-size=4 batched-push-timeout=50000000 ! nvmultistreamtiler name=nvtile width=1920 height=1080 columns=1 rows=4 show-source=1 ! nvvideoconvert ! “video/x-raw(memory:NVMM),format=RGBA” ! nvmux_layout.sink_0
videotestsrc pattern=5 ! ‘video/x-raw,format=YUY2,width=1920,height=1080’ ! videorate ! ‘video/x-raw,framerate=50/1’ ! videoconvert ! “video/x-raw,format=NV12” ! nvvideoconvert ! “video/x-raw(memory:NVMM),format=NV12” ! tee name=split0 split0.src_0 ! queue ! nvmux.sink_0
videotestsrc pattern=3 ! ‘video/x-raw,format=YUY2,width=1920,height=1080’ ! videorate ! ‘video/x-raw,framerate=50/1’ ! videoconvert ! “video/x-raw,format=NV12” ! nvvideoconvert ! “video/x-raw(memory:NVMM),format=NV12” ! tee name=split1 split1.src_0 ! queue ! nvmux.sink_1
videotestsrc pattern=6 ! ‘video/x-raw,format=YUY2,width=1920,height=1080’ ! videorate ! ‘video/x-raw,framerate=50/1’ ! videoconvert ! “video/x-raw,format=NV12” ! nvvideoconvert ! “video/x-raw(memory:NVMM),format=NV12” ! tee name=split2 split2.src_0 ! queue ! nvmux.sink_2
videotestsrc pattern=4 ! ‘video/x-raw,format=YUY2,width=1920,height=1080’ ! videorate ! ‘video/x-raw,framerate=50/1’ ! videoconvert ! “video/x-raw,format=NV12” ! nvvideoconvert ! “video/x-raw(memory:NVMM),format=NV12” ! tee name=split3 split3.src_0 ! queue ! nvmux.sink_3