plugins/elements/gsttee.c: Unlock, instead of locking again.
authorStefan Kost <ensonic@users.sourceforge.net>
Thu, 7 Aug 2008 07:01:15 +0000 (07:01 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Thu, 7 Aug 2008 07:01:15 +0000 (07:01 +0000)
Original commit message from CVS:
* plugins/elements/gsttee.c:
Unlock, instead of locking again.

ChangeLog
plugins/elements/gsttee.c

index fc584d5..8bd6b74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-07  Stefan Kost  <ensonic@users.sf.net>
+
+       * plugins/elements/gsttee.c:
+         Unlock, instead of locking again.
+
 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * gst/gstpad.h:
index 24cc410..a15d3e7 100644 (file)
@@ -283,7 +283,7 @@ activate_failed:
     if (tee->allocpad == srcpad)
       tee->allocpad = NULL;
     gst_object_unref (srcpad);
-    GST_OBJECT_LOCK (tee);
+    GST_OBJECT_UNLOCK (tee);
     return NULL;
   }
 }