summaryrefslogtreecommitdiff
path: root/docs/plugins/gst_plugins_cache.json
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2020-10-08 03:15:21 +0900
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-10-08 20:05:03 +0000
commit9279326d8a49bad152c0d7f21815ef1e45e5f1e7 (patch)
treea5fc2b832461108cd3a498b6afdcb5a6f5466aeb /docs/plugins/gst_plugins_cache.json
parentb86e77e3a3f12e6ee34d79724fc092c1c65cbe60 (diff)
decklink: Update doc
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1665>
Diffstat (limited to 'docs/plugins/gst_plugins_cache.json')
-rw-r--r--docs/plugins/gst_plugins_cache.json93
1 files changed, 54 insertions, 39 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index c047cf19c..c848461d7 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -8033,18 +8033,6 @@
"type": "gint",
"writable": true
},
- "duplex-mode": {
- "blurb": "Certain DeckLink devices such as the DeckLink Quad 2 and the DeckLink Duo 2 support configuration of the duplex mode of individual sub-devices.A sub-device configured as full-duplex will use two connectors, which allows simultaneous capture and playback, internal keying, and fill & key scenarios.A half-duplex sub-device will use a single connector as an individual capture or playback channel.",
- "conditionally-available": false,
- "construct": true,
- "construct-only": false,
- "controllable": false,
- "default": "half (0)",
- "mutable": "null",
- "readable": true,
- "type": "GstDecklinkDuplexMode",
- "writable": true
- },
"hw-serial-number": {
"blurb": "The serial number (hardware ID) of the Decklink card",
"conditionally-available": false,
@@ -8095,6 +8083,18 @@
"type": "GstDecklinkModes",
"writable": true
},
+ "profile": {
+ "blurb": "Certain DeckLink devices such as the DeckLink 8K Pro, the DeckLink Quad 2 and the DeckLink Duo 2 support multiple profiles to configure the capture and playback behavior of its sub-devices.For the DeckLink Duo 2 and DeckLink Quad 2, a profile is shared between any 2 sub-devices that utilize the same connectors. For the DeckLink 8K Pro, a profile is shared between all 4 sub-devices. Any sub-devices that share a profile are considered to be part of the same profile group.DeckLink Duo 2 support configuration of the duplex mode of individual sub-devices.",
+ "conditionally-available": false,
+ "construct": true,
+ "construct-only": false,
+ "controllable": false,
+ "default": "one-sub-device-full (0)",
+ "mutable": "null",
+ "readable": true,
+ "type": "GstDecklinkProfileId",
+ "writable": true
+ },
"timecode-format": {
"blurb": "Timecode format type to use for playback",
"conditionally-available": false,
@@ -8196,18 +8196,6 @@
"type": "gboolean",
"writable": true
},
- "duplex-mode": {
- "blurb": "Certain DeckLink devices such as the DeckLink Quad 2 and the DeckLink Duo 2 support configuration of the duplex mode of individual sub-devices.A sub-device configured as full-duplex will use two connectors, which allows simultaneous capture and playback, internal keying, and fill & key scenarios.A half-duplex sub-device will use a single connector as an individual capture or playback channel.",
- "conditionally-available": false,
- "construct": true,
- "construct-only": false,
- "controllable": false,
- "default": "half (0)",
- "mutable": "null",
- "readable": true,
- "type": "GstDecklinkDuplexMode",
- "writable": true
- },
"hw-serial-number": {
"blurb": "The serial number (hardware ID) of the Decklink card",
"conditionally-available": false,
@@ -8268,6 +8256,18 @@
"type": "gboolean",
"writable": true
},
+ "profile": {
+ "blurb": "Certain DeckLink devices such as the DeckLink 8K Pro, the DeckLink Quad 2 and the DeckLink Duo 2 support multiple profiles to configure the capture and playback behavior of its sub-devices.For the DeckLink Duo 2 and DeckLink Quad 2, a profile is shared between any 2 sub-devices that utilize the same connectors. For the DeckLink 8K Pro, a profile is shared between all 4 sub-devices. Any sub-devices that share a profile are considered to be part of the same profile group.DeckLink Duo 2 support configuration of the duplex mode of individual sub-devices.",
+ "conditionally-available": false,
+ "construct": true,
+ "construct-only": false,
+ "controllable": false,
+ "default": "one-sub-device-full (0)",
+ "mutable": "null",
+ "readable": true,
+ "type": "GstDecklinkProfileId",
+ "writable": true
+ },
"signal": {
"blurb": "True if there is a valid input signal available",
"conditionally-available": false,
@@ -8425,21 +8425,6 @@
}
]
},
- "GstDecklinkDuplexMode": {
- "kind": "enum",
- "values": [
- {
- "desc": "Half-Duplex",
- "name": "half",
- "value": "0"
- },
- {
- "desc": "Full-Duplex",
- "name": "full",
- "value": "1"
- }
- ]
- },
"GstDecklinkKeyerMode": {
"kind": "enum",
"values": [
@@ -8685,6 +8670,36 @@
}
]
},
+ "GstDecklinkProfileId": {
+ "kind": "enum",
+ "values": [
+ {
+ "desc": "One sub-device, Full-Duplex",
+ "name": "one-sub-device-full",
+ "value": "0"
+ },
+ {
+ "desc": "One sub-device, Half-Duplex",
+ "name": "one-sub-device-half",
+ "value": "1"
+ },
+ {
+ "desc": "Two sub-devices, Full-Duplex",
+ "name": "two-sub-devices-full",
+ "value": "2"
+ },
+ {
+ "desc": "Two sub-devices, Half-Duplex",
+ "name": "two-sub-devices-half",
+ "value": "3"
+ },
+ {
+ "desc": "Four sub-devices, Half-Duplex",
+ "name": "four-sub-devices-half",
+ "value": "4"
+ }
+ ]
+ },
"GstDecklinkTimecodeFormat": {
"kind": "enum",
"values": [