<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi all,</div><div><br></div><div>I am trying to encode with h264 and send with rtp and receive it somewhere else.</div><div><br></div><div>I change quantizer by putting pipeline into PAUSED and encoder to READY state and using:</div><div>&nbsp;<span class="Apple-style-span" style="font-family: Helvetica; font-size: 13px; ">"</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: 13px; "><span class="yiv172732716Apple-style-span" style="border-collapse: collapse; line-height: 18px; ">g_object_set(G_OBJECT(myencoder), "quantizer", newQP, NULL);"</span></span></div><div>It works well at the receiver with reasonable delay.</div><div><br></div><div>But for changing the frame rate I must put pipeline into READY state and use filter's caps for new frame rate, although, at the receiver I have about 15 sec
 frozen picture till it starts working again with new frame rate.</div><div><br></div><div>How knows why or how I can get rid of this delay?</div><div><br></div><div>Thanks</div><div>safa</div></div></body></html>