mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
docs/: Document new-pad/state-change signal renames and the FixedList type rename.
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.
This commit is contained in:
parent
3f62c7db23
commit
8e12a91943
3 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
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>
|
2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* docs/manual/advanced-autoplugging.xml:
|
* docs/manual/advanced-autoplugging.xml:
|
||||||
|
|
|
@ -93,6 +93,13 @@
|
||||||
linking.
|
linking.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</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>
|
</itemizedlist>
|
||||||
</sect1>
|
</sect1>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
|
@ -91,6 +91,14 @@
|
||||||
default property lock of the element.
|
default property lock of the element.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</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>
|
</itemizedlist>
|
||||||
</sect1>
|
</sect1>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
Loading…
Reference in a new issue