From 202dc49f8bb5e58553695bfef02b25993d04933c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 15 Nov 2022 13:38:18 +0000 Subject: [PATCH 1/1] gdkpixbufoverlay: fix docs - changing images at runtime is supported Part-of: --- subprojects/gst-plugins-good/ext/gdk_pixbuf/gstgdkpixbufoverlay.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/subprojects/gst-plugins-good/ext/gdk_pixbuf/gstgdkpixbufoverlay.c b/subprojects/gst-plugins-good/ext/gdk_pixbuf/gstgdkpixbufoverlay.c index a2585f3..0d6b746 100644 --- a/subprojects/gst-plugins-good/ext/gdk_pixbuf/gstgdkpixbufoverlay.c +++ b/subprojects/gst-plugins-good/ext/gdk_pixbuf/gstgdkpixbufoverlay.c @@ -21,17 +21,15 @@ * SECTION:element-gdkpixbufoverlay * @title: gdkpixbufoverlay * - * The gdkpixbufoverlay element overlays an image loaded from file onto - * a video stream. + * The gdkpixbufoverlay element overlays a provided GdkPixbuf or an image + * loaded from file onto a video stream. * * Changing the positioning or overlay width and height properties at runtime * is supported, but it might be prudent to to protect the property setting * code with GST_BASE_TRANSFORM_LOCK and GST_BASE_TRANSFORM_UNLOCK, as * g_object_set() is not atomic for multiple properties passed in one go. * - * Changing the image at runtime is currently not supported. - * - * Negative offsets are also not yet supported. + * Changing the image at runtime is supported. * * ## Example launch line * |[ -- 2.7.4