mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +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"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue