How to update videomixer properties during runtime?

Josh Doe josh at joshdoe.com
Wed Jul 1 11:22:24 UTC 2020


On Wed, Jul 1, 2020 at 5:10 AM facepalm <ejlungay at gmail.com> wrote:

> Sir, I would do anything to achieve this. Can you site some examples like
> what language or anything or links? PLease?
>

I'd suggest Python. Here's an example:
https://gist.github.com/joshdoe/ec58aad8331a6c8e1194189d0d690e06

The position is set via the mixer's sink pads:
mix = playbin.get_by_name('mix')
pad = mix.get_static_pad('sink_1')
pad.set_property('xpos', 100)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200701/a03dcb0d/attachment.htm>


More information about the gstreamer-devel mailing list