diff options
Diffstat (limited to 'ext/openni2/gstopenni2src.h')
-rw-r--r-- | ext/openni2/gstopenni2src.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openni2/gstopenni2src.h b/ext/openni2/gstopenni2src.h index f3fd57bae..1d5627e8c 100644 --- a/ext/openni2/gstopenni2src.h +++ b/ext/openni2/gstopenni2src.h @@ -54,6 +54,7 @@ struct _GstOpenni2Src GstOpenni2State state; gchar *uri_name; gint sourcetype; + GstVideoInfo info; GstCaps *gst_caps; /* OpenNI2 variables */ @@ -63,7 +64,6 @@ struct _GstOpenni2Src openni::PixelFormat depthpixfmt, colorpixfmt; int width, height, fps; openni::VideoFrameRef depthFrame, colorFrame; - }; struct _GstOpenni2SrcClass |