GNOME Bugzilla – Bug 750691
playsink: fix the channel of color balance element
Last modified: 2015-06-10 11:12:57 UTC
The mapping of the playsink proxy channel to the color balance element channel is wrong, because the proxy channel is usede instead of color balance element channel.
Created attachment 304936 [details] [review] playsink: fix the channel of color balance element When traversing the color balance element channel list to find the one that matches with the playsink proxy, the assignation was set to iterator of the playsink proxy, not the balance element. Thus, the mapping to the values of the balance element channel was wrong. This patch fixes the assignation of the color balance element channel, so the mapping to the channel of the color balance element is fixed.
Comment on attachment 304936 [details] [review] playsink: fix the channel of color balance element Thanks :)
commit 7b78a33dc61e3ba33cfe0a39c548269d798d7fa5 Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Date: Wed Jun 10 12:26:38 2015 +0200 playsink: fix the channel of color balance element When traversing the color balance element channel list to find the one that matches with the playsink proxy, the assignation was set to iterator of the playsink proxy, not the balance element. Thus, the mapping to the values of the balance element channel was wrong. This patch fixes the assignation of the color balance element channel, so the mapping to the channel of the color balance element is fixed. https://bugzilla.gnome.org/show_bug.cgi?id=750691