[MOVED FROM GOOD] Update and add documentation for platform specific plugins (sys).
authorStefan Kost <ensonic@users.sf.net>
Thu, 29 Jan 2009 08:10:08 +0000 (10:10 +0200)
committerJan Schmidt <thaytan@noraisin.net>
Sat, 16 May 2009 00:29:19 +0000 (01:29 +0100)
Link to properties. Correct titles for examples. Fix examples.

sys/directdraw/gstdirectdrawsink.c

index caa2800..26babd9 100644 (file)
 /**
  * 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>
  */