platform/upstream/gst-plugins-base.git
2015-03-12 Nirbheek Chauhanaudiomixer: Mark a discont when we receive a new segmen...
2015-03-04 Sebastian DrögeRevert "audiomixer: Latency is twice the output buffer...
2015-03-03 Sebastian Drögeaudiomixer: Latency is twice the output buffer duration...
2015-02-13 Tim-Philipp... audiomixer: use new gst_aggregator_pad_drop_buffer()
2015-02-13 Tim-Philipp... tests: remove GST_DISABLE_PARSE guards from two tests...
2015-02-12 Tim-Philipp... audiomixer: calculate stream_time used to sync pad...
2015-02-11 Sebastian DrögeImprove and fix LATENCY query handling
2015-02-06 Tim-Philipp... audiomixer: remove now-unused base_time field in object...
2015-02-05 Tim-Philipp... tests: audiomixer: add unit test for proper segment...
2015-02-05 Sebastian Drögeaudiomixer: Remove weird and wrong segment handling
2015-01-29 Thibault Saunieraggregator: Make the PAD_LOCK private
2015-01-29 Thibault Saunieraggregator: Hide GstAggregatorPad buffer and EOS fileds
2015-01-29 Olivier Crêteaudiomixer: Make flush start/stop test non-racy
2015-01-29 Olivier Crêteaudiomixer: Replace racy timeout based tested with...
2015-01-29 Olivier Crêteaudiomixer: Avoid race in caps negotiation
2015-01-29 Olivier Crêteaudiomixer: Clear GstAudioInfo the the caps
2015-01-29 Olivier Crêteaudiomixer: Don't reset caps on flush
2015-01-29 Olivier Crêteaggregator: Replace event lock with pad's object lock
2014-12-30 Tim-Philipp... audiomixer: update for aggregator start/stop vfunc...
2014-12-30 Tim-Philipp... audiomixer: fix output-block-size property description
2014-12-27 Nirbheek Chauhanaudiomixer: Document the pad properties
2014-12-23 Sebastian Drögeaudiomixer: If getting a timeout before having caps...
2014-12-23 Sebastian Drögeaudiomixer: Make sure to release the current buffer...
2014-12-23 Sebastian Drögeaudiomixer: Change blocksize property to output-buffer...
2014-12-22 Sebastian Drögeaudiomixer: Use the src query implementation of aggrega...
2014-12-21 Stefan Saueraudiomixer: fix build flag order
2014-12-19 Sebastian Drögeaudiomixer: Track discont-time per pad instead of globally
2014-12-18 Sebastian Drögeaudiomixer: We're only EOS if all our pads are actually EOS
2014-12-18 Sebastian Drögeaudiomixer: The pad's size is always supposed to be...
2014-12-17 Sebastian Drögeaggregator: Add function to allow subclasses to set...
2014-12-17 Sebastian Drögeaudiomixer: Make sure to not have pads being behind...
2014-12-17 Sebastian Drögeaggregator: Add a timeout parameter to ::aggregate()
2014-12-17 Sebastian Drögeaudiomixer: Add queues after the (live) sources in...
2014-12-16 Sebastian Drögeaudiomixer: Implement get_next_time()
2014-11-27 Thibault Saunieraudiomixer: Do not try to resize a buffer to a negative...
2014-10-25 Tim-Philipp... tests: fix audiomixer test on big endian systems
2014-10-21 Vineeth T Maudiomixer: critical error for blocksize, timeout min...
2014-10-09 Aurélien Zanellitest: use G_GSIZE_FORMAT in audiomixer test
2014-10-09 Matthew Watersaggregator: add latency query handling
2014-10-06 Thibault Saunieraudiomixer: Handle seek event in READY state
2014-10-06 Thibault Saunieraudiomixer: Set the sinkpad segments basetime after...
2014-10-06 Thibault Saunieraudiomixer: Port to GstAggregator
2014-05-03 Sebastian DrögeRelease 1.3.1
2014-03-11 Stefan Saueraudiomixer: set a group-id on the stream-start event
2014-01-16 Sebastian Drögeaudiomixer: Remove some useless assignments and skip...
2014-01-15 Sebastian Drögeaudiomixer: Fix and simplify overlap calculation
2013-12-19 Sebastian Drögeaudiomixer: Also resync timestamps on the RESYNC flag
2013-11-07 Sebastian Drögeaudiomixer: Add unit test for handling unaligned buffers
2013-11-07 Sebastian Drögeaudiomixer: Fix EOS handling if we have some pending...
2013-11-07 Sebastian Drögeaudiomixer: Add test for the discont handling
2013-11-07 Sebastian Drögeaudiomixer: Refactor sync test to be more reusable
2013-11-07 Sebastian Drögeaudiomixer: Remove some racy-ness from the unit test
2013-11-06 Sebastian Drögeaudiomixer: Don't take channel mask in consideration...
2013-11-06 Sebastian Drögeaudiomixer: Add simply synchronization test
2013-11-06 Sebastian Drögeaudiomixer: Add new element based on adder that does...