basetransform: remove automatic and undocumented setting of always_in_place
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Thu, 22 Mar 2012 14:22:57 +0000 (15:22 +0100)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Thu, 22 Mar 2012 14:24:08 +0000 (15:24 +0100)
commit41e9ca9b177b0ae0d97861ead5013dce76d07b2a
tree05888657be374e057f0f8a6cfbbf95395cb0cda1
parent007a00cd1bb4dfacc7c5aefb71f54770c2d21093
basetransform: remove automatic and undocumented setting of always_in_place

... which controls how to (forcibly) deal with (non-)writable data and
is not necessarily related to identical caps.

In particular, it is also not so helpful anymore with a more advanced
GstVideoFilter subclass which always has a transform_ip method currently,
even though its subclass may not have a corresponding _ip method.
libs/gst/base/gstbasetransform.c