mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
caps: update docs, is_subset() works now
This commit is contained in:
parent
ff0deeed9a
commit
d92ce924e6
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||
* <note>This function does not work reliably if optional properties for caps
|
||||
* are included on one caps and omitted on the other.</note>
|
||||
*
|
||||
* 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.
|
||||
* <note>This function does not work reliably if optional properties for caps
|
||||
* are included on one caps and omitted on the other.</note>
|
||||
*
|
||||
* Returns: TRUE if both caps are equal.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue