From: Wim Taymans Date: Thu, 4 Apr 2013 15:46:09 +0000 (+0200) Subject: caps: update docs, is_subset() works now X-Git-Tag: 1.1.1~162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d92ce924e6d59dae70a4cbb62f487b71790fe6db;p=platform%2Fupstream%2Fgstreamer.git caps: update docs, is_subset() works now --- diff --git a/gst/gstcaps.c b/gst/gstcaps.c index aaa1131..20f51fa 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. */