I think I found the reason for stutter in recorded videos. AIUI it is the memory copying between different elements in gstreamer pipeline.
static char s_tick_count=0; ... if ((++s_tick_count % 8)==0) DoBufferCopy();