Is it possible to be notified about plugins readonly parameter changes?

wellington wallace wellingtonwallace at gmail.com
Tue Mar 20 15:18:03 UTC 2018


Hi!

I would like to be notified when an readonly parameter changes. Consider
for example the current delay or latency of ladspa or lv2 delay plugin. I
tried the following with no success:

self.delay.bind_property('left-delay', self.ui_value, 'value',
GObject.BindingFlags.DEFAULT)

When the property is writable I am notified about its changes but not when
it is readonly. I know that the plugin code made changes to the parameter
because I can see them doing print(self.delay.get_property('left-delay)).

Is there a way to be notified about these changes without having to
periodically calling get_property?

Best regards,

                 Wellington

-- 
Prof.° Wellington Wallace Miguel Melo

CEFET/RJ Uned Nova Iguaçu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180320/1fe02d96/attachment-0001.html>


More information about the gstreamer-devel mailing list