mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
gst-libs/gst/audio/multichannel.c: Fix typo in docs blurb.
Original commit message from CVS: * gst-libs/gst/audio/multichannel.c: Fix typo in docs blurb.
This commit is contained in:
parent
51528422ca
commit
29162d0a46
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* gst-libs/gst/audio/multichannel.c:
|
||||||
|
Fix typo in docs blurb.
|
||||||
|
|
||||||
2008-02-19 Julien Moutte <julien@fluendo.com>
|
2008-02-19 Julien Moutte <julien@fluendo.com>
|
||||||
|
|
||||||
Patch by: Josep Torra Valles <josep@fluendo.com>
|
Patch by: Josep Torra Valles <josep@fluendo.com>
|
||||||
|
|
|
@ -489,7 +489,7 @@ gst_audio_set_caps_channel_positions_list (GstCaps * caps,
|
||||||
* "channel-positions" property.
|
* "channel-positions" property.
|
||||||
*
|
*
|
||||||
* Custom fixate function. Elements that implement some sort of
|
* Custom fixate function. Elements that implement some sort of
|
||||||
* channel conversion algorhithm should use this function for
|
* channel conversion algorithm should use this function for
|
||||||
* fixating on GstAudioChannelPosition properties. It will take
|
* fixating on GstAudioChannelPosition properties. It will take
|
||||||
* care of equal channel positioning (left/right). Caller g_free()s
|
* care of equal channel positioning (left/right). Caller g_free()s
|
||||||
* the return value. The input properties may be (and are supposed
|
* the return value. The input properties may be (and are supposed
|
||||||
|
|
Loading…
Reference in a new issue