mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
doc: Update cache and fix usage of <ulink>
This commit is contained in:
parent
68288a76f7
commit
cec6fef8b3
2 changed files with 12 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue