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.

Query realted to omx_videomixer sink properties

Hi,

  We are trying to execute gstreamer pipeline (shown below) on 816x

gst-launch omx_videomixer port-index=0 framerate=50 name=mix sink_00::outX=0 sink_00::outY=0 sink_00::outWidth=996 sink_00::outHeight=530 ! 'video/x-raw-yuv,width=1280, height=720'  ! gstperf  ! v4l2sink sync=true min-queued-bufs=2 brightness=10000 saturation=1000 contrast=1000 udpsrc multicast-iface=eth0 uri=udp://239.255.255.6:25040 caps='application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, profile-level-id=(string)\"42400a\",sprop-parameter-sets=(string)\"QkAKlaCxMwEAgA\\=\\=\\,zgfy\\;\", packetization-mode=1' ! rtph264depay ! 'video/x-h264,framerate=(fraction)50/1' ! h264parse access-unit=true ! queue ! omx_h264dec ! mix. udpsrc multicast-iface=eth0 uri=udp://239.255.255.6:25042 caps="application/x-rtp, media=(string)audio, payload=(int)96,clock-rate=(int)16000, encoding-name=(string)MPEG4-GENERIC,streamtype=(string)5,profile-level-id=(string)15,mode=(string)AAC-hbr,config=(string)1408,sizelength=(string)13, indexlength=(string)3,indexdeltalength=(string)3" ! gstrtpjitterbuffer latency=300 ! rtpmp4gdepay ! queue ! faad ! audioconvert ! audioresample ! alsasink max-lateness=-1 sync=true

 We wrote a program using this pipeline but yet we don't know how to set the "sink_00::outX=0 sink_00::outY=0 sink_00::outWidth=996 sink_00::outHeight=530"

all this properties of omx_videomixer. Can anyone suggest us how to set all this property of omx_videomixer?

Regards,

Harshal