eglglessink: fix wrong doc block for create_window
Wrong since 1ad253b9 when prop name was changed from can_create_window to create_window.
This commit is contained in:
parent
c6e02d79ed
commit
2008ec409b
@ -74,14 +74,14 @@
|
|||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <title>Example launch line with internal window creation disabled</title>
|
* <title>Example launch line with internal window creation disabled</title>
|
||||||
* <para>
|
* <para>
|
||||||
* By setting the can_create_window property to FALSE you can force the
|
* By setting the create_window property to FALSE you can force the
|
||||||
* sink to wait for a window handle through it's xOverlay interface even
|
* sink to wait for a window handle through it's xOverlay interface even
|
||||||
* if internal window creation is supported by the platform. Window creation
|
* if internal window creation is supported by the platform. Window creation
|
||||||
* is only supported in X11 right now but it should be trivial to add support
|
* is only supported in X11 right now but it should be trivial to add support
|
||||||
* for different platforms.
|
* for different platforms.
|
||||||
* </para>
|
* </para>
|
||||||
* |[
|
* |[
|
||||||
* gst-launch -v -m videotestsrc ! eglglessink can_create_window=FALSE
|
* gst-launch -v -m videotestsrc ! eglglessink create_window=FALSE
|
||||||
* ]|
|
* ]|
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user