From: Reynaldo H. Verdejo Pinochet Date: Thu, 27 Mar 2014 21:51:59 +0000 (-0300) Subject: eglglessink: fix wrong doc block for create_window X-Git-Tag: 1.19.3~507^2~11557 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2008ec409baefbb5695a424c24657f71413f8a38;p=platform%2Fupstream%2Fgstreamer.git eglglessink: fix wrong doc block for create_window Wrong since 1ad253b9 when prop name was changed from can_create_window to create_window. --- diff --git a/ext/eglgles/gsteglglessink.c b/ext/eglgles/gsteglglessink.c index be218da..e457e3e 100644 --- a/ext/eglgles/gsteglglessink.c +++ b/ext/eglgles/gsteglglessink.c @@ -74,14 +74,14 @@ * * Example launch line with internal window creation disabled * - * 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 * 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 * for different platforms. * * |[ - * gst-launch -v -m videotestsrc ! eglglessink can_create_window=FALSE + * gst-launch -v -m videotestsrc ! eglglessink create_window=FALSE * ]| * *