Merge branch 'move_subdir_good' into tizen_gst_1.19.2_mono
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-good / sys / v4l2 / gstv4l2src.h
index 39a5baf..a47a66d 100644 (file)
@@ -71,6 +71,11 @@ struct _GstV4l2Src
 
   /* maintain signal status, updated during negotiation */
   gboolean no_signal;
+
+#ifdef TIZEN_FEATURE_V4L2SRC_SUPPORT_CAMERA_ID
+  /* Properties */
+  guint camera_id;
+#endif /* TIZEN_FEATURE_V4L2SRC_SUPPORT_CAMERA_ID */
 };
 
 struct _GstV4l2SrcClass