00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef AR_VIDEO_GSTREAMER_H
00010 #define AR_VIDEO_GSTREAMER_H
00011
00012 #ifdef __cplusplus
00013 extern "C" {
00014 #endif
00015
00016 #include <AR/config.h>
00017 #include <AR/ar.h>
00018
00019 typedef struct _AR2VideoParamT AR2VideoParamT;
00020
00021 #ifdef __cplusplus
00022 }
00023 #endif
00024
00025 #endif