gstreamer_core/libs/gst/controller/gstcontrollerprivate.h
branchRCL_3
changeset 29 567bb019e3e3
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
6:9b2c3c7a1a9c 29:567bb019e3e3
    39 {
    39 {
    40   GParamSpec *pspec;            /* GParamSpec for this property */
    40   GParamSpec *pspec;            /* GParamSpec for this property */
    41   gchar *name;                  /* name of the property */
    41   gchar *name;                  /* name of the property */
    42   GstControlSource *csource;    /* GstControlSource for this property */
    42   GstControlSource *csource;    /* GstControlSource for this property */
    43   gboolean disabled;
    43   gboolean disabled;
       
    44   GValue last_value;
    44 } GstControlledProperty;
    45 } GstControlledProperty;
    45 
    46 
    46 #define GST_CONTROLLED_PROPERTY(obj)    ((GstControlledProperty *)(obj))
    47 #define GST_CONTROLLED_PROPERTY(obj)    ((GstControlledProperty *)(obj))
    47 
    48 
       
    49 extern GQuark priv_gst_controller_key;
       
    50 
    48 G_END_DECLS
    51 G_END_DECLS
    49 
    52 
    50 #endif /* __GST_CONTROLLER_PRIVATE_H__ */
    53 #endif /* __GST_CONTROLLER_PRIVATE_H__ */