From ceed3f991442ae97d7e970e608fe20abebef23ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 18 Jan 2024 19:11:25 +0000 Subject: [PATCH] glimagesink: fix typo in docs Fixes #3233 Part-of: --- subprojects/gst-plugins-base/ext/gl/gstglimagesink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-base/ext/gl/gstglimagesink.c b/subprojects/gst-plugins-base/ext/gl/gstglimagesink.c index bf0ee8b14b..dd32d5f178 100644 --- a/subprojects/gst-plugins-base/ext/gl/gstglimagesink.c +++ b/subprojects/gst-plugins-base/ext/gl/gstglimagesink.c @@ -72,7 +72,7 @@ * No special opengl extension is used in this pipeline, that's why it should work * with OpenGL >= 1.1. That's the case if you are using the MESA3D driver v1.3. * |[ - * gst-plugins-bas/tests/examples/gl/generic/cube + * gst-plugins-base/tests/examples/gl/generic/cube * ]| The graphic FPS scene can be greater than the input video FPS. * The graphic scene can be written from a client code through the * two glfilterapp properties.