From c1193130c29d594635ed7547bb625e26e6123d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 10 Apr 2008 10:01:48 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ gst/nsf/nsf.h | 9 +++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e2edc44051..dd8e46c2df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-10 Tim-Philipp Müller + + * gst/nsf/nsf.h: + Change prototype of process function here too to avoid + 'incompatible assignment' warnings. + 2008-04-10 Sebastian Dröge * tests/check/elements/souphttpsrc.c: (got_buffer), diff --git a/gst/nsf/nsf.h b/gst/nsf/nsf.h index d81bb6fc5c..ce83074505 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 ** * gst/nsf/Makefile.am: ** * gst/nsf/dis6502.h: