Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gst/goom/: Make goom reentrant by moving all important static variables into ↵ | Jan Schmidt | 2006-02-05 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | instance structures. Original commit message from CVS: * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY), (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_), (zoomFilterSetResolution), (zoomFilterDestroy), (zoomFilterFastRGB), (pointFilter): * gst/goom/filters.h: * gst/goom/goom_core.c: (goom_init), (goom_set_resolution), (goom_update), (goom_close): * gst/goom/goom_core.h: * gst/goom/goom_tools.h: * gst/goom/graphic.c: * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain): * gst/goom/gstgoom.h: * gst/goom/lines.c: (goom_lines): * gst/goom/lines.h: Make goom reentrant by moving all important static variables into instance structures. (Fixes #329181) | ||||
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 1 | -13/+13 |
| | | | | | Original commit message from CVS: gst-indent | ||||
* | Remove all config.h includes from header files, add it to each source file ↵ | Ronald S. Bultje | 2003-11-07 | 1 | -0/+4 |
| | | | | | | | and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files | ||||
* | Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc ↵ | Wim Taymans | 2002-02-01 | 1 | -0/+17 |
location=/opt/data/south.mp3 ! mad ! tee sil... Original commit message from CVS: Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc location=/opt/data/south.mp3 ! mad ! tee silent=true src%d! goom ! colorspace ! xvideosink tee0.src%d! osssink |