gstreamer/ext/arts/gst_artsio_impl.h
Thomas Vander Stichele 94d87fb901 adding arts and artds, no checks yet
Original commit message from CVS:
adding arts and artds, no checks yet
2001-12-23 16:28:00 +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 */