summaryrefslogtreecommitdiff
path: root/ext/timidity/gsttimidity.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-06-20timidity: Fix flag checkingEdward Hervey1-1/+1
2012-06-20update for task api changeWim Taymans1-2/+3
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-16don't pass random pointers to pull_rangeWim Taymans1-1/+1
2011-07-20Fix compilation for unused but not setNicolas Dufresne1-3/+0
2010-09-21timidity: Don't post an error message on the bus for UNEXPECTEDSebastian Dröge1-1/+8
2010-09-05timidity: Fix unitialized variables (gcc 4.4.4)Edward Hervey1-2/+2
2010-04-29Fix printf format strings for gcc 4.5Руслан Ижбулатов1-1/+1
2010-03-22Add -Wwrite-stringsBenjamin Otte1-1/+1
2010-03-22Add -Wredundant-decls flagBenjamin Otte1-3/+0
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+3
2009-09-04wildmidi/timidity: Add audio/riff-midi to the src pad template capsSebastian Dröge1-1/+1
2008-07-22ext/timidity/gsttimidity.c: Fix compiler warning. Fixes #544050.Stefan Kost1-2/+0
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-8/+4
2008-03-13Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge1-1/+1
2008-02-25Remove midi typefinders and require base CVS as they moved there.Sebastian Dröge1-27/+0
2007-09-20Fix memory leaks. More to come.Stefan Kost1-4/+6
2007-07-25ext/timidity/gsttimidity.*: Don't initialize timidity in plugin_init for simi...Stefan Kost1-13/+16
2007-07-03ext/timidity/: Fix licence (both are GPL). Add element docs.Stefan Kost1-2/+21
2007-06-08When driving the pipeline, also post an error when we get a not-linked flow r...Tim-Philipp Müller1-8/+15
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 Kost1-3/+5
2007-02-08Add timitity midi render plugin (#403992)Wouter Paesen1-0/+805