tee: Remove unneeded unlock
authorРуслан Ижбулатов <lrn1986@gmail.com>
Wed, 18 Apr 2012 11:31:23 +0000 (15:31 +0400)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 18 Apr 2012 11:43:32 +0000 (13:43 +0200)
plugins/elements/gsttee.c

index da9f649..33f2d8d 100644 (file)
@@ -820,7 +820,6 @@ gst_tee_src_activate_mode (GstPad * pad, GstObject * parent, GstPadMode mode,
       res = TRUE;
       break;
   }
-  GST_OBJECT_UNLOCK (tee);
 
   return res;