summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-111-6/+6
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-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 gob example pluginBastien Nocera2002-01-202-0/+162
| | | | | Original commit message from CVS: - added gob example plugin
* hrmAndy Wingo2002-01-071-0/+5
| | | | | Original commit message from CVS: hrm
* Added a check for sidplayWim Taymans2002-01-062-0/+96
Original commit message from CVS: Added a check for sidplay Added a capsfilter example