caps: update docs, is_subset() works now

This commit is contained in:
Wim Taymans 2013-04-04 17:46:09 +02:00
parent ff0deeed9a
commit d92ce924e6

View file

@ -1149,8 +1149,6 @@ gst_caps_is_always_compatible (const GstCaps * caps1, const GstCaps * caps2)
* @superset: a potentially greater #GstCaps * @superset: a potentially greater #GstCaps
* *
* Checks if all caps represented by @subset are also represented by @superset. * 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 * 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 * @caps2: another #GstCaps
* *
* Checks if the given caps represent the same set of caps. * 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. * Returns: TRUE if both caps are equal.
*/ */