Original commit message from CVS:
* sys/qtwrapper/audiodecoders.c:
(open_decoder):
Fix mismatched signedness compiler warning.
+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:
/* 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