mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
ges: composition-meta: Enhance documentation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5735>
This commit is contained in:
parent
bad6b7e60a
commit
30cc16d670
2 changed files with 8 additions and 4 deletions
|
@ -4493,11 +4493,13 @@ composition.</doc>
|
||||||
<type name="gint" c:type="gint"/>
|
<type name="gint" c:type="gint"/>
|
||||||
</field>
|
</field>
|
||||||
<field name="height" writable="1">
|
<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"/>
|
<type name="gint" c:type="gint"/>
|
||||||
</field>
|
</field>
|
||||||
<field name="width" writable="1">
|
<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"/>
|
<type name="gint" c:type="gint"/>
|
||||||
</field>
|
</field>
|
||||||
<field name="zorder" writable="1">
|
<field name="zorder" writable="1">
|
||||||
|
|
|
@ -43,8 +43,10 @@ GType ges_frame_composition_meta_api_get_type (void);
|
||||||
* @meta: the parent #GstMeta.
|
* @meta: the parent #GstMeta.
|
||||||
* @posx: The desired x position.
|
* @posx: The desired x position.
|
||||||
* @posy: The desired y position.
|
* @posy: The desired y position.
|
||||||
* @height: The desired height of the video.
|
* @height: The desired height of the video. -1 means that no scaling should be
|
||||||
* @width: The desired width of the video.
|
* applied.
|
||||||
|
* @width: The desired width of the video. -1 means that no scaling should beapplied
|
||||||
|
* applied.
|
||||||
* @zorder: The desired z order.
|
* @zorder: The desired z order.
|
||||||
* @operator:The blending operator for the source.
|
* @operator:The blending operator for the source.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue