mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
gst/audioconvert/gstaudioconvert.c: Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
Original commit message from CVS: * gst/audioconvert/gstaudioconvert.c: Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
This commit is contained in:
parent
bbae92bbc4
commit
b827e4d539
3 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* gst/audioconvert/gstaudioconvert.c:
|
||||||
|
Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
|
||||||
|
|
||||||
2007-02-06 Julien MOUTTE <julien@moutte.net>
|
2007-02-06 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
|
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 8ba5dffb5ee7e7daea1030f6b34bfef10f9801a3
|
Subproject commit de43a8f3c629983e0bea0b8eb617e52ed35a6cda
|
|
@ -25,13 +25,15 @@
|
||||||
* SECTION:element-audioconvert
|
* SECTION:element-audioconvert
|
||||||
*
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
|
* <para>
|
||||||
* Audioconvert converts raw audio buffers between various possible formats.
|
* Audioconvert converts raw audio buffers between various possible formats.
|
||||||
* It supports integer to float conversion, width/depth conversion,
|
* It supports integer to float conversion, width/depth conversion,
|
||||||
* signedness and endianness conversion.
|
* signedness and endianness conversion.
|
||||||
*
|
* </para>
|
||||||
|
* <para>
|
||||||
* Some format conversion are not carried out in an optimal way right now.
|
* Some format conversion are not carried out in an optimal way right now.
|
||||||
* E.g. converting from double to float would cause a loss of precission.
|
* E.g. converting from double to float would cause a loss of precision.
|
||||||
*
|
* </para>
|
||||||
* <title>Example launch line</title>
|
* <title>Example launch line</title>
|
||||||
* <para>
|
* <para>
|
||||||
* <programlisting>
|
* <programlisting>
|
||||||
|
|
Loading…
Reference in a new issue