mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:46:13 +00:00
upcoming API change
Original commit message from CVS: upcoming API change
This commit is contained in:
parent
8b8026589e
commit
b2bb225289
1 changed files with 9 additions and 1 deletions
|
@ -97,6 +97,14 @@ GST_CAPS_FACTORY() macro as shown below.
|
||||||
}
|
}
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
If you want to check if a connection between source and destination caps
|
||||||
|
is always possible, use gst_caps_is_always_compatible(), which returns
|
||||||
|
a boolean.
|
||||||
|
If you want to check if a connection between source and destination caps
|
||||||
|
might be possible, use gst_caps_intersect(), which returns an intersection
|
||||||
|
of the capabilities.
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -344,7 +352,7 @@ Check if the GstCaps has fixed properties, ie. it has no ranges or lists.
|
||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_caps_check_compatibility ##### -->
|
<!-- ##### FUNCTION gst_caps_is_always_compatible ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
Loading…
Reference in a new issue