<div>Hi all,</div><div><br></div><div>playbin2 uses a simple mechanism to specify the video sink of the next bin by using:</div><div>g_object(&lt;playbin2&gt;, &quot;video-sink&quot;, &lt;sinkbin&gt;, NULL);</div><div><br>
</div><div>With the same &lt;sinkbin&gt;, I&#39;d like to replace playbin2 with another (let&#39;s say v4l2src+fakesink), but would like to maintain the same linkage mechanism as playbin2 (as seen above). Can I add &quot;video-sink&quot; property to an existing bin (such as fakesink)? If not, is there any other way to achieve this?</div>
<div><br></div><div>Regards,</div><div>Won</div><div><br></div>