gstreamer/ext/wildmidi
Reynaldo H. Verdejo Pinochet bbb89dd34c wildmididec: explicitly cast buffer data to int8 in _decode()
Fixes compiler warning introduced in commit ff32a4297:

gstwildmididec.c:637:47: error: pointer targets in passing argument 2 of ‘WildMidi_GetOutput’ differ in signedness
       WildMidi_GetOutput (wildmidi_dec->song, (char *) (info.data), info.size);
                                               ^
wildmidi_lib.h:106:15: note: expected ‘int8_t * {aka signed char *}’ but argument is of type ‘char *’
 WM_SYMBOL int WildMidi_GetOutput (midi *handle, int8_t *buffer, uint32_t size);

https://bugzilla.gnome.org/show_bug.cgi?id=768576
2017-05-23 08:44:53 +01:00
..
gstwildmididec.c wildmididec: explicitly cast buffer data to int8 in _decode() 2017-05-23 08:44:53 +01:00
gstwildmididec.h wildmidi: Port to 1.0 on top of the nonstreamaudiodecoder base class 2017-05-22 16:34:05 +02:00
Makefile.am wildmidi: Port to 1.0 on top of the nonstreamaudiodecoder base class 2017-05-22 16:34:05 +02:00
README Remove various unported plugins 2016-12-21 11:17:11 +02:00

MIDI spec
http://www.borg.com/~jglatt/tech/midifile.htm