gstreamer_core/libs/gst/controller/gstcontrollerprivate.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    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;
       
    45 } GstControlledProperty;
    44 } GstControlledProperty;
    46 
    45 
    47 #define GST_CONTROLLED_PROPERTY(obj)    ((GstControlledProperty *)(obj))
    46 #define GST_CONTROLLED_PROPERTY(obj)    ((GstControlledProperty *)(obj))
    48 
    47 
    49 extern GQuark priv_gst_controller_key;
       
    50 
       
    51 G_END_DECLS
    48 G_END_DECLS
    52 
    49 
    53 #endif /* __GST_CONTROLLER_PRIVATE_H__ */
    50 #endif /* __GST_CONTROLLER_PRIVATE_H__ */