From 80fa8aa77bb4ffb8779016dc3fdeb60417ba7ae7 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Tue, 1 May 2012 15:52:14 -0300 Subject: [PATCH] gstcaps: Update docs for gst_caps_is_equal NULL caps aren't valid caps in 1.0 and aren't accepted in gst_caps_is_equal --- gst/gstcaps.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/gstcaps.c b/gst/gstcaps.c index 57f8ae6..2f4a341 100644 --- a/gst/gstcaps.c +++ b/gst/gstcaps.c @@ -1037,8 +1037,6 @@ gst_caps_is_subset_structure (const GstCaps * caps, * This function does not work reliably if optional properties for caps * are included on one caps and omitted on the other. * - * This function deals correctly with passing NULL for any of the caps. - * * Returns: TRUE if both caps are equal. */ gboolean -- 2.7.4