Sebastian and Tim,

Thanks guys, between your suggestions it now works on gst-launch-1.

The pipeline now looks so:

gst-launch-1.0 -e videomixer name=mix background=1 \
sink_3::xpos=928 sink_3::ypos=510 \
sink_2::xpos=0 sink_2::ypos=510 \
sink_1::xpos=928 sink_1::ypos=0 \
sink_0::xpos=0 sink_0::ypos=0 \
! videoconvert ! xvimagesink \
rtspsrc location=rtsp://192.168.1.214:554 do-timestamp=true is_live=true protocols=tcp ! \
rtph264depay ! avdec_h264 ! videorate ! video/x-raw,framerate=30/1 ! videoscale ! video/x-raw,width=928,height=508 ! mix. \
rtspsrc location=rtsp://192.168.1.213:554 do-timestamp=true is_live=true protocols=tcp ! \
rtph264depay ! avdec_h264 ! videorate ! video/x-raw,framerate=30/1 ! videoscale ! video/x-raw,width=928,height=508 ! mix. \
rtspsrc location=rtsp://192.168.1.212:554 do-timestamp=true is_live=true protocols=tcp ! \
rtph264depay ! avdec_h264 ! videorate ! video/x-raw,framerate=30/1 ! videoscale ! video/x-raw,width=928,height=508 ! mix. \
rtspsrc location=rtsp://192.168.1.211:554 do-timestamp=true is_live=true protocols=tcp ! \
rtph264depay ! avdec_h264 ! videorate ! video/x-raw,framerate=30/1 ! videoscale ! video/x-raw,width=928,height=508 ! mix.

CPU usage has dropped from around 21% to around 12% :).

The original was changed a bit to include a video wall, which now also works a treat.
Now to put this out on to stream locally and tweak it for performance (queues, etc.).


Much appreciated guys....


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Trouble-converting-from-working-gst-launch-0-10-to-gst-launch-1-0-tp4664073p4664548.html">Re: Trouble converting from working gst-launch-0.10 to gst-launch-1.0</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>