mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-02 17:53:48 +00:00
Update gst_plugins_cache
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2382>
This commit is contained in:
parent
7781dff8e5
commit
ff77fc0089
1 changed files with 9 additions and 9 deletions
|
@ -12643,7 +12643,7 @@
|
||||||
"construct-only": false,
|
"construct-only": false,
|
||||||
"controllable": false,
|
"controllable": false,
|
||||||
"default": "0",
|
"default": "0",
|
||||||
"max": "65535",
|
"max": "-1",
|
||||||
"min": "0",
|
"min": "0",
|
||||||
"mutable": "null",
|
"mutable": "null",
|
||||||
"readable": true,
|
"readable": true,
|
||||||
|
@ -17155,7 +17155,7 @@
|
||||||
"construct-only": false,
|
"construct-only": false,
|
||||||
"controllable": false,
|
"controllable": false,
|
||||||
"default": "-1",
|
"default": "-1",
|
||||||
"max": "2147483647",
|
"max": "65535",
|
||||||
"min": "-1",
|
"min": "-1",
|
||||||
"mutable": "null",
|
"mutable": "null",
|
||||||
"readable": true,
|
"readable": true,
|
||||||
|
@ -17168,12 +17168,12 @@
|
||||||
"construct": false,
|
"construct": false,
|
||||||
"construct-only": false,
|
"construct-only": false,
|
||||||
"controllable": false,
|
"controllable": false,
|
||||||
"default": "-1",
|
"default": "18446744073709551615",
|
||||||
"max": "-1",
|
"max": "4294967295",
|
||||||
"min": "0",
|
"min": "-1",
|
||||||
"mutable": "null",
|
"mutable": "null",
|
||||||
"readable": true,
|
"readable": true,
|
||||||
"type": "guint",
|
"type": "gint64",
|
||||||
"writable": true
|
"writable": true
|
||||||
},
|
},
|
||||||
"timestamp": {
|
"timestamp": {
|
||||||
|
@ -17196,12 +17196,12 @@
|
||||||
"construct": false,
|
"construct": false,
|
||||||
"construct-only": false,
|
"construct-only": false,
|
||||||
"controllable": false,
|
"controllable": false,
|
||||||
"default": "-1",
|
"default": "18446744073709551615",
|
||||||
"max": "-1",
|
"max": "4294967295",
|
||||||
"min": "-1",
|
"min": "-1",
|
||||||
"mutable": "null",
|
"mutable": "null",
|
||||||
"readable": true,
|
"readable": true,
|
||||||
"type": "gint",
|
"type": "gint64",
|
||||||
"writable": true
|
"writable": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue