<div dir="ltr"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">I am implementing dynamic parameter control for the following pipeline:<br>uridecodebin ! videoconvert ! my-filter p=1 ! fakesink, which is playing a single video file in a loop using segment done callback from the pipeline's bus.<br><br>Folllowing the Dynamic Controllable Parameters tutorial (<a href="https://gstreamer.freedesktop.org/documentation/application-development/advanced/dparams.html?gi-language=c">https://gstreamer.freedesktop.org/documentation/application-development/advanced/dparams.html?gi-language=c</a>),  I  added parameter control using GstInterpolationControlSource.  </div><div dir="ltr"><br>The control binding uses running time, whichh iin my case is  the video's position. I would like to use absolute-time instead to allow control of my filter's parameters over multiple loops.<br><br>1. Is there a way to use absolute-time instead of running-time with the controlsource? <br>2. If not, what would be the best way to make  the pipeline's running-time be be monotonically increasing?<br><br>Thanks !<br>-- <br>Rene Allkivi, Digital Sputnik - <a href="https://digitalsputnik.com/">https://digitalsputnik.com/</a><br></div></div></div></div>