gstreamer/ext/arts/gst_artsio_impl.h
Johan Dahlin 39fd8a2dbd *.h: Revert indenting
Original commit message from CVS:
* *.h: Revert indenting
2004-03-15 16:32:54 +00:00

15 lines
276 B
C

#include <gst/gst.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
void *gst_arts_wrapper_new(GstPad *sinkpad, GstPad *sourcepad);
void gst_arts_wrapper_free(void *wrapper);
void gst_arts_wrapper_do(void *wrapper);
#ifdef __cplusplus
}
#endif /* __cplusplus */