diff --git a/girs/GES-1.0.gir b/girs/GES-1.0.gir
index aac093e295..44e2467c6b 100644
--- a/girs/GES-1.0.gir
+++ b/girs/GES-1.0.gir
@@ -4493,11 +4493,13 @@ composition.
- The desired height of the video.
+ The desired height of the video. -1 means that no scaling should be
+applied.
- The desired width of the video.
+ The desired width of the video. -1 means that no scaling should beapplied
+applied.
diff --git a/subprojects/gst-editing-services/ges/ges-frame-composition-meta.h b/subprojects/gst-editing-services/ges/ges-frame-composition-meta.h
index c997752842..82f7b55c89 100644
--- a/subprojects/gst-editing-services/ges/ges-frame-composition-meta.h
+++ b/subprojects/gst-editing-services/ges/ges-frame-composition-meta.h
@@ -43,8 +43,10 @@ GType ges_frame_composition_meta_api_get_type (void);
* @meta: the parent #GstMeta.
* @posx: The desired x position.
* @posy: The desired y position.
- * @height: The desired height of the video.
- * @width: The desired width of the video.
+ * @height: The desired height of the video. -1 means that no scaling should be
+ * applied.
+ * @width: The desired width of the video. -1 means that no scaling should beapplied
+ * applied.
* @zorder: The desired z order.
* @operator:The blending operator for the source.
*