<div dir="ltr">Hi expert:<div><br></div><div>##background:</div><div>  I use a simple gst pipeline (appsrc->v4l2h264decode->waylandsink) inside a bigger pipeline of my own (not gst framework, handles demux, audio etc).</div><div>## issue</div><div>  I meet issue for seek.  when I seek backward (sometime before current time), the clock is reset to a previous time and new buffer comes with smaller pts. but the cached buffer in gst pipeline has a bigger pts than new clock time, video rendering will be blocked for long time.</div><div>  is there any decent way to overcome this?</div><div>  I think the possible solution may flush the cached buffer during seek, but I don't find a quick way to do so.</div></div>