mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
glcolorbalance: return HARDWARE from get_balance_type
This commit is contained in:
parent
0fe34bfc1d
commit
63a564be96
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ gst_gl_color_balance_colorbalance_get_value (GstColorBalance * balance,
|
|||
static GstColorBalanceType
|
||||
gst_gl_color_balance_colorbalance_get_balance_type (GstColorBalance * balance)
|
||||
{
|
||||
return GST_COLOR_BALANCE_SOFTWARE;
|
||||
return GST_COLOR_BALANCE_HARDWARE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue