mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +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
|
- A video/audio decoder
|
||||||
- usually uses gst_pad_use_fixed_caps()
|
- usually uses gst_pad_use_fixed_caps()
|
||||||
|
|
||||||
2) Passthrough
|
2) Transform
|
||||||
- Caps not modified
|
- Caps not modified (passthrough)
|
||||||
- can do caps transform based on element property
|
- can do caps transform based on element property
|
||||||
- videobox
|
- videobox
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue