This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

GStreamer Resizer videotestsrc example not working with dm365_imp.oper_mode=1

The DM365 is running on a fresh 4.02.00.06 mksdboot image where I have added the dm365_imp.oper_mode=1 
DM36x EVM # printenv
baudrate=115200
bootargs=console=ttyS0,115200n8 root=/dev/mmcblk0p2 rw rootwait ip=off
bootcmd=if mmc rescan 0; then if fatload mmc 0 0x80600000 boot.scr; then source
0x80600000; else fatload mmc 0 0x80700000 uImage; bootm 80700000; fi; fi
bootdelay=3
bootfile="uImage"
dm365_imp.oper_mode=1
ethact=DaVinci-EMAC
ethaddr=00:0e:99:03:53:17
stderr=serial
stdin=serial
stdout=serial
ver=U-Boot 2010.12-rc2 (Mar 24 2011 - 19:27:17)

I have set the singleshot mode as described in the DM365 GStreamer example page, yet I'm getting the errormessage that resizer is not working in current HW mode.
What else is needed in the bootargs?
gst-launch videotestsrc ! video/x-raw-yuv, width=320, height=2
40, framerate=\(fraction\)30/1 ! TIVidResize ! video/x-raw-yuv,width=640,height=
480, framerate=\(fraction\)30/1 ! TIDmaiVideoSink videoStd=720P_60 videoOutput=C
OMPONENT sync=false
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
davinci_resizer davinci_resizer.2: Operation mode doesn't match with current hw
mode
ERROR: from element /GstPipeline:pipeline0/GstTIVidResize:tividresize0: failed t
o create resize handle

Additional debug info:
gsttividresize.c(500): gst_tividresize_transform (): /GstPipeline:pipeline0/GstT
IVidResize:tividresize0
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...