summaryrefslogtreecommitdiffstats
path: root/gst/videocrop/gstaspectratiocrop.c
diff options
context:
space:
mode:
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>
*/