본문 바로가기
Media Framework/GStreamer

GStreamer : Element

by 김뿡한 2015. 1. 13.

- GStreamer : Element - 


An element is the most important class of objects in GStreamer. You will usually create a chain of element linked together and let data flow though this chain of element. An element has one specific function, which can be the reading of data from a file, decoding of this data or outputting this data to your sound card(or anything  else), By chaining together several such elements, you create a pipeline  that can specific task, for example media playback or capture. GStreamer ships with a large collection of element by default.


'Media Framework > GStreamer' 카테고리의 다른 글

GStreamer : Pad  (0) 2015.01.18
GStreamer : Bin  (0) 2015.01.17
GStreamer : Element metadata  (0) 2015.01.11
GStreamer Introduction  (0) 2015.01.10
What's up gstreamer ?  (0) 2015.01.09