summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-11-03 21:27:31 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-11-03 21:27:31 +0000
commitd87878326d58b085a28e60b766d6c0efc584f67e (patch)
tree1a962ef77a514207fabc9a1f4f9be232e7e35772 /ChangeLog
parent700060263ed1c9527039fc00a4285632df76a99b (diff)
downloadgst-plugins-bad-d87878326d58b085a28e60b766d6c0efc584f67e.tar.gz
gst-plugins-bad-d87878326d58b085a28e60b766d6c0efc584f67e.tar.bz2
gst-plugins-bad-d87878326d58b085a28e60b766d6c0efc584f67e.zip
sys/qtwrapper/audiodecoders.c: Fix mismatched signedness compiler warning.
Original commit message from CVS: * sys/qtwrapper/audiodecoders.c: (open_decoder): Fix mismatched signedness compiler warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7f6c8c5..8b14257f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-03 Jan Schmidt <jan.schmidt@sun.com>
+
+ * sys/qtwrapper/audiodecoders.c:
+ (open_decoder):
+ Fix mismatched signedness compiler warning.
+
2008-11-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/speexresample/gstspeexresample.c: