mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
docs: Update plugins documentation cache
This commit is contained in:
parent
f4b20b010d
commit
89cc9e9201
1 changed files with 3 additions and 2 deletions
|
@ -91,7 +91,7 @@
|
||||||
"blurb": "The name of the object",
|
"blurb": "The name of the object",
|
||||||
"construct": true,
|
"construct": true,
|
||||||
"construct-only": false,
|
"construct-only": false,
|
||||||
"default": "rtspclientsink0",
|
"default": "NULL",
|
||||||
"hotdoc-fixed-default": true,
|
"hotdoc-fixed-default": true,
|
||||||
"type-name": "gchararray",
|
"type-name": "gchararray",
|
||||||
"writable": true
|
"writable": true
|
||||||
|
@ -381,10 +381,11 @@
|
||||||
"writable": true
|
"writable": true
|
||||||
},
|
},
|
||||||
"user-agent": {
|
"user-agent": {
|
||||||
|
"unstable-values": true,
|
||||||
"blurb": "The User-Agent string to send to the server",
|
"blurb": "The User-Agent string to send to the server",
|
||||||
"construct": false,
|
"construct": false,
|
||||||
"construct-only": false,
|
"construct-only": false,
|
||||||
"default": "GStreamer/1.15.0.1",
|
"default": "GStreamer/@GSTREAMER_VERSION@",
|
||||||
"type-name": "gchararray",
|
"type-name": "gchararray",
|
||||||
"writable": true
|
"writable": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue