summaryrefslogtreecommitdiff
path: root/gst/audiobuffersplit
AgeCommit message (Expand)AuthorFilesLines
2018-08-28audiobuffersplit: Fix format string warningJohan Bjäreholt1-2/+2
2018-08-17audiobuffersplit: Add a gapless mode which inserts silence/drops samples on d...Sebastian Dröge2-11/+178
2018-08-17audiobuffersplit: Always set DISCONT flag after resyncsSebastian Dröge1-0/+4
2018-08-17audiobuffersplit: Keep track of resync time separatelySebastian Dröge2-5/+3
2018-08-17audiobuffersplit: Update output buffer size after each buffer to compensate f...Sebastian Dröge1-0/+7
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-09-28audiobuffersplit: Drain pending samples if the caps are changingSebastian Dröge1-3/+28
2017-09-28audiobuffersplit: Use new GstAudioStreamAlign APISebastian Dröge2-97/+63
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-11audiobuffersplit: Allow changing the output-buffer-duration at any timeSebastian Dröge1-40/+87
2017-03-22audiobuffersplit: Install srcpad query function on the srcpad, not the sinkpadSebastian Dröge1-1/+1
2017-02-22audiobuffersplit: Add strict-buffer-size propertyVivia Nikolaidou2-2/+28
2016-12-23audiobuffersplit: Don't try to output anything if samples_per_buffer == 0Sebastian Dröge1-0/+4
2016-11-23audiobuffersplit: New element that splits raw audio buffers into equal-sized ...Sebastian Dröge4-0/+676