<html><head></head><body><div>Le samedi 06 juin 2015 à 18:12 +0000, philippe renon a écrit :</div><blockquote type="cite"><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1433602626505_10440">Hi,</div><div id="yui_3_16_0_1_1433602626505_10462"><br></div><div id="yui_3_16_0_1_1433602626505_10504">I need to introduce latency/delay in a pipeline.</div><div id="yui_3_16_0_1_1433602626505_10505">Apparently the proper way to do that is to use the pad offset property.</div><div id="yui_3_16_0_1_1433602626505_10512"><br></div><div id="yui_3_16_0_1_1433602626505_10513">What is the gst-launch syntax to set that property?</div></div></blockquote><div><br></div><div>The syntax to set pad property is:</div><div><br></div><div>  element pad_nane::property=blabla</div><div><br></div><div>Though pad offset is not a property. It can only be set programatically using gst_pad_set_offset(). So it's not possible to use it using gst-launch-1.0 testing tool.</div><div><br></div><div>Nicolas</div><div></div><blockquote type="cite"></blockquote><div>
</div></body></html>