identity: hack around g_object_notify() bug by protecting it with a lock
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 31 May 2009 20:27:40 +0000 (21:27 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 31 May 2009 20:30:18 +0000 (21:30 +0100)
commitd9df74ea3e49664b474c8dda35e39e6c4fcacd7c
tree12a592996b9156026eac8b1d5a07508523986876
parent249b9b9aa4db2b35a3d39f895c74e563d3bd457d
identity: hack around g_object_notify() bug by protecting it with a lock

Out-of-band events might lead to us calling g_object_notify() from a
non-streaming thread, which can cause crashes if g_object_notify() is
being called from the streaming thread at the same time. See #554460.
plugins/elements/gstidentity.c
plugins/elements/gstidentity.h