GNOME Bugzilla – Bug 722390
vaapisink: implement the GstColorBalance interface
Last modified: 2014-07-31 16:51:00 UTC
Created attachment 266522 [details] [review] vaapisink: implement the GstColorBalance interface add GstColorBalance support: hue/saturation/brightness/contrast
*** Bug 719414 has been marked as a duplicate of this bug. ***
This is a duplicate of bug #719414 but closed the other to keep the patch flow here. Thanks.
You need to implement the GstColorBalance interface instead.
Review of attachment 266522 [details] [review]: There are {get,set}_attribute() helpers to use.
Created attachment 267013 [details] [review] vaapisink: add colorbalance to property add GstColorBalance property: hue/saturation/brightness/contrast
Created attachment 267014 [details] [review] vaapisink: add gstcolorbalance interface add GstColorBalance interface: hue/saturation/brightness/contrast
Created attachment 267029 [details] [review] vaapisink: add colorbalance to property add GstColorBalance property: hue/saturation/brightness/contrast
Created attachment 267030 [details] [review] vaapisink: add GstColorBalance interface add GstColorBalance interface: hue/saturation/brightness/contrast
commit c201f738fe535d94c6526c38d1a7f205c3f32241 Author: Changzhi Wei <changzhix.wei@intel.com> Date: Thu Jan 23 15:44:09 2014 +0000 vaapisink: add support for GstColorBalance interface. https://bugzilla.gnome.org/show_bug.cgi?id=722390 [fixed channel names, simplified range factor, fixed memory leak] Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> commit 5a95cd564562974a3d65b2605a7bb26441ecf322 Author: Changzhi Wei <changzhix.wei@intel.com> Date: Thu Jan 23 15:23:00 2014 +0000 vaapisink: add support for colorbalance adjustment. https://bugzilla.gnome.org/show_bug.cgi?id=722390 [fixed and simplified tracking of colorbalance value changes] Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>