GNOME Bugzilla – Bug 666542
Visual Magnifier Blue Foreground Yellow Background color filter
Last modified: 2012-01-06 11:27:49 UTC
Created attachment 203889 [details] [review] The patch file generated by git format-patch -n1 This change is meant to provide support for a high contrast color filter that used under gnome-video-effects. This filter in gst-plugins-bad/gst/coloreffects/ is meant to be used in concert with other pipelines to make it a high contrast image. This modification was developed and tested on a stable .10.x build of gst-plugins-bad.
Review of attachment 203889 [details] [review]: ::: gst/coloreffects/gstcoloreffects.c @@ +582,1 @@ default: Missing break.
Created attachment 203899 [details] [review] Resending of the proposed patch Did not copy over a break statement (as mentioned). Break statement has been added.
Thanks, pushed (both patches merged, and with a "Since: 0.10.24" tag added to the new enum). commit 36c496b8f144f6441a46cca86987671f7cddca74 Author: David Biomech360 <ddes310@yahoo.com> Date: Mon Dec 19 11:24:31 2011 -0500 coloreffects: added support for a visual magnifier color filter to be used in gnome-video-effects https://bugzilla.gnome.org/show_bug.cgi?id=666542