design: Also mention that the order of the filter caps is important
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 6 Jun 2012 07:59:55 +0000 (09:59 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 6 Jun 2012 07:59:55 +0000 (09:59 +0200)
docs/design/part-negotiation.txt

index c48b1ec..bc94032 100644 (file)
@@ -34,7 +34,9 @@ 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 match the filter will be returned as the result caps.
+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.
 
  (in) "filter", GST_TYPE_CAPS (default NULL)
        - a GstCaps to filter the results against