gstreamer/gst/monoscope/monoscope.h
Richard Boulton b62e08de6e 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.
2002-03-03 17:29:59 +00:00

10 lines
193 B
C

#ifndef _MONOSCOPE_H
#define _MONOSCOPE_H
#include <glib.h>
void monoscope_init (guint32 resx, guint32 resy);
guint32 * monoscope_update (gint16 data [512]);
void monoscope_close ();
#endif