summaryrefslogtreecommitdiff
path: root/gst/app
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-01-23 16:36:11 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-03-10 18:19:17 -0300
commit099ac9faf2c6e6fcf55fe4bee812c9f90aeb8602 (patch)
treee1c72b6424115e95c69fad3f9e39bff6979e0b20 /gst/app
parenta122135194c693edaeb14a1ecddf946d76523d2f (diff)
downloadgstreamer-plugins-base-099ac9faf2c6e6fcf55fe4bee812c9f90aeb8602.tar.gz
docs: Convert gtkdoc comments to markdown
Modernizing the documentation, making it simpler to read an modify and allowing us to possibly switch to hotdoc in the future.
Diffstat (limited to 'gst/app')
-rw-r--r--gst/app/gstapp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/app/gstapp.c b/gst/app/gstapp.c
index 0fb9e785a..9732fc8c2 100644
--- a/gst/app/gstapp.c
+++ b/gst/app/gstapp.c
@@ -18,6 +18,7 @@
*/
/**
* SECTION:element-appsrc
+ * @title: appsrc
*
* The appsrc element can be used by applications to insert data into a
* GStreamer pipeline. Unlike most GStreamer elements, Appsrc provides
@@ -29,6 +30,7 @@
*/
/**
* SECTION:element-appsink
+ * @title: appsink
*
* Appsink is a sink plugin that supports many different methods for making
* the application get a handle on the GStreamer data in a pipeline. Unlike