Merge branch 'upstream/1.16' into tizen_gst_1.16.2
[platform/upstream/gst-plugins-base.git] / gst / videoconvert / gstvideoconvert.h
index 034efb7..c81bc4b 100644 (file)
@@ -57,7 +57,9 @@ struct _GstVideoConvert {
   GstVideoPrimariesMode primaries_mode;
   gdouble alpha_value;
   gint n_threads;
+#ifdef USE_TBM  
   GstBufferPool *pool;
+#endif  
 };
 
 struct _GstVideoConvertClass