Whats the difference of using _chain() and _transform()? I'm new with gstreamer plug-in development, but what I understand is that transform elements are confined to just one input and one output of the the same data type, while the chain element may have multiple, or of different data types.
So what is the advantage of using _transform() over _chain()?
Thanks
All your bases are belong to us.