summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-10-25 13:30:55 +0200
committerSebastian Dröge <sebastian@centricular.com>2020-10-30 16:23:31 +0200
commit56b213030058e4a921f27ac47c6cd47f7a6b8800 (patch)
tree08ce85678d65c5f788524c2782d45b3d06add47f /docs
parentd1df412d7009ffad30cf62a2035e21f1859193a9 (diff)
downloadgstreamer-plugins-bad-56b213030058e4a921f27ac47c6cd47f7a6b8800.tar.gz
decklink: Add a default profile id
This causes no changes to the profile but keeps the existing settings. The profile can also be changed from e.g. the card's configuration application and in that case probably should be left alone. The default is the new value as it keeps the profile setting as it is, which is consistent with the previous behaviour in 1.18. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1721>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json19
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 8e318dd33..c2aa3c4df 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -8089,7 +8089,7 @@
"construct": true,
"construct-only": false,
"controllable": false,
- "default": "one-sub-device-full (0)",
+ "default": "default (0)",
"mutable": "null",
"readable": true,
"type": "GstDecklinkProfileId",
@@ -8262,7 +8262,7 @@
"construct": true,
"construct-only": false,
"controllable": false,
- "default": "one-sub-device-full (0)",
+ "default": "default (0)",
"mutable": "null",
"readable": true,
"type": "GstDecklinkProfileId",
@@ -8674,29 +8674,34 @@
"kind": "enum",
"values": [
{
+ "desc": "Default, don't change profile",
+ "name": "default",
+ "value": "0"
+ },
+ {
"desc": "One sub-device, Full-Duplex",
"name": "one-sub-device-full",
- "value": "0"
+ "value": "1"
},
{
"desc": "One sub-device, Half-Duplex",
"name": "one-sub-device-half",
- "value": "1"
+ "value": "2"
},
{
"desc": "Two sub-devices, Full-Duplex",
"name": "two-sub-devices-full",
- "value": "2"
+ "value": "3"
},
{
"desc": "Two sub-devices, Half-Duplex",
"name": "two-sub-devices-half",
- "value": "3"
+ "value": "4"
},
{
"desc": "Four sub-devices, Half-Duplex",
"name": "four-sub-devices-half",
- "value": "4"
+ "value": "5"
}
]
},