mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
desing/negotiation: gramar fix for intro to nego queries
The "the filter" phrasing wrongly references a yet to be introduced concept.
This commit is contained in:
parent
f0f2371af9
commit
df184b3d93
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ the CAPS query. The list of supported caps can be used to choose an
|
|||
appropriate GstCaps for the data transfer. The CAPS query works
|
||||
recursively, elements should take their peers into consideration when
|
||||
constructing the possible caps. Because the result caps can be very
|
||||
large, the filter can be used to restrict the caps. Only the caps that
|
||||
large, a filter can be used to restrict the caps. Only the caps that
|
||||
match the filter will be returned as the result caps. The order of the
|
||||
filter caps gives the order of preference of the caller and should be
|
||||
taken into account for the returned caps.
|
||||
|
|
Loading…
Reference in a new issue