docs/pwg/appendix-porting.xml: Document _set_link_function -> _set_setcaps_function.

Original commit message from CVS:
* docs/pwg/appendix-porting.xml:
Document _set_link_function -> _set_setcaps_function.
This commit is contained in:
Ronald S. Bultje 2005-08-15 09:56:19 +00:00
parent 5dee6ba2e8
commit ce4f2bd8c0
2 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-08-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* docs/pwg/appendix-porting.xml:
Document _set_link_function -> _set_setcaps_function.
2005-08-15 Thomas Vander Stichele <thomas at apestaart dot org>
* check/Makefile.am:

View file

@ -141,6 +141,19 @@
decoder or an encoder.
</para>
</listitem>
<listitem>
<para>
<function>gst_pad_set_link_function ()</function>, which used to set
a function that would be called when a format was negotiated between
two <classname>GstPad</classname>s, now sets a function that is
called when two elements are linked together in an application. For
all practical purposes, you most likely want to use the function
<function>gst_pad_set_setcaps_function ()</function>, nowadays, which
sets a function that is called when the format streaming over a pad
changes (so similar to <function>_set_link_function ()</function> in
&GStreamer;-0.8).
</para>
</listitem>
</itemizedlist>
</sect1>
</chapter>