centricular / gstcefsrc

A simple gstreamer wrapper around Chromium Embedded Framework
84 stars 45 forks source link

cefaudiometa: Remove incorrect use of volatile #27

Closed ocrete closed 3 years ago

ocrete commented 3 years ago

Newer GCC complains with:

error: argument 2 of ‘__atomic_load’ must not be a pointer to a ‘volatile’ type
MathieuDuponchelle commented 3 years ago

tnx :)