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

View file

@ -381,8 +381,8 @@ GType ges_pipeline_flags_get_type (void);
* (not implemented yet)
*
* 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>
* and <ulink url="http://pitivi.org/manual/usingclips.html">clip management</ulink>.
* [trim, ripple and roll](http://pitivi.org/manual/trimming.html)
* and [clip management](http://pitivi.org/manual/usingclips.html).
*/
typedef enum {
GES_EDIT_MODE_NORMAL,