mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
0ec400890c
Original commit message from CVS: initial checkin
5 lines
293 B
Text
5 lines
293 B
Text
In a cothread-based container, all elements are run as cothreads.
|
|
Chain-function based elements are wrapped by a generic element-class
|
|
function that just calls the chain function repeatedly after pulling a
|
|
buffer for it. (in reality, chain functions are only usable in the
|
|
single-input case)
|