Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removal of //-style comments don't link plugins to core libs -- the ↵ | Andy Wingo | 2002-03-19 | 1 | -1/+1 |
| | | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory. | ||||
* | Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc ↵ | Wim Taymans | 2002-02-01 | 1 | -0/+29 |
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 |