summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-01-11 19:16:53 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-01-11 19:16:53 +0000
commite2d08f0f034a7810aed5c789341c9fb4f3ddbcb3 (patch)
tree4be1cb19a2423ecb71258131874f0174867b94a7 /ChangeLog
parent59d2dce4fd9bfc782bdc51a0a65fb25a577fbe0b (diff)
downloadgst-plugins-bad-e2d08f0f034a7810aed5c789341c9fb4f3ddbcb3.tar.gz
gst-plugins-bad-e2d08f0f034a7810aed5c789341c9fb4f3ddbcb3.tar.bz2
gst-plugins-bad-e2d08f0f034a7810aed5c789341c9fb4f3ddbcb3.zip
tests/check/elements/: It's "endianness", not "endianess". Fixes unit tests.
Original commit message from CVS: * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono), (test_buffer_const_float_stereo), (test_buffer_const_int16_mono), (test_buffer_const_int16_stereo), (test_buffer_square_float_mono), (test_buffer_square_float_stereo), (test_buffer_square_int16_mono), (test_buffer_square_int16_stereo): * tests/check/elements/rglimiter.c: (create_test_buffer): * tests/check/elements/rgvolume.c: (test_buffer_new): It's "endianness", not "endianess". Fixes unit tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e326901c..ee50129a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-01-11 Tim-Philipp Müller <tim at centricular dot net>
+
+ * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
+ (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
+ (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
+ (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
+ (test_buffer_square_int16_stereo):
+ * tests/check/elements/rglimiter.c: (create_test_buffer):
+ * tests/check/elements/rgvolume.c: (test_buffer_new):
+ It's "endianness", not "endianess". Fixes unit tests.
+
2008-01-11 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):