mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
gst/nsf/nsf.h: Change prototype of process function here too to avoid 'incompatible assignment' warnings.
Original commit message from CVS: * gst/nsf/nsf.h: Change prototype of process function here too to avoid 'incompatible assignment' warnings.
This commit is contained in:
parent
a6d3507148
commit
c1193130c2
2 changed files with 13 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-04-10 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/nsf/nsf.h:
|
||||
Change prototype of process function here too to avoid
|
||||
'incompatible assignment' warnings.
|
||||
|
||||
2008-04-10 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* tests/check/elements/souphttpsrc.c: (got_buffer),
|
||||
|
|
|
@ -104,7 +104,7 @@ typedef struct nsf_s
|
|||
apu_t *apu;
|
||||
|
||||
/* our main processing routine, calls all external mixing routines */
|
||||
void (*process)(void *buffer, int num_samples);
|
||||
void (*process)(uint8 *buffer, int num_samples);
|
||||
} nsf_t;
|
||||
|
||||
/* $$$ ben : Generic loader struct */
|
||||
|
@ -148,7 +148,12 @@ extern int nsf_setfilter(nsf_t *nsf, int filter_type);
|
|||
|
||||
/*
|
||||
** $Log$
|
||||
** Revision 1.2 2008/03/25 15:56:12 slomo
|
||||
** Revision 1.3 2008/04/10 10:01:48 tpm
|
||||
** * gst/nsf/nsf.h:
|
||||
** Change prototype of process function here too to avoid
|
||||
** 'incompatible assignment' warnings.
|
||||
**
|
||||
** Revision 1.2 2008-03-25 15:56:12 slomo
|
||||
** Patch by: Andreas Henriksson <andreas at fatal dot set>
|
||||
** * gst/nsf/Makefile.am:
|
||||
** * gst/nsf/dis6502.h:
|
||||
|
|
Loading…
Reference in a new issue