gstreamer_core/plugins/elements/gsttee.h
changeset 8 4a7fac7dd34a
parent 0 0e761a78d257
child 30 7e817e7e631c
--- a/gstreamer_core/plugins/elements/gsttee.h	Fri Mar 19 09:35:09 2010 +0200
+++ b/gstreamer_core/plugins/elements/gsttee.h	Fri Apr 16 15:15:52 2010 +0300
@@ -65,6 +65,9 @@
   GstElement      element;
 
   /*< private >*/
+  /* lock protecting dynamic pads */
+  GMutex         *dyn_lock;
+
   GstPad         *sinkpad;
   GstPad         *allocpad;
   gint            pad_counter;