mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
interfaces: Add docs for gst_color_balance_get_balance_type()
This commit is contained in:
parent
ce34fdfc30
commit
29b063b39b
1 changed files with 10 additions and 0 deletions
|
@ -184,6 +184,16 @@ gst_color_balance_get_value (GstColorBalance * balance,
|
|||
return channel->min_value;
|
||||
}
|
||||
|
||||
/**
|
||||
* gst_color_balance_get_balance_type:
|
||||
* @balance: The #GstColorBalance implementation
|
||||
*
|
||||
* Get the #GstColorBalanceType of this implementation.
|
||||
*
|
||||
* Returns: A the #GstColorBalanceType.
|
||||
*
|
||||
* Since: 0.10.24
|
||||
*/
|
||||
GstColorBalanceType
|
||||
gst_color_balance_get_balance_type (GstColorBalance * balance)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue