mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
cff880401d
The loop in zoomFilterSetResolution is meant to change the values in the zf->firedec[] array. Each iteration writes the value of decc onto the arrya, but no conditions that change the value of decc are ever met and the array is filled with zero for each element. Which is the initial state of the array before the loop begins. The loop does nothing. https://bugzilla.gnome.org/show_bug.cgi?id=728353 |
||
---|---|---|
.. | ||
.gitignore | ||
filters.c | ||
filters.h | ||
filters_mmx.s | ||
goom.vcproj | ||
goom_core.c | ||
goom_core.h | ||
goom_tools.h | ||
graphic.c | ||
graphic.h | ||
gstgoom.c | ||
gstgoom.h | ||
lines.c | ||
lines.h | ||
Makefile.am | ||
README |
The Goom plugin is based on the Goom visualization code from the Goom homepage found at: http://ios.free.fr/?page=projet&quoi=1 Like the original library so is the Goom plugin available under the LGPL license