pad: Remove g_warning() if pad accepted caps that are not a subset of the pad caps
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 24 Nov 2011 10:15:29 +0000 (11:15 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 24 Nov 2011 10:15:29 +0000 (11:15 +0100)
commit0280a3c29ffbc33665fa25ae001e91c9a44b801e
tree3b93d9cfcd42af8869c95f52a313bcc31e838e82
parent611ac6ea854733a7745a2f15428ae89eccaa0ff2
pad: Remove g_warning() if pad accepted caps that are not a subset of the pad caps

This check is correct but unfortunately it's impossible to implement
in a threadsafe way because the caps could have changed in the meantime.

Fixes bug #659606.
gst/gstpad.c