gst/gstpad.c: While checking the flag for reentrancy in the gstcaps function is nice...
authorWim Taymans <wim.taymans@gmail.com>
Fri, 11 Nov 2005 16:34:15 +0000 (16:34 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 11 Nov 2005 16:34:15 +0000 (16:34 +0000)
commite39c2beaae2daf619ac8a553018d2f8265fa2eb9
tree02340dea03180c4d7bf587c18107779bbb1d2f2a
parent6b2425e5a4737b71439fee2a2059c8b7a09967d5
gst/gstpad.c: While checking the flag for reentrancy in the gstcaps function is nice to detect recursive invocations,...

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_get_caps), (gst_pad_peer_get_caps):
While checking the flag for reentrancy in the gstcaps function
is nice to detect recursive invocations, it also makes it
impossible to call getcaps from multiple threads, which must be
possible. So, checking for recursive calls has to go.
ChangeLog
gst/gstpad.c