summaryrefslogtreecommitdiff
path: root/sys/winscreencap/gstdx9screencapsrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/winscreencap/gstdx9screencapsrc.c')
-rw-r--r--sys/winscreencap/gstdx9screencapsrc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/winscreencap/gstdx9screencapsrc.c b/sys/winscreencap/gstdx9screencapsrc.c
index 0e2cfb241..e7ee42984 100644
--- a/sys/winscreencap/gstdx9screencapsrc.c
+++ b/sys/winscreencap/gstdx9screencapsrc.c
@@ -19,6 +19,7 @@
/**
* SECTION:element-dx9screencapsrc
+ * @title: dx9screencapsrc
*
* This element uses DirectX to capture the desktop or a portion of it.
* The default is capturing the whole desktop, but #GstDX9ScreenCapSrc:x,
@@ -27,8 +28,7 @@
* Use #GstDX9ScreenCapSrc:monitor for changing which monitor to capture
* from.
*
- * <refsect2>
- * <title>Example pipelines</title>
+ * ## Example pipelines
* |[
* gst-launch-1.0 dx9screencapsrc ! videoconvert ! dshowvideosink
* ]| Capture the desktop and display it.
@@ -36,7 +36,7 @@
* gst-launch-1.0 dx9screencapsrc x=100 y=100 width=320 height=240 !
* videoconvert ! dshowvideosink
* ]| Capture a portion of the desktop and display it.
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H