summaryrefslogtreecommitdiff
path: root/gst/midi
AgeCommit message (Expand)AuthorFilesLines
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-3/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+13
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2015-09-28Revert "midi: add an ALSA MIDI sequencer source"Stefan Sauer4-619/+1
2015-09-28midi: add an ALSA MIDI sequencer sourceAntonio Ospite4-1/+619
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2014-10-10midiparse: mention fluiddec instead of fluidsynthAntonio Ospite1-2/+2
2013-07-29midi: Fix handling of the SEGMENT querySebastian Dröge1-4/+18
2013-07-23midiparse: Add support for group-id in the stream-start eventSebastian Dröge2-2/+28
2013-05-28midiparse: In pull mode drop SEGMENT, CAPS and STREAM_START eventsSebastian Dröge1-0/+6
2013-05-28midiparse: Push stream-start event before anything elseSebastian Dröge1-0/+5
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-03-30midiparser: ensure variable is initialized and fix debug message accessJosep Torra1-1/+3
2013-03-22midi: set midi parser rank primaryWim Taymans1-1/+1
2013-03-22midiparse: always seek back to beginningWim Taymans1-11/+7
2013-03-22midiparse: implement seekingWim Taymans2-6/+169
2013-03-21midiparse: simplify the callbacksWim Taymans1-39/+66
2013-03-21midiparse: clean up tracksWim Taymans1-3/+19
2013-03-21midiparse: don't leak midi dataWim Taymans2-2/+5
2013-03-21midiparse: small cleanups in error pathsWim Taymans1-7/+13
2013-03-21midiparse: duration is max of all track durationsWim Taymans1-2/+10
2013-03-21midiparse: fix klassWim Taymans1-1/+1
2013-03-21midiparse: Update durationWim Taymans2-189/+318
2013-03-21midiparse: handle midi in RIFFWim Taymans1-6/+95
2013-03-21midiparse: small fixesWim Taymans1-35/+19
2013-03-21midi: set rank as marginalWim Taymans1-1/+1
2013-03-21midiparse: add basic midi parserWim Taymans4-0/+1078