nvv4l2decoder cann't set any element properties

Hi,

when i use nvv4l2decoder to decode, it cann’t set any element properties(disable-dpb / skip-frame / …),
if set it always show error message like below

Setting pipeline to PAUSED …
Opening in BLOCKING MODE
Pipeline is live and does not need PREROLL …
Setting pipeline to PLAYING …
Caught SIGSEGV
#0 0x0000007fa60aace4 in __waitpid (pid=, stat_loc=0x7fcebbd544, options=) at …/sysdeps/unix/sysv/linux/waitpid.c:30
#1 0x0000007fa60e6210 in g_on_error_stack_trace ()
#2 0x000000558a173c3c in ()
#3 0x00000055bab1d4b0 in ()
Spinning. Please run ‘gdb gst-launch-1.0 11893’ to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.

Hi,
Please share a gst-launch command to reproduce the issue. Are you on r32.1?

Hi Dane,

Yes, r32.1

my gst-launch command :

OK ==> gst-launch-1.0 filesrc location=4k.265 ! h265parse ! nvv4l2decoder disable-dpb=1 ! nv3dsink sync=0

FAIL ==> gst-launch-1.0 udpsrc port=5000 ! tsdemux ! h265parse ! nvv4l2decoder disable-dpb=1 ! nv3dsink sync=0

FAIL ==> gst-launch-1.0 udpsrc port=5000 ! application/x-rtp,encoding-name=H265,payload=96 ! rtph265depay ! video/x-h265 ! nvv4l2decoder disable-dpb=1 ! nv3dsink sync=0

After remove the element properties, it works well.

Hi,
We can reproduce the issue. Will check and update.