mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
aggregator: Document more locking
This commit is contained in:
parent
dc346ca245
commit
96583f0d18
1 changed files with 2 additions and 2 deletions
|
@ -290,7 +290,7 @@ struct _GstAggregatorPrivate
|
|||
gboolean peer_latency_live; /* protected by src_lock */
|
||||
GstClockTime peer_latency_min; /* protected by src_lock */
|
||||
GstClockTime peer_latency_max; /* protected by src_lock */
|
||||
gboolean has_peer_latency;
|
||||
gboolean has_peer_latency; /* protected by src_lock */
|
||||
|
||||
GstClockTime sub_latency_min; /* protected by src_lock */
|
||||
GstClockTime sub_latency_max; /* protected by src_lock */
|
||||
|
@ -300,7 +300,7 @@ struct _GstAggregatorPrivate
|
|||
GMutex src_lock;
|
||||
GCond src_cond;
|
||||
|
||||
gboolean first_buffer;
|
||||
gboolean first_buffer; /* protected by object lock */
|
||||
GstAggregatorStartTimeSelection start_time_selection;
|
||||
GstClockTime start_time;
|
||||
|
||||
|
|
Loading…
Reference in a new issue