mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
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:
parent
d35487e50c
commit
80fa8aa77b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue