mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
gst/audiofxgood/audiopanorama.c: ChangeLog surgery to add cymax's real name
Original commit message from CVS: * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps), (gst_audio_panorama_transform_m2s_float), (gst_audio_panorama_transform_s2s_float): ChangeLog surgery to add cymax's real name
This commit is contained in:
parent
3473ecd7af
commit
6bc998156f
3 changed files with 11 additions and 5 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,5 +1,15 @@
|
||||||
2006-08-24 Stefan Kost <ensonic@users.sf.net>
|
2006-08-24 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
|
||||||
|
(gst_audio_panorama_transform_m2s_float),
|
||||||
|
(gst_audio_panorama_transform_s2s_float):
|
||||||
|
ChangeLog surgery to add cymax's real name
|
||||||
|
|
||||||
|
|
||||||
|
2006-08-24 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
Patch by: René Stadler <mail@renestadler.de>
|
||||||
|
|
||||||
* gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
|
* gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
|
||||||
(gst_audio_panorama_transform_m2s_int),
|
(gst_audio_panorama_transform_m2s_int),
|
||||||
(gst_audio_panorama_transform_s2s_int),
|
(gst_audio_panorama_transform_s2s_int),
|
||||||
|
@ -7,7 +17,7 @@
|
||||||
(gst_audio_panorama_transform_s2s_float),
|
(gst_audio_panorama_transform_s2s_float),
|
||||||
(gst_audio_panorama_transform):
|
(gst_audio_panorama_transform):
|
||||||
* gst/audiofxgood/audiopanorama.h:
|
* gst/audiofxgood/audiopanorama.h:
|
||||||
Added float support (thanks cymax)
|
Added float support
|
||||||
|
|
||||||
2006-08-24 Stefan Kost <ensonic@users.sf.net>
|
2006-08-24 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
|
|
@ -35,8 +35,6 @@
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* FIXME: also support 32/64 bit float audio, and maybe 8/24 bit integer */
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -35,8 +35,6 @@
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* FIXME: also support 32/64 bit float audio, and maybe 8/24 bit integer */
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue