summaryrefslogtreecommitdiff
path: root/gst/audiobuffersplit/gstaudiobuffersplit.c
Commit message (Expand)AuthorAgeFilesLines
* audiobuffersplit: Remove unneeded buffer_clip wrapperNicolas Dufresne2021-09-221-10/+1
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-8/+6
* audiobuffersplit: Calculate the correct size for fixed size buffersJan Schmidt2020-12-171-2/+3
* audio: Use new AudioFormatInfo::fill_silence functionMarijn Suijten2020-11-261-1/+1
* audiobuffersplit: Add support for specifying output buffer sizeSanchayan Maity2020-09-211-0/+30
* audiobuffersplit: Specify in the template caps that only interleaved audio is...Sebastian Dröge2020-06-231-2/+4
* audiobuffersplit: Unset DISCONT flag if not discontinuousSebastian Dröge2020-05-251-1/+6
* audiobuffersplit: Perform discont tracking on running timeSebastian Dröge2020-05-111-52/+79
* audiobuffersplit: Keep incoming and outgoing segments separateSebastian Dröge2020-05-111-10/+32
* audiobuffersplit: Added max-silence-time propertyVivia Nikolaidou2019-02-211-82/+116
* audiobuffersplit: Fix format string warningJohan Bjäreholt2018-08-281-2/+2
* audiobuffersplit: Add a gapless mode which inserts silence/drops samples on d...Sebastian Dröge2018-08-171-11/+176
* audiobuffersplit: Always set DISCONT flag after resyncsSebastian Dröge2018-08-171-0/+4
* audiobuffersplit: Keep track of resync time separatelySebastian Dröge2018-08-171-5/+2
* audiobuffersplit: Update output buffer size after each buffer to compensate f...Sebastian Dröge2018-08-171-0/+7
* audiobuffersplit: Drain pending samples if the caps are changingSebastian Dröge2017-09-281-3/+28
* audiobuffersplit: Use new GstAudioStreamAlign APISebastian Dröge2017-09-281-91/+62
* audiobuffersplit: Allow changing the output-buffer-duration at any timeSebastian Dröge2017-05-111-40/+87
* audiobuffersplit: Install srcpad query function on the srcpad, not the sinkpadSebastian Dröge2017-03-221-1/+1
* audiobuffersplit: Add strict-buffer-size propertyVivia Nikolaidou2017-02-221-2/+26
* audiobuffersplit: Don't try to output anything if samples_per_buffer == 0Sebastian Dröge2016-12-231-0/+4
* audiobuffersplit: New element that splits raw audio buffers into equal-sized ...Sebastian Dröge2016-11-231-0/+574