diff --git a/ext/eglgles/gsteglglessink.c b/ext/eglgles/gsteglglessink.c index be218dacdc..e457e3e31c 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 * ]| * *