diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 16:28:00 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 16:28:00 +0000 |
commit | 94d87fb90134e98fa5125ad9ab4912906874845e (patch) | |
tree | 4e983fc30525f24aa045519fe13b54fe16faadcc /ext/arts/gst_artsio_impl.h | |
parent | 8211ed26bd0bf66beb6f4baffdb18233adff30c4 (diff) | |
download | gst-plugins-bad-94d87fb90134e98fa5125ad9ab4912906874845e.tar.gz gst-plugins-bad-94d87fb90134e98fa5125ad9ab4912906874845e.tar.bz2 gst-plugins-bad-94d87fb90134e98fa5125ad9ab4912906874845e.zip |
adding arts and artds, no checks yet
Original commit message from CVS:
adding arts and artds, no checks yet
Diffstat (limited to 'ext/arts/gst_artsio_impl.h')
-rw-r--r-- | ext/arts/gst_artsio_impl.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ext/arts/gst_artsio_impl.h b/ext/arts/gst_artsio_impl.h new file mode 100644 index 00000000..8ffb29b6 --- /dev/null +++ b/ext/arts/gst_artsio_impl.h @@ -0,0 +1,14 @@ +#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 */ + |