video aggregator: Make qos statistic read/write atomic.
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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.