Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc location...
authorWim Taymans <wim.taymans@gmail.com>
Fri, 1 Feb 2002 19:28:30 +0000 (19:28 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 1 Feb 2002 19:28:30 +0000 (19:28 +0000)
commit4d3b1472e78ac7c12460b26914c9a294a3de573a
tree4d9b1f0a6698385b086e37381b75b2d93bf85e39
parente5faa112b67c7681f653949413799180c7382451
Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc 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
12 files changed:
gst/goom/Makefile.am [new file with mode: 0644]
gst/goom/filters.c [new file with mode: 0644]
gst/goom/filters.h [new file with mode: 0644]
gst/goom/filters_mmx.s [new file with mode: 0644]
gst/goom/goom_core.c [new file with mode: 0644]
gst/goom/goom_core.h [new file with mode: 0644]
gst/goom/goom_tools.h [new file with mode: 0644]
gst/goom/graphic.c [new file with mode: 0644]
gst/goom/graphic.h [new file with mode: 0644]
gst/goom/gstgoom.c [new file with mode: 0644]
gst/goom/lines.c [new file with mode: 0644]
gst/goom/lines.h [new file with mode: 0644]