mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +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>
|
||||
|
||||
* ext/alsa/gstalsa.c: (gst_alsa_open_audio),
|
||||
|
|
|
@ -158,7 +158,7 @@ static gint8 IDENTITY(gint8 x) { return x; };
|
|||
default: \
|
||||
g_assert_not_reached ();\
|
||||
};\
|
||||
format* p = data;\
|
||||
format *p = data;\
|
||||
for (j = 0; j < src->channels; j++) {\
|
||||
*p = val;\
|
||||
p ++;\
|
||||
|
|
|
@ -158,7 +158,7 @@ static gint8 IDENTITY(gint8 x) { return x; };
|
|||
default: \
|
||||
g_assert_not_reached ();\
|
||||
};\
|
||||
format* p = data;\
|
||||
format *p = data;\
|
||||
for (j = 0; j < src->channels; j++) {\
|
||||
*p = val;\
|
||||
p ++;\
|
||||
|
|
Loading…
Reference in a new issue