docs: add short descriptions for API reference contents page

This commit is contained in:
Tim-Philipp Müller 2009-12-12 18:16:39 +00:00
parent 25227e16b5
commit f71c4167e0
2 changed files with 4 additions and 0 deletions

View file

@ -35,6 +35,8 @@
/** /**
* SECTION:gstappsink * SECTION:gstappsink
* @short_description: Easy way for applications to extract buffers from a
* pipeline
* @see_also: #GstBaseSink, appsrc * @see_also: #GstBaseSink, appsrc
* *
* Appsink is a sink plugin that supports many different methods for making * Appsink is a sink plugin that supports many different methods for making

View file

@ -34,6 +34,8 @@
/** /**
* SECTION:gstappsrc * SECTION:gstappsrc
* @short_description: Easy way for applications to inject buffers into a
* pipeline
* @see_also: #GstBaseSrc, appsink * @see_also: #GstBaseSrc, appsink
* *
* The appsrc element can be used by applications to insert data into a * The appsrc element can be used by applications to insert data into a