<div dir="ltr"><div>Hi Bernhard, </div><div><br></div><div>I've tested the pipeline below and it works so the answer to your initial question is, yes you can have only one sink pad in the video mixer</div><div>gst-launch-1.0 -ev v4l2src ! videomixer ! xvimagesink<br></div><div><br></div><div>Regarding the second question. </div><div><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#gst-pad-link">gst_pad_link()</a> returns the reason why the link failed, and it is normally quite descriptive as you can see on </div><div><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GstPadLinkReturn">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#GstPadLinkReturn</a> . Try to see what it is returning in your case.<br></div><div><br></div><div>Also have you tried to test your pipeline in gst-launch with the video mixer?</div><div><br></div><div>Sérgio</div></div>