summaryrefslogtreecommitdiff
path: root/sys/winscreencap
diff options
context:
space:
mode:
Diffstat (limited to 'sys/winscreencap')
-rw-r--r--sys/winscreencap/gstdx9screencapsrc.c6
-rw-r--r--sys/winscreencap/gstgdiscreencapsrc.c6
2 files changed, 6 insertions, 6 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
diff --git a/sys/winscreencap/gstgdiscreencapsrc.c b/sys/winscreencap/gstgdiscreencapsrc.c
index 6476ed4f3..1ee0400d2 100644
--- a/sys/winscreencap/gstgdiscreencapsrc.c
+++ b/sys/winscreencap/gstgdiscreencapsrc.c
@@ -19,6 +19,7 @@
/**
* SECTION:element-gdiscreencapsrc
+ * @title: gdiscreencapsrc
*
* This element uses GDI to capture the desktop or a portion of it.
* The default is capturing the whole desktop, but #GstGDIScreenCapSrc:x,
@@ -29,8 +30,7 @@
*
* Set #GstGDIScreenCapSrc:cursor to TRUE to include the mouse cursor.
*
- * <refsect2>
- * <title>Example pipelines</title>
+ * ## Example pipelines
* |[
* gst-launch-1.0 gdiscreencapsrc ! videoconvert ! dshowvideosink
* ]| Capture the desktop and display it.
@@ -39,7 +39,7 @@
* ! videoconvert ! dshowvideosink
* ]| Capture a portion of the desktop, including the mouse cursor, and
* display it.
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H