ges: composition-meta: Enhance documentation

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5735>
This commit is contained in:
Thibault Saunier 2023-11-28 10:18:37 -03:00 committed by GStreamer Marge Bot
parent bad6b7e60a
commit 30cc16d670
2 changed files with 8 additions and 4 deletions

View file

@ -4493,11 +4493,13 @@ composition.</doc>
<type name="gint" c:type="gint"/>
</field>
<field name="height" writable="1">
<doc xml:space="preserve" filename="../subprojects/gst-editing-services/ges/ges-frame-composition-meta.h">The desired height of the video.</doc>
<doc xml:space="preserve" filename="../subprojects/gst-editing-services/ges/ges-frame-composition-meta.h">The desired height of the video. -1 means that no scaling should be
applied.</doc>
<type name="gint" c:type="gint"/>
</field>
<field name="width" writable="1">
<doc xml:space="preserve" filename="../subprojects/gst-editing-services/ges/ges-frame-composition-meta.h">The desired width of the video.</doc>
<doc xml:space="preserve" filename="../subprojects/gst-editing-services/ges/ges-frame-composition-meta.h">The desired width of the video. -1 means that no scaling should beapplied
applied.</doc>
<type name="gint" c:type="gint"/>
</field>
<field name="zorder" writable="1">

View file

@ -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.
*