gstreamer/ext/arts/gst_artsio_impl.h
Thomas Vander Stichele 7a778ee4b7 gst-indent
Original commit message from CVS:
gst-indent
2004-03-14 22:34:33 +00:00

14 lines
292 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 */