mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests/check/elements/volume.c: make it compile again
Original commit message from CVS: * tests/check/elements/volume.c: make it compile again
This commit is contained in:
parent
8424d24728
commit
e4dbbc2048
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-05-28 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* tests/check/elements/volume.c:
|
||||||
|
make it compile again
|
||||||
|
|
||||||
2006-05-28 Stefan Kost <ensonic@users.sf.net>
|
2006-05-28 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* tests/check/elements/volume.c: (volume_suite):
|
* tests/check/elements/volume.c: (volume_suite):
|
||||||
|
|
|
@ -371,7 +371,7 @@ GST_START_TEST (test_passthrough)
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
#endiif
|
#endif
|
||||||
|
|
||||||
Suite *
|
Suite *
|
||||||
volume_suite (void)
|
volume_suite (void)
|
||||||
|
|
Loading…
Reference in a new issue