diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-04-17 08:04:43 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-04-17 08:04:43 +0000 |
commit | 9e13de6621f72f8021004aba5c247f283ac34173 (patch) | |
tree | 3d78652fb7e9094930b0641530c6d3d6b91e0cb1 /ChangeLog | |
parent | 97041d869a33e464bc5ce93d0e932d0ef828f3d3 (diff) | |
download | gst-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |