summaryrefslogtreecommitdiffstats
path: root/gst/nsf/nsf.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-04-10 10:01:48 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-04-10 10:01:48 +0000
commitc1193130c29d594635ed7547bb625e26e6123d75 (patch)
treeae9c6fcd189b262c2265b41fb8f9305088df3afd /gst/nsf/nsf.h
parenta6d3507148c21f59cb57615304d86524f4e7024d (diff)
downloadgst-plugins-bad-c1193130c29d594635ed7547bb625e26e6123d75.tar.gz
gst-plugins-bad-c1193130c29d594635ed7547bb625e26e6123d75.tar.bz2
gst-plugins-bad-c1193130c29d594635ed7547bb625e26e6123d75.zip
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.
Diffstat (limited to 'gst/nsf/nsf.h')
-rw-r--r--gst/nsf/nsf.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/gst/nsf/nsf.h b/gst/nsf/nsf.h
index d81bb6fc..ce830745 100644
--- a/gst/nsf/nsf.h
+++ b/gst/nsf/nsf.h
@@ -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: