summaryrefslogtreecommitdiffstats
path: root/ext/timidity
AgeCommit message (Expand)AuthorFilesLines
2009-01-23Add README with midi related links.Stefan Kost1-0/+3
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+2
2008-07-22ext/timidity/gsttimidity.c: Fix compiler warning. Fixes #544050.Stefan Kost1-2/+0
2008-07-08ext/: Don't use declarations after statements.Sebastian Dröge1-1/+3
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2-16/+8
2008-06-11ext/timidity/gstwildmidi.*: Initialize wildmidi only once in the plugin init ...Sebastian Dröge2-14/+32
2008-05-16ext/timidity/gstwildmidi.c: Check some more common locations for a valid conf...Sebastian Dröge1-0/+22
2008-04-16ext/timidity/Makefile.am: Dist all source files, no matter if only timidity o...Sebastian Dröge1-5/+3
2008-03-13Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge2-2/+2
2008-02-25Remove midi typefinders and require base CVS as they moved there.Sebastian Dröge2-54/+0
2008-02-22ext/timidity/gstwildmidi.c: If WILDMIDI_CFG is not defined, define it to the ...Sebastian Dröge1-2/+6
2007-09-20Fix memory leaks. More to come.Stefan Kost2-8/+12
2007-08-15ext/timidity/gstwildmidi.*: Stefan Kost2-1/+19
2007-07-25ext/timidity/gsttimidity.*: Don't initialize timidity in plugin_init for simi...Stefan Kost2-13/+18
2007-07-24ext/timidity/gstwildmidi.*: Don't initialize wildmidi in plugin_init as it al...Stefan Kost2-56/+65
2007-07-18Add stdlib include (free, atoi, exit).Stefan Kost1-0/+1
2007-07-06docs/plugins/inspect/: Add missing inspect files. Fixes build (#454313).Tim-Philipp Müller1-2/+2
2007-07-03ext/timidity/: Fix licence (both are GPL). Add element docs.Stefan Kost3-5/+46
2007-06-08When driving the pipeline, also post an error when we get a not-linked flow r...Tim-Philipp Müller2-16/+30
2007-02-13Add crossreferences to glib/gobject/gstream docs. Also fix typo in timidity.c...Stefan Kost1-3/+8
2007-02-11Add second midi renderer. Fix some double frees and leaks. Clean up logging.Stefan Kost4-7/+993
2007-02-08Add timitity midi render plugin (#403992)Wouter Paesen3-0/+904