mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +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
|
||||
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
|
||||
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
|
||||
most recent return value of the pad's getcaps function. Generally,
|
||||
|
|
Loading…
Reference in a new issue