mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
[MOVED FROM GOOD] Update and add documentation for platform specific plugins (sys).
Link to properties. Correct titles for examples. Fix examples.
This commit is contained in:
parent
9d4bfe34db
commit
88e98b2298
1 changed files with 6 additions and 10 deletions
|
@ -25,21 +25,17 @@
|
||||||
/**
|
/**
|
||||||
* SECTION:element-directdrawsink
|
* SECTION:element-directdrawsink
|
||||||
*
|
*
|
||||||
* <refsect2>
|
|
||||||
* <para>
|
|
||||||
* DirectdrawSink renders video RGB frames to any win32 window. This element
|
* 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.
|
* and will then render video frames in this window.
|
||||||
* If no Window ID was provided by the application, the element will create its
|
* If no Window ID was provided by the application, the element will create its
|
||||||
* own internal window and render into it.
|
* own internal window and render into it.
|
||||||
* </para>
|
*
|
||||||
* <title>Examples</title>
|
* <refsect2>
|
||||||
* <para>
|
* <title>Example pipelines</title>
|
||||||
* Here is a simple pipeline to test the sink :
|
* |[
|
||||||
* <programlisting>
|
|
||||||
* gst-launch-0.10 -v videotestsrc ! directdrawsink
|
* gst-launch-0.10 -v videotestsrc ! directdrawsink
|
||||||
* </programlisting>
|
* ]| a simple pipeline to test the sink
|
||||||
* </para>
|
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue