mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
design: rename passthrough negotiation
Rename passthrough negotiation to transform negotiation to avoid confusion with passthrough operation.
This commit is contained in:
parent
2895fc6fca
commit
97f21a8b7e
1 changed files with 2 additions and 2 deletions
|
@ -339,8 +339,8 @@ We can identify 3 patterns in negotiation:
|
|||
- A video/audio decoder
|
||||
- usually uses gst_pad_use_fixed_caps()
|
||||
|
||||
2) Passthrough
|
||||
- Caps not modified
|
||||
2) Transform
|
||||
- Caps not modified (passthrough)
|
||||
- can do caps transform based on element property
|
||||
- videobox
|
||||
|
||||
|
|
Loading…
Reference in a new issue