mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gdkpixbufoverlay: fix docs - changing images at runtime is supported
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3415>
This commit is contained in:
parent
416dae67b2
commit
202dc49f8b
1 changed files with 3 additions and 5 deletions
|
@ -21,17 +21,15 @@
|
||||||
* SECTION:element-gdkpixbufoverlay
|
* SECTION:element-gdkpixbufoverlay
|
||||||
* @title: gdkpixbufoverlay
|
* @title: gdkpixbufoverlay
|
||||||
*
|
*
|
||||||
* The gdkpixbufoverlay element overlays an image loaded from file onto
|
* The gdkpixbufoverlay element overlays a provided GdkPixbuf or an image
|
||||||
* a video stream.
|
* loaded from file onto a video stream.
|
||||||
*
|
*
|
||||||
* Changing the positioning or overlay width and height properties at runtime
|
* Changing the positioning or overlay width and height properties at runtime
|
||||||
* is supported, but it might be prudent to to protect the property setting
|
* 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
|
* 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.
|
* g_object_set() is not atomic for multiple properties passed in one go.
|
||||||
*
|
*
|
||||||
* Changing the image at runtime is currently not supported.
|
* Changing the image at runtime is supported.
|
||||||
*
|
|
||||||
* Negative offsets are also not yet supported.
|
|
||||||
*
|
*
|
||||||
* ## Example launch line
|
* ## Example launch line
|
||||||
* |[
|
* |[
|
||||||
|
|
Loading…
Reference in a new issue