[Bug 768576] New base class for non-streaming audio formats such as module formats, SID music, MIDI files etc.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 23 07:46:46 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=768576

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
 Attachment #352384|none                        |committed
             status|                            |

--- Comment #20 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Comment on attachment 352384
  --> https://bugzilla.gnome.org/attachment.cgi?id=352384
wildmididec: explicitly cast buffer data to int8 in _decode()

Got the same, so pushed this.

commit bbb89dd34c29b4ada9988a4913ef1d1c32161a1f
Author: Reynaldo H. Verdejo Pinochet <reynaldo at osg.samsung.com>
Date:   Mon May 22 15:52:33 2017 -0700

    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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list