mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
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:
parent
c82ad04dd4
commit
3897306e70
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* gst/gstpad.h:
|
* gst/gstpad.h:
|
||||||
|
|
|
@ -283,7 +283,7 @@ activate_failed:
|
||||||
if (tee->allocpad == srcpad)
|
if (tee->allocpad == srcpad)
|
||||||
tee->allocpad = NULL;
|
tee->allocpad = NULL;
|
||||||
gst_object_unref (srcpad);
|
gst_object_unref (srcpad);
|
||||||
GST_OBJECT_LOCK (tee);
|
GST_OBJECT_UNLOCK (tee);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue