summaryrefslogtreecommitdiff
path: root/gst/audiomixer
Commit message (Expand)AuthorAgeFilesLines
* audioaggregator: Only skip the remaining part of a GAP bufferSebastian Dröge2015-09-181-1/+1
* Don't throw compiler warnings with G_DISABLE_ASSERTJan Schmidt2015-09-181-2/+7
* audioaggregator: Fix mixup of running times and segment positionsSebastian Dröge2015-09-141-38/+100
* audioaggregator: Use stream time in the position query instead of segment pos...Sebastian Dröge2015-09-141-2/+3
* audiointerleave: Avoid caps processing if not yet negotiatedOlivier Crête2015-07-301-0/+7
* audioaggregator: On timeout, resync pads with not enough dataOlivier Crête2015-07-301-0/+14
* aggregator: Queue "latency" buffers at each sink pad.Olivier Crête2015-07-301-1/+1
* audioaggregator: Register function nameOlivier Crête2015-07-221-1/+1
* audioaggregator: Use 1.0 style buffer allocationOlivier Crête2015-07-221-2/+2
* audioaggregator: Sync pad values before aggregatingNirbheek Chauhan2015-07-221-10/+27
* audioaggregator: Read output buffer duration with lock heldOlivier Crête2015-07-211-4/+3
* audiomixer: fix misleading documentation copied from adderTim-Philipp Müller2015-06-091-2/+1
* Release 1.5.11.5.1Sebastian Dröge2015-06-071-181/+125
* 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
* Revert "doc: Workaround gtkdoc issue"Stefan Sauer2015-05-181-2/+1
* doc: Workaround gtkdoc issueNicolas Dufresne2015-05-161-1/+2
* audiomixer: Allow downstream caps with a non-default channel-maskOlivier Crête2015-04-011-1/+27
* audioaggregator: check sink caps are validLuis de Bethencourt2015-03-241-1/+5
* Revert "audioaggregator: check sink caps are valid"Luis de Bethencourt2015-03-241-1/+1
* audioaggregator: check sink caps are validLuis de Bethencourt2015-03-241-1/+1
* audiointerleave: Set src caps in aggregateOlivier Crête2015-03-162-105/+79
* audiointerleave: Add interleave element based on audioaggregatorOlivier Crête2015-03-164-2/+1030
* audioaggregator: Print a message when a buffer is lateOlivier Crête2015-03-161-0/+5
* audioaggregator: Don't re-send the caps if they did not changeOlivier Crête2015-03-161-4/+7
* audioaggregator: Split base class from audiomixerOlivier Crête2015-03-165-1035/+1542
* audiomixer: Release pad object lock before dropping bufferOlivier Crête2015-03-161-3/+9
* audiomixer: Only ignore pads with no buffers on timeoutOlivier Crête2015-03-161-3/+15
* audiomixer: Only advance by the buffer size when a buffer is lateOlivier Crête2015-03-161-4/+2
* audiomixer: Fix discont detection and buffer alignment codeSebastian Dröge2015-03-121-3/+2
* audiomixer: Add locking to fill_buffer and fix mix_bufferNirbheek Chauhan2015-03-121-4/+13
* audiomixer: Mark a discont when we receive a new segment eventNirbheek Chauhan2015-03-122-1/+11
* Revert "audiomixer: Latency is twice the output buffer duration, not only once"Sebastian Dröge2015-03-041-4/+3
* audiomixer: Latency is twice the output buffer duration, not only onceSebastian Dröge2015-03-031-3/+4
* audiomixer: use new gst_aggregator_pad_drop_buffer()Tim-Philipp Müller2015-02-131-27/+6
* audiomixer: calculate stream_time used to sync pad values correctlyTim-Philipp Müller2015-02-121-4/+2
* Improve and fix LATENCY query handlingSebastian Dröge2015-02-111-2/+3
* audiomixer: remove now-unused base_time field in object structureTim-Philipp Müller2015-02-061-3/+1
* audiomixer: Remove weird and wrong segment handlingSebastian Dröge2015-02-051-34/+0
* aggregator: Make the PAD_LOCK privateThibault Saunier2015-01-291-3/+3
* aggregator: Hide GstAggregatorPad buffer and EOS filedsThibault Saunier2015-01-291-2/+2
* audiomixer: Clear GstAudioInfo the the capsOlivier Crête2015-01-291-0/+1
* audiomixer: Don't reset caps on flushOlivier Crête2015-01-291-1/+5
* aggregator: Replace event lock with pad's object lockOlivier Crête2015-01-291-3/+3
* audiomixer: update for aggregator start/stop vfunc changeTim-Philipp Müller2014-12-301-6/+0
* audiomixer: fix output-block-size property descriptionTim-Philipp Müller2014-12-301-1/+1
* audiomixer: Document the pad propertiesNirbheek Chauhan2014-12-271-0/+12
* audiomixer: If getting a timeout before having caps, just advance our positionSebastian Dröge2014-12-231-8/+30
* audiomixer: Make sure to release the current buffer in reset()Sebastian Dröge2014-12-231-0/+1
* audiomixer: Change blocksize property to output-buffer-duration in time formatSebastian Dröge2014-12-232-23/+35