summaryrefslogtreecommitdiff
path: root/gst/audiomixer/gstaudiointerleave.c
Commit message (Expand)AuthorAgeFilesLines
* audiomixer: allow per feature registrationStéphane Cerveau2021-03-161-3/+3
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle2020-06-031-0/+2
* Pass the code through codespellThibault Saunier2019-08-301-1/+1
* audioaggregator: remove GstAudioAggregator->infoMathieu Duponchelle2018-03-011-5/+7
* audioaggregator: refactor conversion APIMathieu Duponchelle2018-03-011-3/+2
* audioaggregator: implement input conversionMathieu Duponchelle2017-12-191-1/+1
* aggregator: Remove klass->sinkpads_typeMathieu Duponchelle2017-11-221-5/+2
* audioaggregate: Don't hold object locks across calls to aggregate_oneOlivier Crête2017-05-211-0/+6
* audiointerleave: Take object lock while modifying channel countOlivier Crête2017-05-201-3/+10
* aggregator: add simple support for caps handlingMatthew Waters2017-05-201-44/+30
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* audiointerleave: don't overflow channel map with >64 channelsDouglas Bagnall2017-03-311-5/+11
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-6/+5
* audiointerleave: Avoid caps processing if not yet negotiatedOlivier Crête2015-07-301-0/+7
* audiointerleave: Always have "channels" be the actual pad countOlivier Crête2015-06-011-7/+5
* audiointerleave: Use the channel count from the set capsOlivier Crête2015-06-011-3/+4
* audiointerleave: Set src caps in aggregateOlivier Crête2015-03-161-104/+78
* audiointerleave: Add interleave element based on audioaggregatorOlivier Crête2015-03-161-0/+921