mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
design/caps: drop left over double spaces
This commit is contained in:
parent
2b0e5e83ff
commit
cb47d7acd4
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@ in "A".
|
||||||
A structure "a" is the subset of a structure "b" if it has the same
|
A structure "a" is the subset of a structure "b" if it has the same
|
||||||
structure name, the same caps features and each field in "b" either does not
|
structure name, the same caps features and each field in "b" either does not
|
||||||
exist in "a", or the value of the field in "a" is a subset of the value of the
|
exist in "a", or the value of the field in "a" is a subset of the value of the
|
||||||
field in "b". "a" must not have additional fields that are not in "b". Fields
|
field in "b". "a" must not have additional fields that are not in "b". Fields
|
||||||
that are in "b" but not in "a" (aka, an empty field) are always a subset.
|
that are in "b" but not in "a" (aka, an empty field) are always a subset.
|
||||||
This is different to the intuitive mathematical definition as an empty field
|
This is different to the intuitive mathematical definition as an empty field
|
||||||
is defined to contain all possible values. This means that the empty field is
|
is defined to contain all possible values. This means that the empty field is
|
||||||
always a superset of any other field.
|
always a superset of any other field.
|
||||||
|
|
||||||
EMPTY caps are a subset of every other caps. Every caps are a subset of
|
EMPTY caps are a subset of every other caps. Every caps are a subset of
|
||||||
|
|
Loading…
Reference in a new issue