mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 05:46:36 +00:00
16 lines
292 B
Text
16 lines
292 B
Text
|
Sink elements
|
||
|
-------------
|
||
|
|
||
|
Sink elements consume data. They normally have no source pads.
|
||
|
|
||
|
typical sink elements include:
|
||
|
|
||
|
- audio/video renderers
|
||
|
- network sinks
|
||
|
- filesinks
|
||
|
|
||
|
Sinks are harder to construct than other element types as they are
|
||
|
treated specially by the GStreamer core.
|
||
|
|
||
|
|