summaryrefslogtreecommitdiffstats
path: root/gst/videocrop/gstaspectratiocrop.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-01-28 12:29:42 +0200
committerStefan Kost <ensonic@users.sf.net>2009-01-28 12:32:59 +0200
commita99d3f8769ed3fd1266d5216ecefebfd1bdcf663 (patch)
tree4a5cf5e0f2f44b1f9ccea5344c38ef98f0a92990 /gst/videocrop/gstaspectratiocrop.c
parent00fdca0c14eb9a5fe6b8b9f2d5ce2313e3b32f23 (diff)
Update and add documentation for plugins with no deps (gst).
Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered.
Diffstat (limited to 'gst/videocrop/gstaspectratiocrop.c')
-rw-r--r--gst/videocrop/gstaspectratiocrop.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/gst/videocrop/gstaspectratiocrop.c b/gst/videocrop/gstaspectratiocrop.c
index 28ca397b..cd59323a 100644
--- a/gst/videocrop/gstaspectratiocrop.c
+++ b/gst/videocrop/gstaspectratiocrop.c
@@ -21,14 +21,16 @@
* SECTION:element-aspectratiocrop
* @see_also: #GstVideoCrop
*
- * This element crops video frames to a specified aspect-ratio.
+ * This element crops video frames to a specified #GstAspectRatioCrop:aspect-ratio.
*
- * If the aspect-ratio is already correct, the element will operate in pass-through mode.
+ * If the aspect-ratio is already correct, the element will operate
+ * in pass-through mode.
*
* <refsect2>
* <title>Example launch line</title>
- * |[gst-launch -v videotestsrc ! video/x-raw-rgb,height=640,width=480 ! aspectratiocrop aspect-ratio=16/9 ! ximagesink]|
- * This pipeline generates a videostream in 4/3 and crops it to 16/9.
+ * |[
+ * gst-launch -v videotestsrc ! video/x-raw-rgb,height=640,width=480 ! aspectratiocrop aspect-ratio=16/9 ! ximagesink
+ * ]| This pipeline generates a videostream in 4/3 and crops it to 16/9.
* </refsect2>
*/