gstreamer/subprojects/gst-docs/markdown/plugin-development/advanced/index.md

13 lines
474 B
Markdown
Raw Normal View History

2016-06-04 06:03:13 +00:00
---
2016-11-27 12:37:11 +00:00
title: Advanced Concepts
2016-06-04 06:03:13 +00:00
...
2016-11-27 12:37:11 +00:00
# Advanced Concepts
2016-06-04 06:03:13 +00:00
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.