caps: update docs, is_subset() works now
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 4 Apr 2013 15:46:09 +0000 (17:46 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 4 Apr 2013 15:46:09 +0000 (17:46 +0200)
gst/gstcaps.c

index aaa1131..20f51fa 100644 (file)
@@ -1149,8 +1149,6 @@ gst_caps_is_always_compatible (const GstCaps * caps1, const GstCaps * caps2)
  * @superset: a potentially greater #GstCaps
  *
  * Checks if all caps represented by @subset are also represented by @superset.
- * <note>This function does not work reliably if optional properties for caps
- * are included on one caps and omitted on the other.</note>
  *
  * Returns: %TRUE if @subset is a subset of @superset
  */
@@ -1285,8 +1283,6 @@ gst_caps_is_subset_structure_full (const GstCaps * caps,
  * @caps2: another #GstCaps
  *
  * Checks if the given caps represent the same set of caps.
- * <note>This function does not work reliably if optional properties for caps
- * are included on one caps and omitted on the other.</note>
  *
  * Returns: TRUE if both caps are equal.
  */