mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
testsuite/alsa/sinesrc.c: cosmetic fix to fix compile issue with gcc 2.95.4
Original commit message from CVS: 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de> * testsuite/alsa/sinesrc.c: cosmetic fix to fix compile issue with gcc 2.95.4
This commit is contained in:
parent
008cdde075
commit
a627711a3c
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||||
|
|
||||||
|
* testsuite/alsa/sinesrc.c:
|
||||||
|
cosmetic fix to fix compile issue with gcc 2.95.4
|
||||||
|
|
||||||
2004-02-16 Julien MOUTTE <julien@moutte.net>
|
2004-02-16 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
* ext/alsa/gstalsa.c: (gst_alsa_open_audio),
|
* ext/alsa/gstalsa.c: (gst_alsa_open_audio),
|
||||||
|
|
|
@ -158,7 +158,7 @@ static gint8 IDENTITY(gint8 x) { return x; };
|
||||||
default: \
|
default: \
|
||||||
g_assert_not_reached ();\
|
g_assert_not_reached ();\
|
||||||
};\
|
};\
|
||||||
format* p = data;\
|
format *p = data;\
|
||||||
for (j = 0; j < src->channels; j++) {\
|
for (j = 0; j < src->channels; j++) {\
|
||||||
*p = val;\
|
*p = val;\
|
||||||
p ++;\
|
p ++;\
|
||||||
|
|
|
@ -158,7 +158,7 @@ static gint8 IDENTITY(gint8 x) { return x; };
|
||||||
default: \
|
default: \
|
||||||
g_assert_not_reached ();\
|
g_assert_not_reached ();\
|
||||||
};\
|
};\
|
||||||
format* p = data;\
|
format *p = data;\
|
||||||
for (j = 0; j < src->channels; j++) {\
|
for (j = 0; j < src->channels; j++) {\
|
||||||
*p = val;\
|
*p = val;\
|
||||||
p ++;\
|
p ++;\
|
||||||
|
|
Loading…
Reference in a new issue