From: Olivier CrĂȘte Date: Wed, 21 Jan 2015 23:47:09 +0000 (-0500) Subject: aggregator: Document how the segment is protected X-Git-Tag: 1.19.3~507^2~9463 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea76d39738c3dcf31f4a4ecd1a452629c18061a8;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/gst-libs/gst/base/gstaggregator.h b/gst-libs/gst/base/gstaggregator.h index 636e84e..2242d28 100644 --- a/gst-libs/gst/base/gstaggregator.h +++ b/gst-libs/gst/base/gstaggregator.h @@ -135,6 +135,7 @@ struct _GstAggregator GstPad * srcpad; + /* Only access with the object lock held */ GstSegment segment; /*< private >*/