docs: fix links

This commit is contained in:
Mathieu Duponchelle 2020-06-23 16:11:59 +02:00
parent eada034a5b
commit 734c3ebb0a
6 changed files with 30 additions and 30 deletions

View file

@ -19,7 +19,7 @@ pango_font_description_from_string for syntax.
Value type: #gchararray
See #timeoverlay:font-desc
See #GstBaseTextOverlay:font-desc
#### `foreground-color`
@ -48,7 +48,7 @@ Valid values:
- **position** (4) Absolute position clamped to canvas
- **absolute** (5) Absolute position
See #timeoverlay:halignment
See #GstBaseTextOverlay:halignment
#### `height`
@ -115,7 +115,7 @@ Resulting width of font rendering
Value type: #guint
See #timeoverlay:text-width
See #GstBaseTextOverlay:text-width
#### `text-x`
@ -123,7 +123,7 @@ Resulting X position of font rendering.
Value type: #gint
See #timeoverlay:text-x
See #GstBaseTextOverlay:text-x
#### `text-y`
@ -131,7 +131,7 @@ Resulting X position of font rendering.
Value type: #gint
See #timeoverlay:text-y
See #GstBaseTextOverlay:text-y
#### `time-mode`
@ -157,7 +157,7 @@ Valid values:
- **center** (4) center
- **absolute** (5) Absolute position
See #timeoverlay:valignment
See #GstBaseTextOverlay:valignment
#### `video-direction`
@ -175,7 +175,7 @@ Valid values:
- **GST_VIDEO_ORIENTATION_AUTO** (8) auto
- **GST_VIDEO_ORIENTATION_CUSTOM** (9) custom
See #videoflip:video-direction
See #GstVideoDirection:video-direction
#### `volume`

View file

@ -10,7 +10,7 @@ Color to use for text (big-endian ARGB).
Value type: #guint
See #timeoverlay:color
See #GstBaseTextOverlay:color
#### `font-desc`
@ -19,7 +19,7 @@ pango_font_description_from_string for syntax.
Value type: #gchararray
See #timeoverlay:font-desc
See #GstBaseTextOverlay:font-desc
#### `foreground-color`
@ -40,7 +40,7 @@ Valid values:
- **position** (4) Absolute position clamped to canvas
- **absolute** (5) Absolute position
See #timeoverlay:halignment
See #GstBaseTextOverlay:halignment
#### `height`
@ -54,7 +54,7 @@ Color to use for outline the text (big-endian ARGB).
Value type: #guint
See #timeoverlay:outline-color
See #GstBaseTextOverlay:outline-color
#### `pattern`
@ -107,7 +107,7 @@ Whether to shade the background under the text area
Value type: #gboolean
See #timeoverlay:shaded-background
See #GstBaseTextOverlay:shaded-background
#### `text`
@ -115,7 +115,7 @@ Text to be display.
Value type: #gchararray
See #timeoverlay:text
See #GstBaseTextOverlay:text
#### `text-height`
@ -123,7 +123,7 @@ Resulting height of font rendering
Value type: #guint
See #timeoverlay:text-height
See #GstBaseTextOverlay:text-height
#### `text-width`
@ -131,7 +131,7 @@ Resulting width of font rendering
Value type: #guint
See #timeoverlay:text-width
See #GstBaseTextOverlay:text-width
#### `text-x`
@ -139,7 +139,7 @@ Resulting X position of font rendering.
Value type: #gint
See #timeoverlay:text-x
See #GstBaseTextOverlay:text-x
#### `text-y`
@ -147,7 +147,7 @@ Resulting X position of font rendering.
Value type: #gint
See #timeoverlay:text-y
See #GstBaseTextOverlay:text-y
#### `valignment`
@ -161,7 +161,7 @@ Valid values:
- **center** (4) center
- **absolute** (5) Absolute position
See #timeoverlay:valignment
See #GstBaseTextOverlay:valignment
#### `video-direction`
@ -179,7 +179,7 @@ Valid values:
- **GST_VIDEO_ORIENTATION_AUTO** (8) auto
- **GST_VIDEO_ORIENTATION_CUSTOM** (9) custom
See #videoflip:video-direction
See #GstVideoDirection:video-direction
#### `width`
@ -193,7 +193,7 @@ Horizontal position when using absolute alignment
Value type: #gdouble
See #timeoverlay:x-absolute
See #GstBaseTextOverlay:x-absolute
#### `xpos`
@ -201,7 +201,7 @@ Horizontal position when using clamped position alignment
Value type: #gdouble
See #timeoverlay:xpos
See #GstBaseTextOverlay:xpos
#### `y-absolute`
@ -209,7 +209,7 @@ Vertical position when using absolute alignment
Value type: #gdouble
See #timeoverlay:y-absolute
See #GstBaseTextOverlay:y-absolute
#### `ypos`
@ -217,5 +217,5 @@ Vertical position when using clamped position alignment
Value type: #gdouble
See #timeoverlay:ypos
See #GstBaseTextOverlay:ypos

View file

@ -87,7 +87,7 @@ Valid values:
- **GST_VIDEO_ORIENTATION_AUTO** (8) auto
- **GST_VIDEO_ORIENTATION_CUSTOM** (9) custom
See #videoflip:video-direction
See #GstVideoDirection:video-direction
#### `width`

View file

@ -73,7 +73,7 @@ Valid values:
- **GST_VIDEO_ORIENTATION_AUTO** (8) auto
- **GST_VIDEO_ORIENTATION_CUSTOM** (9) custom
See #videoflip:video-direction
See #GstVideoDirection:video-direction
#### `width`

View file

@ -674,7 +674,7 @@ ges_track_class_init (GESTrackClass * klass)
* The capabilities used to choose the output of the #GESTrack's
* elements. Internally, this is used to select output streams when
* several may be available, by determining whether its #GstPad is
* compatible (see #nlecomposition:caps for #nlecomposition). As such,
* compatible (see #NleObject:caps for #nlecomposition). As such,
* this is used as a weaker indication of the desired output type of the
* track, **before** the #GESTrack:restriction-caps is applied.
* Therefore, this should be set to a *generic* superset of the

View file

@ -39,7 +39,7 @@
* time effect's whose overall seek transformation:
*
* + Maps the time `0` to `0`. So initial time-shifting effects are
* excluded (the #nlesource:inpoint can sometimes be used instead).
* excluded (the #NleObject:inpoint can sometimes be used instead).
* + Is monotonically increasing. So reversing effects, and effects that
* jump backwards in the stream are excluded.
* + Can handle a reasonable #GstClockTime, relative to the project. So
@ -58,10 +58,10 @@
*
* For such a time effect, they should be configured in nle such that:
*
* + Their #nleoperation:inpoint is `0`. Otherwise this will introduce
* + Their #NleObject:inpoint is `0`. Otherwise this will introduce
* seeking problems in its #nlecomposition.
* + They must share the same #nleoperation:start and
* #nleoperation:duration as all nleobjects of lower priority in its
* + They must share the same #NleObject:start and
* #NleObject:duration as all nleobjects of lower priority in its
* #nlecomposition. Otherwise this will introduce jumps in playback.
*
* Note that, at the moment, nle only converts the #GstSegment