mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
9df8ac0a98
commit
ea76d39738
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ struct _GstAggregator
|
|||
|
||||
GstPad * srcpad;
|
||||
|
||||
/* Only access with the object lock held */
|
||||
GstSegment segment;
|
||||
|
||||
/*< private >*/
|
||||
|
|
Loading…
Reference in a new issue