summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-04-17 08:04:43 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-04-17 08:04:43 +0000
commit9e13de6621f72f8021004aba5c247f283ac34173 (patch)
tree3d78652fb7e9094930b0641530c6d3d6b91e0cb1 /ChangeLog
parent97041d869a33e464bc5ce93d0e932d0ef828f3d3 (diff)
downloadgst-plugins-bad-9e13de6621f72f8021004aba5c247f283ac34173.tar.gz
gst-plugins-bad-9e13de6621f72f8021004aba5c247f283ac34173.tar.bz2
gst-plugins-bad-9e13de6621f72f8021004aba5c247f283ac34173.zip
gst/mve/gstmvedemux.c: Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
Original commit message from CVS: * gst/mve/gstmvedemux.c: (gst_mve_audio_init): Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on MingW (no idea though why we add a BYTE_ORDER endianness field if the audio is compressed).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05aaae17..1c3e86f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-17 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
+ Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
+ MingW (no idea though why we add a BYTE_ORDER endianness field if
+ the audio is compressed).
+
2007-04-14 Sebastien Moutte <sebastien@moutte.net>
* docs/plugins/inspect/plugin-directdraw.xml: