Skip to content

gstpipewiresrc: clear timestamps when processing a buffer

Arun Raghavan requested to merge github/fork/michaelolbrich/pts into master

Created by: michaelolbrich

This is necessary for 'do-timestamp' to work if the source provides no timestamps. Without this, the timestamp from the first use will remain, because the basesrc only overwrites timestamps that are GST_CLOCK_TIME_NONE.

Merge request reports