mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
minor wording change
Original commit message from CVS: minor wording change
This commit is contained in:
parent
e7d186c69a
commit
fcfb110e96
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ Checklist for pad_link:
|
||||||
- Pad link functions are called with fixed caps. There's no need
|
- Pad link functions are called with fixed caps. There's no need
|
||||||
to check for this. This means that you can assume that the caps
|
to check for this. This means that you can assume that the caps
|
||||||
is not ANY or EMPTY, and that there is exactly one structure in
|
is not ANY or EMPTY, and that there is exactly one structure in
|
||||||
the caps, and that all the properties in the caps
|
the caps, and that all the fields in the structure are fixed.
|
||||||
|
|
||||||
- Pad link functions are called with caps that are a subset of the
|
- Pad link functions are called with caps that are a subset of the
|
||||||
most recent return value of the pad's getcaps function. Generally,
|
most recent return value of the pad's getcaps function. Generally,
|
||||||
|
|
Loading…
Reference in a new issue