gstreamer/sdk-qt-tutorials.md

15 lines
576 B
Markdown
Raw Normal View History

# Qt tutorials
2016-05-16 14:30:34 +00:00
## Welcome to the GStreamer SDK Qt tutorials
2016-05-16 14:30:34 +00:00
These tutorials describe Qt-specific topics. General GStreamer concepts
will not be explained in these tutorials, so the [Basic
2016-09-15 20:15:29 +00:00
tutorials](sdk-basic-tutorials.md) should
2016-05-16 14:30:34 +00:00
be reviewed first. The reader should also be familiar with basic Qt
programming techniques.
The Qt tutorials have the same structure as the [Android
2016-09-15 20:15:29 +00:00
tutorials](sdk-android-tutorials.md): Each one builds on top of the
2016-05-16 14:30:34 +00:00
previous one and adds progressively more functionality, until a working
media player application is obtained in \#FIXME\#