mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Add iterate mutex for future use
Original commit message from CVS: Add iterate mutex for future use
This commit is contained in:
parent
d88e845615
commit
ed1d8a37b8
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ struct _GstBin {
|
|||
gint numchildren;
|
||||
GList *children;
|
||||
|
||||
GMutex *iterate_mutex;
|
||||
GCond *iterate_cond;
|
||||
|
||||
GstElementState child_states[GST_NUM_STATES];
|
||||
|
||||
gpointer sched_private;
|
||||
|
|
Loading…
Reference in a new issue