mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
14 lines
489 B
Markdown
14 lines
489 B
Markdown
|
---
|
||
|
title: Advanced Filter Concepts
|
||
|
...
|
||
|
|
||
|
# Advanced Filter Concepts
|
||
|
|
||
|
By now, you should be able to create basic filter elements that can
|
||
|
receive and send data. This is the simple model that GStreamer stands
|
||
|
for. But GStreamer can do much more than only this\! In this chapter,
|
||
|
various advanced topics will be discussed, such as scheduling, special
|
||
|
pad types, clocking, events, interfaces, tagging and more. These topics
|
||
|
are the sugar that makes GStreamer so easy to use for applications.
|
||
|
|