diff options
author | Matthew Waters <matthew@centricular.com> | 2016-01-27 20:23:21 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2016-01-27 20:24:37 +1100 |
commit | 63a564be96fb89f38dfb7841f22f90228a274b71 (patch) | |
tree | 143251119f825e98b01aadb2df38eea46790a4c8 /ext | |
parent | 0fe34bfc1ddd9b8f860ec39b918e7ef13d1ff783 (diff) | |
download | gstreamer-plugins-bad-63a564be96fb89f38dfb7841f22f90228a274b71.tar.gz |
glcolorbalance: return HARDWARE from get_balance_type
Diffstat (limited to 'ext')
-rw-r--r-- | ext/gl/gstglcolorbalance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gl/gstglcolorbalance.c b/ext/gl/gstglcolorbalance.c index 88c145f54..27dcb00e8 100644 --- a/ext/gl/gstglcolorbalance.c +++ b/ext/gl/gstglcolorbalance.c @@ -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 |