docs/: Document new-pad/state-change signal renames and the FixedList type rename.
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 20 Jul 2005 17:22:27 +0000 (17:22 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 20 Jul 2005 17:22:27 +0000 (17:22 +0000)
Original commit message from CVS:
* docs/manual/appendix-porting.xml:
* docs/pwg/appendix-porting.xml:
Document new-pad/state-change signal renames and the FixedList
type rename.

ChangeLog
docs/manual/appendix-porting.xml
docs/pwg/appendix-porting.xml

index 349a02f..245ed0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
+       * docs/manual/appendix-porting.xml:
+       * docs/pwg/appendix-porting.xml:
+         Document new-pad/state-change signal renames and the FixedList
+         type rename.
+
+2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
+
        * docs/manual/advanced-autoplugging.xml:
        * docs/manual/basics-helloworld.xml:
        * docs/manual/basics-pads.xml:
index 5e961bc..77d2c2a 100644 (file)
           linking.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          The <quote>new-pad</quote> and <quote>state-change</quote> signals on
+          <classname>GstElement</classname> were renamed to
+          <quote>pad-added</quote> and <quote>state-changed</quote>.
+        </para>
+      </listitem>
     </itemizedlist>
   </sect1>
 </chapter>
index f016062..1d12bc3 100644 (file)
           default property lock of the element.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <classname>GstValueFixedList</classname> and all
+          <function>*_fixed_list_* ()</function> functions were renamed to
+          <classname>GstValueArray</classname> and <function>*_array_*
+          ()</function>.
+        </para>
+      </listitem>
     </itemizedlist>
   </sect1>
 </chapter>