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
This commit is contained in:
Thiago Santos 2012-05-01 15:52:14 -03:00
parent d35487e50c
commit 80fa8aa77b

View file

@ -1037,8 +1037,6 @@ gst_caps_is_subset_structure (const GstCaps * caps,
* <note>This function does not work reliably if optional properties for caps
* are included on one caps and omitted on the other.</note>
*
* This function deals correctly with passing NULL for any of the caps.
*
* Returns: TRUE if both caps are equal.
*/
gboolean