mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
39fd8a2dbd
Original commit message from CVS: * *.h: Revert indenting
14 lines
276 B
C
14 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 */
|
|
|