rtpav1: Carry forward pts from last seen temporal delimiter
av1parser
only puts valid pts
on temporal delimiter OBUs.
Those OBUs are dropped by the payloader (acc. to spec) and all the RTP buffers just get stamped with GST_CLOCK_TIME_NONE
(here) if we don't copy over the valid pts.