[artoolkit-commits] artoolkit/include/AR/sys videoGStreamer.h, 1.2, 1.3
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Hartmut S. <ret...@us...> - 2006-06-30 13:14:24
|
Update of /cvsroot/artoolkit/artoolkit/include/AR/sys In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25342/include/AR/sys Modified Files: videoGStreamer.h Log Message: Fixed header for hidden implementation Index: videoGStreamer.h =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/include/AR/sys/videoGStreamer.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** videoGStreamer.h 30 Jun 2006 05:14:27 -0000 1.2 --- videoGStreamer.h 30 Jun 2006 13:13:13 -0000 1.3 *************** *** 10,15 **** #define AR_VIDEO_GSTREAMER_H - - #ifdef __cplusplus extern "C" { --- 10,13 ---- *************** *** 18,39 **** #include <AR/config.h> #include <AR/ar.h> - #include <gst/gst.h> - - - typedef struct { - - /* GStreamer pipeline */ - GstElement *pipeline; - - /* GStreamer identity needed for probing */ - GstElement *probe; - - /* size of the image */ - int width, height; ! /* the actual video buffer */ ! ARUint8 *videoBuffer; ! ! } AR2VideoParamT; #ifdef __cplusplus --- 16,21 ---- #include <AR/config.h> #include <AR/ar.h> ! typedef struct _AR2VideoParamT AR2VideoParamT; #ifdef __cplusplus |