From fd326639ea8dd3f112106248f6525f262816f40b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 21 Jan 2015 18:47:09 -0500 Subject: [PATCH] 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 --- libs/gst/base/gstaggregator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/gst/base/gstaggregator.h b/libs/gst/base/gstaggregator.h index 636e84e..2242d28 100644 --- a/libs/gst/base/gstaggregator.h +++ b/libs/gst/base/gstaggregator.h @@ -135,6 +135,7 @@ struct _GstAggregator GstPad * srcpad; + /* Only access with the object lock held */ GstSegment segment; /*< private >*/ -- 2.7.4