Skip to content

h264parse: Add the missing timestamp when splitting a frame.

He Junyan requested to merge He_Junyan/gstreamer:h264_parse_split_ts into main

When splitting a frame, the gst_buffer_copy_region() does not copy the timestamp correctly for sub frames when the offset is not 0. We still need those timestamps for each output sub frame.

Merge request reports