mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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",
|
||||
"construct": true,
|
||||
"construct-only": false,
|
||||
"default": "rtspclientsink0",
|
||||
"default": "NULL",
|
||||
"hotdoc-fixed-default": true,
|
||||
"type-name": "gchararray",
|
||||
"writable": true
|
||||
|
@ -381,10 +381,11 @@
|
|||
"writable": true
|
||||
},
|
||||
"user-agent": {
|
||||
"unstable-values": true,
|
||||
"blurb": "The User-Agent string to send to the server",
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
"default": "GStreamer/1.15.0.1",
|
||||
"default": "GStreamer/@GSTREAMER_VERSION@",
|
||||
"type-name": "gchararray",
|
||||
"writable": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue