<div dir="ltr"><div>Hi,</div><div><br></div><div>The Android device (Samsung Galaxy mini 2, Android 2.3.6) is receiving a video stream H264 over RTP over UDP.</div><div>The video resolution is 1024x768 but I want to downscaling it to 320x240 with this pipeline :</div>

<div><br></div><div>data->pipeline = gst_parse_launch("udpsrc port=5001 ! application/x-rtp, payload=96 ! rtph264depay ! ffdec_h264 ! videoscale ! video/x-raw, width=320, height=240 ! autovideosink sync=false", &error);</div>

<div><br></div><div>It does not work, there is the following error : Unable to build pipeline: could not link videoscale0 to autovideosink0</div><div><br></div><div>I have tested several pipeline alternatives without any success.</div>

<div><br></div><div>Could you help me. Thanks in advance.</div></div>