aggregator: Consistently lock some members
authorOlivier Crête <olivier.crete@collabora.com>
Wed, 21 Jan 2015 23:45:36 +0000 (18:45 -0500)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:26 +0000 (15:10 +0000)
commit90f3cb4af0409dc33a5c1526bffa1ae6237b4c8e
tree9c019421a78ce744a0b20494dfc099a018e3ed91
parent2b7d4e24044d305893956cb911cad310f9f86b8f
aggregator: Consistently lock some members

Some members sometimes used atomic access, sometimes where not locked at
all. Instead consistently use a mutex to protect them, also document
that.

https://bugzilla.gnome.org/show_bug.cgi?id=742684
libs/gst/base/gstaggregator.c