summaryrefslogtreecommitdiffstats
path: root/gst/spectrum/demo-osssrc.c
AgeCommit message (Collapse)AuthorFilesLines
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-4/+4
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-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.
2002-01-04spectrum.c -> demo-osssrc.cAndy Wingo1-0/+81
Original commit message from CVS: spectrum.c -> demo-osssrc.c