sys/qtwrapper/audiodecoders.c: Fix mismatched signedness compiler warning.
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 3 Nov 2008 21:27:31 +0000 (21:27 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 3 Nov 2008 21:27:31 +0000 (21:27 +0000)
Original commit message from CVS:
* sys/qtwrapper/audiodecoders.c:
(open_decoder):
Fix mismatched signedness compiler warning.

ChangeLog
sys/qtwrapper/audiodecoders.c

index b7f6c8c..8b14257 100644 (file)
--- 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:
index d161644..1816a02 100644 (file)
@@ -431,7 +431,7 @@ open_decoder (QTWrapperAudioDecoder * qtwrapper, GstCaps * caps,
     /* QuickTime/iTunes creates AAC files with the wrong channel count in the header,
        so parse that out of the codec data if we can.
      */
-    aac_parse_codec_data (codec_data, &channels);
+    aac_parse_codec_data (codec_data, (guint *) & channels);
   }
 
   /* If the quicktime demuxer gives us a full esds atom, use that instead of