doc: remove details about srcpad caps

This commit is contained in:
Daniel Morin 2024-05-14 21:51:56 -04:00
parent aec7a85128
commit 829835f737

View file

@ -272,43 +272,7 @@ media type.
### Inference Srcpad(s) Capabilities
Srcpads capabilities, will be identical to sinkpads capabilities or a
```tensor```.
```
PadTemplates:
SRC template: 'vsrc_%u' // Tensor attached on to buffer
Avaiability: 'always'
Capabilities:
video/x-raw
format: {...}
width: {...}
height: {...}
framerate: {...}
SRC template: 'asrc_%u' // Tensor attached on to buffer
Avaiability: 'always'
Capabilities:
audio/x-raw
format: {...}
layout: {...}
rate: [...]
channels: [...]
SRC template: 'tsrc_%u' // Tensor attached on to buffer
Avaiability: 'always'
Capabilities:
text/x-raw
format: {...}
SRC template: 'src_%u' // Tensor
Avaiability: 'always'
Capabilities:
tensor/x-raw
shape:{<a, b, ...z>} // This represent a x b x ... x z
datatype: {(enum) "int8", "float32", ...}
type: { (string)"YOLOv3", (string)"YOLOv4", (string)"SSD", ...)}
```
Srcpads capabilities, will be identical to sinkpads capabilities.
### New Video Format
TODO