aggregator: Document how the segment is protected

Document that it can only be accessed with the object lock.

https://bugzilla.gnome.org/show_bug.cgi?id=742684
This commit is contained in:
Olivier Crête 2015-01-21 18:47:09 -05:00 committed by Tim-Philipp Müller
parent be58999bff
commit fd326639ea

View file

@ -135,6 +135,7 @@ struct _GstAggregator
GstPad * srcpad;
/* Only access with the object lock held */
GstSegment segment;
/*< private >*/