summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-01-29 10:10:08 +0200
committerJan Schmidt <thaytan@noraisin.net>2009-05-16 01:29:19 +0100
commit88e98b2298b338d0e342af8846a5f73d690831d0 (patch)
tree04e913545284e858fd275459f13e924c983bdbb5 /sys
parent9d4bfe34dbde8410a06fce62efe6d76c88a94266 (diff)
downloadgst-plugins-bad-88e98b2298b338d0e342af8846a5f73d690831d0.tar.gz
gst-plugins-bad-88e98b2298b338d0e342af8846a5f73d690831d0.tar.bz2
gst-plugins-bad-88e98b2298b338d0e342af8846a5f73d690831d0.zip
[MOVED FROM GOOD] Update and add documentation for platform specific plugins (sys).
Link to properties. Correct titles for examples. Fix examples.
Diffstat (limited to 'sys')
-rw-r--r--sys/directdraw/gstdirectdrawsink.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/sys/directdraw/gstdirectdrawsink.c b/sys/directdraw/gstdirectdrawsink.c
index caa28005..26babd90 100644
--- a/sys/directdraw/gstdirectdrawsink.c
+++ b/sys/directdraw/gstdirectdrawsink.c
@@ -25,21 +25,17 @@
/**
* SECTION:element-directdrawsink
*
- * <refsect2>
- * <para>
* DirectdrawSink renders video RGB frames to any win32 window. This element
- * can receive a window ID from the application through the XOverlay interface
+ * can receive a window ID from the application through the #XOverlay interface
* and will then render video frames in this window.
* If no Window ID was provided by the application, the element will create its
* own internal window and render into it.
- * </para>
- * <title>Examples</title>
- * <para>
- * Here is a simple pipeline to test the sink :
- * <programlisting>
+ *
+ * <refsect2>
+ * <title>Example pipelines</title>
+ * |[
* gst-launch-0.10 -v videotestsrc ! directdrawsink
- * </programlisting>
- * </para>
+ * ]| a simple pipeline to test the sink
* </refsect2>
*/