summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstop.c
Commit message (Collapse)AuthorAgeFilesLines
* effectv: Fix compilation with gcc 3Peter Kjellerstedt2009-08-311-12/+10
| | | | | | | | Recent changes in gst-plugins-good/gst/effectv prevents it from being compiled with gcc 3. The problem is that the new code uses preprocessor conditionals within a macro call which does not work with older versions of gcc. Fixes bug #593688.
* effectv: Fix processing on big endian architecturesSebastian Dröge2009-07-161-0/+8
|
* effectv: Make the optv threshold property an uintSebastian Dröge2009-07-161-4/+4
|
* effect: Add optv effect filter from the effectv projectSebastian Dröge2009-07-161-0/+416
This filter binarizes input frames and combines them with various optical pattern. Kindly relicensed to LGPL2+ by Kentaro Fukuchi <fukuchi@megaui.net>. Fixes bug #588349.