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.

How to display Gstreamer video to DVO2 with display1?

Currently, even I set fb0, fb1 to dvo2, but when I excute gstreamer

"gst-launch -v filesrc location=/dtv/usb/sda1/dm816x_1080p_demo.264 ! 'video/x-h264' ! h264parse access-unit=true ! omx_h264dec ! omx_scaler ! omx_ctrl ! omx_videosink sync=false"

then, video out always show in HDMI.

We need to see gstreamer video out to dvi output.

What should I change to redirect gstreamer output to DVI(display1) ?