doc: Update cache and fix usage of <ulink>

This commit is contained in:
Thibault Saunier 2019-08-23 12:36:38 -04:00 committed by Mathieu Duponchelle
parent 68288a76f7
commit cec6fef8b3
2 changed files with 12 additions and 3 deletions

View file

@ -24,7 +24,7 @@
"presence": "sometimes" "presence": "sometimes"
}, },
"sink": { "sink": {
"caps": "application/xges:\n", "caps": "text/x-xptv:\napplication/xges:\n",
"direction": "sink", "direction": "sink",
"presence": "always" "presence": "always"
}, },
@ -226,6 +226,14 @@
"type-name": "gboolean", "type-name": "gboolean",
"writable": true "writable": true
}, },
"id": {
"blurb": "The stream-id of the composition",
"construct": false,
"construct-only": false,
"default": "08b803d370ed02669347d0152504d701",
"type-name": "gchararray",
"writable": true
},
"inpoint": { "inpoint": {
"blurb": "The media start position (in nanoseconds)", "blurb": "The media start position (in nanoseconds)",
"construct": false, "construct": false,
@ -823,6 +831,7 @@
"license": "LGPL", "license": "LGPL",
"package": "GStreamer Editing Services", "package": "GStreamer Editing Services",
"source": "gst-editing-services", "source": "gst-editing-services",
"tracers": {},
"url": "Unknown package origin" "url": "Unknown package origin"
} }
} }

View file

@ -381,8 +381,8 @@ GType ges_pipeline_flags_get_type (void);
* (not implemented yet) * (not implemented yet)
* *
* You can also find more explanation about the behaviour of those modes at: * You can also find more explanation about the behaviour of those modes at:
* <ulink url="http://pitivi.org/manual/trimming.html"> trim, ripple and roll</ulink> * [trim, ripple and roll](http://pitivi.org/manual/trimming.html)
* and <ulink url="http://pitivi.org/manual/usingclips.html">clip management</ulink>. * and [clip management](http://pitivi.org/manual/usingclips.html).
*/ */
typedef enum { typedef enum {
GES_EDIT_MODE_NORMAL, GES_EDIT_MODE_NORMAL,