GStreamer Application Development Manual (0.10.36) | ||
---|---|---|
<<< Previous | Design principles | Next >>> |
The core of GStreamer is essentially media-agnostic. It only knows about bytes and blocks, and only contains basic elements. The core of GStreamer is functional enough to even implement low-level system tools, like cp.
All of the media handling functionality is provided by plugins external to the core. These tell the core how to handle specific types of media.
<<< Previous | Home | Next >>> |
High performance | Up | Provide a framework for codec experimentation |