Home
last modified time | relevance | path

Searched defs:_GstColorBalanceInterface (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dcolorbalance.h71 struct _GstColorBalanceInterface { struct
72 GTypeInterface iface;
75 const GList * (* list_channels) (GstColorBalance *balance);
77 void (* set_value) (GstColorBalance *balance,
80 gint (* get_value) (GstColorBalance *balance,
82 GstColorBalanceType (*get_balance_type) (GstColorBalance *balance);
85 void (* value_changed) (GstColorBalance *balance,
90 gpointer _gst_reserved[GST_PADDING];