summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-10-01 22:17:58 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-10-01 22:17:58 +0000
commitb2bb225289524c4511cd5e13a8486d62e99f84f2 (patch)
tree888464f5e46912db73cd8b173318104111643863
parent8b8026589e8016343ac74eed95dd6f62d965ff1b (diff)
upcoming API change
Original commit message from CVS: upcoming API change
-rw-r--r--docs/gst/tmpl/gstcaps.sgml10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/gst/tmpl/gstcaps.sgml b/docs/gst/tmpl/gstcaps.sgml
index 78e2ca7a74..d068a80622 100644
--- a/docs/gst/tmpl/gstcaps.sgml
+++ b/docs/gst/tmpl/gstcaps.sgml
@@ -97,6 +97,14 @@ GST_CAPS_FACTORY() macro as shown below.
}
</programlisting>
</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 ##### -->
<para>
@@ -344,7 +352,7 @@ Check if the GstCaps has fixed properties, ie. it has no ranges or lists.
@Returns:
-<!-- ##### FUNCTION gst_caps_check_compatibility ##### -->
+<!-- ##### FUNCTION gst_caps_is_always_compatible ##### -->
<para>
</para>