aggregator: Document how the segment is protected
authorOlivier CrĂȘte <olivier.crete@collabora.com>
Wed, 21 Jan 2015 23:47:09 +0000 (18:47 -0500)
committerThibault Saunier <tsaunier@gnome.org>
Thu, 29 Jan 2015 09:24:18 +0000 (10:24 +0100)
Document that it can only be accessed with the object lock.

https://bugzilla.gnome.org/show_bug.cgi?id=742684

gst-libs/gst/base/gstaggregator.h

index 636e84e..2242d28 100644 (file)
@@ -135,6 +135,7 @@ struct _GstAggregator
 
   GstPad                *  srcpad;
 
+  /* Only access with the object lock held */
   GstSegment               segment;
 
   /*< private >*/