Skip to content

rtpav1: Carry forward pts from last seen temporal delimiter

yatin requested to merge yatinmaan/gst-plugins-rs:pts_fix into main

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.

Merge request reports