tee: Remove dyn lock
[platform/upstream/gstreamer.git] / plugins / elements / gsttee.h
index c092b8f..3f408cb 100644 (file)
@@ -66,9 +66,6 @@ struct _GstTee {
   GstElement      element;
 
   /*< private >*/
-  /* lock protecting dynamic pads */
-  GMutex          dyn_lock;
-
   GstPad         *sinkpad;
   GstPad         *allocpad;
   guint           pad_counter;