Merge branch 'move_subdir' into tizen_gst_1.19.2_mono
[platform/upstream/gstreamer.git] / subprojects / gstreamer / gst / gstobject.h
index 85e8275..6035e29 100644 (file)
@@ -177,6 +177,9 @@ struct _GstObject {
   gchar         *name;        /* object name */
   GstObject     *parent;      /* this object's parent, weak ref */
   guint32        flags;
+#ifdef TIZEN_PROFILE_TV
+  gint           family_id;   /* inherit the parent's id */
+#endif
 
   /*< private >*/
   GList         *control_bindings;  /* List of GstControlBinding */