summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-12-12 18:16:39 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-12-12 18:17:32 +0000
commitf71c4167e07a0e4ca15dba0676d1f4d9f875ccd1 (patch)
tree84b252a8a291f4c2ac89f0f64a4411c7a5f31987
parent25227e16b56c363aa356678aa45a7874efd2c11e (diff)
docs: add short descriptions for API reference contents page
-rw-r--r--gst-libs/gst/app/gstappsink.c2
-rw-r--r--gst-libs/gst/app/gstappsrc.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c
index fbef08a8..421de217 100644
--- a/gst-libs/gst/app/gstappsink.c
+++ b/gst-libs/gst/app/gstappsink.c
@@ -35,6 +35,8 @@
/**
* SECTION:gstappsink
+ * @short_description: Easy way for applications to extract buffers from a
+ * pipeline
* @see_also: #GstBaseSink, appsrc
*
* Appsink is a sink plugin that supports many different methods for making
diff --git a/gst-libs/gst/app/gstappsrc.c b/gst-libs/gst/app/gstappsrc.c
index 7efdf10a..32a05962 100644
--- a/gst-libs/gst/app/gstappsrc.c
+++ b/gst-libs/gst/app/gstappsrc.c
@@ -34,6 +34,8 @@
/**
* SECTION:gstappsrc
+ * @short_description: Easy way for applications to inject buffers into a
+ * pipeline
* @see_also: #GstBaseSrc, appsink
*
* The appsrc element can be used by applications to insert data into a