deinterlace: Don't pointlessly hold object lock over caps operations
authorJan Schmidt <thaytan@noraisin.net>
Thu, 27 Oct 2011 13:41:45 +0000 (00:41 +1100)
committerJan Schmidt <thaytan@noraisin.net>
Thu, 27 Oct 2011 13:41:45 +0000 (00:41 +1100)
commit3b03db5e403b3c8736d00aca8071113b656995c1
treed6fb888ad2c69388308a1eefe573e0f3e94cd360
parentf6255bb8d0a8e926e428eebc23da07b0550d9f48
deinterlace: Don't pointlessly hold object lock over caps operations

Avoids a deadlock when getcaps is recursive due to the getcaps being
reflected upstream/downstream. The lock isn't actually protecting
anything here.
gst/deinterlace/gstdeinterlace.c