mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
docs: Update plugins cache
This commit is contained in:
parent
039bbb99a6
commit
5a7db17caf
1 changed files with 35 additions and 1 deletions
|
@ -560,6 +560,14 @@
|
||||||
],
|
],
|
||||||
"writable": true
|
"writable": true
|
||||||
},
|
},
|
||||||
|
"stats": {
|
||||||
|
"blurb": "Sink Statistics",
|
||||||
|
"construct": false,
|
||||||
|
"construct-only": false,
|
||||||
|
"default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;",
|
||||||
|
"type-name": "GstStructure",
|
||||||
|
"writable": false
|
||||||
|
},
|
||||||
"sync": {
|
"sync": {
|
||||||
"blurb": "Sync on the clock",
|
"blurb": "Sync on the clock",
|
||||||
"construct": false,
|
"construct": false,
|
||||||
|
@ -1054,6 +1062,14 @@
|
||||||
"type-name": "guint64",
|
"type-name": "guint64",
|
||||||
"writable": true
|
"writable": true
|
||||||
},
|
},
|
||||||
|
"stats": {
|
||||||
|
"blurb": "Sink Statistics",
|
||||||
|
"construct": false,
|
||||||
|
"construct-only": false,
|
||||||
|
"default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;",
|
||||||
|
"type-name": "GstStructure",
|
||||||
|
"writable": false
|
||||||
|
},
|
||||||
"sync": {
|
"sync": {
|
||||||
"blurb": "Sync on the clock",
|
"blurb": "Sync on the clock",
|
||||||
"construct": false,
|
"construct": false,
|
||||||
|
@ -1355,6 +1371,14 @@
|
||||||
"type-name": "guint64",
|
"type-name": "guint64",
|
||||||
"writable": true
|
"writable": true
|
||||||
},
|
},
|
||||||
|
"stats": {
|
||||||
|
"blurb": "Sink Statistics",
|
||||||
|
"construct": false,
|
||||||
|
"construct-only": false,
|
||||||
|
"default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;",
|
||||||
|
"type-name": "GstStructure",
|
||||||
|
"writable": false
|
||||||
|
},
|
||||||
"sync": {
|
"sync": {
|
||||||
"blurb": "Sync on the clock",
|
"blurb": "Sync on the clock",
|
||||||
"construct": false,
|
"construct": false,
|
||||||
|
@ -1678,13 +1702,23 @@
|
||||||
"type-name": "gboolean",
|
"type-name": "gboolean",
|
||||||
"writable": true
|
"writable": true
|
||||||
},
|
},
|
||||||
|
"eos-after": {
|
||||||
|
"blurb": "EOS after N buffers",
|
||||||
|
"construct": false,
|
||||||
|
"construct-only": false,
|
||||||
|
"default": "-1",
|
||||||
|
"max": "2147483647",
|
||||||
|
"min": "-1",
|
||||||
|
"type-name": "gint",
|
||||||
|
"writable": true
|
||||||
|
},
|
||||||
"error-after": {
|
"error-after": {
|
||||||
"blurb": "Error after N buffers",
|
"blurb": "Error after N buffers",
|
||||||
"construct": false,
|
"construct": false,
|
||||||
"construct-only": false,
|
"construct-only": false,
|
||||||
"default": "-1",
|
"default": "-1",
|
||||||
"max": "2147483647",
|
"max": "2147483647",
|
||||||
"min": "-2147483648",
|
"min": "-1",
|
||||||
"type-name": "gint",
|
"type-name": "gint",
|
||||||
"writable": true
|
"writable": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue