Add iterate mutex for future use

Original commit message from CVS:
Add iterate mutex for future use
This commit is contained in:
Wim Taymans 2002-06-03 19:53:47 +00:00
parent d88e845615
commit ed1d8a37b8

View file

@ -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;