From 3897306e70b4a60a6bb8ad0fc2801f173e47c49b Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 7 Aug 2008 07:01:15 +0000 Subject: [PATCH] plugins/elements/gsttee.c: Unlock, instead of locking again. Original commit message from CVS: * plugins/elements/gsttee.c: Unlock, instead of locking again. --- ChangeLog | 5 +++++ plugins/elements/gsttee.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc584d5cb7..8bd6b74ddc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-07 Stefan Kost + + * plugins/elements/gsttee.c: + Unlock, instead of locking again. + 2008-08-05 Wim Taymans * gst/gstpad.h: diff --git a/plugins/elements/gsttee.c b/plugins/elements/gsttee.c index 24cc4102e5..a15d3e743e 100644 --- a/plugins/elements/gsttee.c +++ b/plugins/elements/gsttee.c @@ -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; } }