plugins/elements/gsttee.c: Unlock, instead of locking again.

Original commit message from CVS:
* plugins/elements/gsttee.c:
Unlock, instead of locking again.
This commit is contained in:
Stefan Kost 2008-08-07 07:01:15 +00:00
parent c82ad04dd4
commit 3897306e70
2 changed files with 6 additions and 1 deletions

View file

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

View 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;
}
}