Skip to content

video aggregator: Make qos statistic read/write atomic.

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

qos_processed and qos_dropped are guint64, its read and write operations are not atomic and cause some statistic not accurate. We need to use the lock to protect it.

Merge request reports