Merge branch 'move_subdir_rtsp-server' into tizen_gst_1.19.2_mono
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-good / sys / v4l2 / gstv4l2object.h
index e5ed0ac..3b97c5f 100644 (file)
@@ -131,6 +131,14 @@ struct _GstV4l2Object {
   /* the video device */
   char *videodev;
 
+#ifdef TIZEN_FEATURE_V4L2SRC_AUTO_SCAN_DEVICE_NODE
+  /* auto scan device */
+  gboolean auto_scan_device;
+#endif /* TIZEN_FEATURE_V4L2SRC_AUTO_SCAN_DEVICE_NODE */
+#ifdef TIZEN_FEATURE_V4L2_TBM_SUPPORT
+  gboolean tbm_output;
+#endif /* TIZEN_FEATURE_V4L2_TBM_SUPPORT */
+
   /* the video-device's file descriptor */
   gint video_fd;
   GstV4l2IOMode mode;