From f71c4167e07a0e4ca15dba0676d1f4d9f875ccd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 12 Dec 2009 18:16:39 +0000 Subject: [PATCH] docs: add short descriptions for API reference contents page --- gst-libs/gst/app/gstappsink.c | 2 ++ gst-libs/gst/app/gstappsrc.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c index fbef08a8e7..421de21764 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 7efdf10a44..32a0596285 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