[artoolkit-commits] artoolkit/include/AR/sys videoGStreamer.h, 1.1, 1.2
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Hartmut S. <ret...@us...> - 2006-06-30 05:14:31
|
Update of /cvsroot/artoolkit/artoolkit/include/AR/sys In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25875/include/AR/sys Modified Files: videoGStreamer.h Log Message: minor fix for GStreamer header Index: videoGStreamer.h =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/include/AR/sys/videoGStreamer.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** videoGStreamer.h 30 Jun 2006 04:38:40 -0000 1.1 --- videoGStreamer.h 30 Jun 2006 05:14:27 -0000 1.2 *************** *** 9,20 **** #ifndef AR_VIDEO_GSTREAMER_H #define AR_VIDEO_GSTREAMER_H ! #ifdef __cplusplus ! extern "C" { #endif ! #include <AR/config.h> #include <AR/ar.h> #include <gst/gst.h> typedef struct { --- 9,24 ---- #ifndef AR_VIDEO_GSTREAMER_H #define AR_VIDEO_GSTREAMER_H ! ! ! ! #ifdef __cplusplus ! extern "C" { #endif ! #include <AR/config.h> #include <AR/ar.h> #include <gst/gst.h> + typedef struct { *************** *** 36,38 **** --- 40,43 ---- } #endif + #endif |