Chain or transform

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Chain or transform

iron_guitarist1987
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.