<div dir="ltr"><div dir="ltr">On Wed, Jul 1, 2020 at 5:10 AM facepalm <<a href="mailto:ejlungay@gmail.com">ejlungay@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Sir, I would do anything to achieve this. Can you site some examples like<br>
what language or anything or links? PLease?<br></blockquote><div><br></div><div>I'd suggest Python. Here's an example:</div><div><a href="https://gist.github.com/joshdoe/ec58aad8331a6c8e1194189d0d690e06">https://gist.github.com/joshdoe/ec58aad8331a6c8e1194189d0d690e06</a></div><div><br></div><div>The position is set via the mixer's sink pads:</div>mix = playbin.get_by_name('mix')<br>pad = mix.get_static_pad('sink_1')<br>pad.set_property('xpos', 100) </div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div></div>