mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 07:26:33 +00:00
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:
parent
5dee6ba2e8
commit
ce4f2bd8c0
2 changed files with 18 additions and 0 deletions
|
@ -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>
|
2005-08-15 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* check/Makefile.am:
|
* check/Makefile.am:
|
||||||
|
|
|
@ -141,6 +141,19 @@
|
||||||
decoder or an encoder.
|
decoder or an encoder.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</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>
|
</itemizedlist>
|
||||||
</sect1>
|
</sect1>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
Loading…
Reference in a new issue