summaryrefslogtreecommitdiff
path: root/src/QGst/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/QGst/global.h')
-rw-r--r--src/QGst/global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QGst/global.h b/src/QGst/global.h
index b5a8865..5c74c35 100644
--- a/src/QGst/global.h
+++ b/src/QGst/global.h
@@ -164,6 +164,8 @@ namespace QGst {
/*! Initializes the GStreamer library, setting up internal path lists,
* registering built-in elements, and loading standard plugins.
+ * \note This function also calls QGlib::init(),
+ * so there is no need to call it explicitly.
* \param argc pointer to the application's argc
* \param argv pointer to the application's argv
* \throws QGlib::Error when initialization fails