summaryrefslogtreecommitdiffstats
path: root/gst/monoscope/monoscope.h
diff options
context:
space:
mode:
authorRichard Boulton <richard@tartarus.org>2002-03-03 17:29:59 +0000
committerRichard Boulton <richard@tartarus.org>2002-03-03 17:29:59 +0000
commitb62e08de6e46ceba1e9e908c566e1db4a6e55af9 (patch)
treec19cdd648e1d528fd796d7deb0acbbded6ac748e /gst/monoscope/monoscope.h
parent7fb7fcbe868d14b9a24d937ed22c6c18b3025381 (diff)
Fix monoscope: caps already asked for mono input: make it actually expect such input.
Original commit message from CVS: Fix monoscope: caps already asked for mono input: make it actually expect such input.
Diffstat (limited to 'gst/monoscope/monoscope.h')
-rw-r--r--gst/monoscope/monoscope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/monoscope/monoscope.h b/gst/monoscope/monoscope.h
index 95ccf11a..29fdf10c 100644
--- a/gst/monoscope/monoscope.h
+++ b/gst/monoscope/monoscope.h
@@ -4,7 +4,7 @@
#include <glib.h>
void monoscope_init (guint32 resx, guint32 resy);
-guint32 * monoscope_update (gint16 data [2][512]);
+guint32 * monoscope_update (gint16 data [512]);
void monoscope_close ();
#endif