From d92ce924e6d59dae70a4cbb62f487b71790fe6db Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 4 Apr 2013 17:46:09 +0200 Subject: [PATCH] caps: update docs, is_subset() works now --- gst/gstcaps.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gst/gstcaps.c b/gst/gstcaps.c index aaa11310d1..20f51fad4c 100644 --- a/gst/gstcaps.c +++ b/gst/gstcaps.c @@ -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. - * This function does not work reliably if optional properties for caps - * are included on one caps and omitted on the other. * * 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. - * This function does not work reliably if optional properties for caps - * are included on one caps and omitted on the other. * * Returns: TRUE if both caps are equal. */