diff options
author | Tal Shalif <tshalif@nargila.org> | 2008-11-23 11:14:42 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-23 11:14:42 +0000 |
commit | 7b60afd805ce2da85510094f6aa4735696b4001b (patch) | |
tree | fc7fabceb7de2f0893f55964bffc65cbac49c7dd /ChangeLog | |
parent | af12e9eddac1c11f030ce2cc17bd5ca5fdd2d75e (diff) |
gst/qtdemux/qtdemux.c: Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as the latter don't exist on some s...
Original commit message from CVS:
Patch by: Tal Shalif <tshalif at nargila dot org>
* gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
the latter don't exist on some systems (mingw). Fixes bug #561992.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-11-23 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + Patch by: Tal Shalif <tshalif at nargila dot org> + + * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps): + Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as + the latter don't exist on some systems (mingw). Fixes bug #561992. + 2008-11-21 Sebastian Dröge <sebastian.droege@collabora.co.uk> Patch by: Zeeshan Ali <zeeshanak at gnome dot org> |