docs/pwg/appendix-porting.xml: Document _set_link_function -> _set_setcaps_function.
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 15 Aug 2005 09:56:19 +0000 (09:56 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 15 Aug 2005 09:56:19 +0000 (09:56 +0000)
Original commit message from CVS:
* docs/pwg/appendix-porting.xml:
Document _set_link_function -> _set_setcaps_function.

ChangeLog
docs/pwg/appendix-porting.xml

index 592a631..4696952 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 921e276..0ef2618 100644 (file)
           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>