Fix compilation.
[qtgstreamer:qtgstreamer.git] / src / main.dox
1 /*! \mainpage QtGstreamer API Reference
2  *
3  * \section introduction Introduction
4  * QtGstreamer provides C++ bindings for <a href="http://www.gstreamer.net">GStreamer</a>
5  * with a Qt-style API, plus some helper classes for integrating GStreamer better in
6  * <a href="http://qt.nokia.com">Qt</a> applications.
7  */
8
9 /*! \namespace QGlib
10  * \brief Wrappers for Glib and GObject classes
11  *
12  * This namespace provides wrapper classes for objects from the Glib and GObject libraries,
13  * plus some helper classes that provide the foundations for building C++/Qt bindings for
14  * GObject-based libraries.
15  */
16
17 /*! \namespace QGst
18  * \brief Wrappers for GStreamer classes
19  *
20  * This namespace provides wrapper classes for GStreamer objects.
21  */
22
23 /*! \namespace QGst::Ui
24  * \brief Helper classes for better integration of GStreamer in graphical Qt applications
25  *
26  * This namespace provides helper classes for better integration of GStreamer
27  * in graphical Qt applications.
28  */
29
30 /*! \example echo/main.cpp
31  * This is a trivial example which echoes the microphone input to the output
32  */
33
34 /*! \example player/main.cpp
35  * This is an example audio player using QtGstreamer
36  */