platform/upstream/gstreamer.git
2017-12-02 Tim-Philipp... aggregator: use new gst_aggregator_pad_drop_buffer()
2017-12-02 Tim-Philipp... aggregator: add gst_aggregator_pad_drop_buffer()
2017-12-02 Tim-Philipp... aggregator: only post latency message if anything changed
2017-12-02 Sebastian DrögeImprove and fix LATENCY query handling
2017-12-02 Sebastian Drögeaggregator: Pause srcpad task on flow errors
2017-12-02 Sebastian Drögeaggregator: Streamline latency calculations
2017-12-02 Sebastian Drögeaggregator: If upstream has no max latency but the...
2017-12-02 Sebastian Drögeaggregator: Fix min>max latency error check
2017-12-02 Sebastian Drögeaggregator: Don't add the latency property to the max...
2017-12-02 Thibault Saunieraggregator: Cleanup locking around AggregatorPad flush...
2017-12-02 Mathieu Duponchelleaggregator: keep chain functions as dumb as possible.
2017-12-02 Thibault Saunieraggregator: More fixes around locking when accessing...
2017-12-02 Thibault Saunieraggregator: Make the PAD_LOCK private
2017-12-02 Thibault Saunieraggregator: Hide GstAggregatorPad buffer and EOS fileds
2017-12-02 Olivier Crêteaggregator: Document locking of GstAggregatorPrivate...
2017-12-02 Olivier Crêteaggregator: Document how the segment is protected
2017-12-02 Olivier Crêteaggregator: Protect all latency related members with...
2017-12-02 Olivier Crêteaggregator: Document locking for gst_aggregator_get_lat...
2017-12-02 Olivier Crêteaggregator: Protect the srcpad caps negotiation with...
2017-12-02 Olivier Crêteaggregator: Protect the tags with the object lock
2017-12-02 Olivier Crêteaggregator: Consistenly lock the flow_return state
2017-12-02 Olivier Crêteaggregator: Consistently lock some members
2017-12-02 Olivier Crêteaggregator: Protect exported pad members with the pad...
2017-12-02 Olivier Crêteaggregator: Replace event lock with pad's object lock
2017-12-02 Olivier Crêteaggregator: Protect data with the same mutex as GCond
2017-12-02 Nirbheek Chauhanaggregator: Nitpick spacing/punctuation in debug logging
2017-12-02 Olivier Crêteaggregator: Remove pointless atomic
2017-12-02 Olivier Crêteaggregator: Fix query leak
2017-12-02 Sebastian Drögeaggregator: Print jitter from clock waiting in the...
2017-12-02 Tim-Philipp... aggregator: don't use iterator when setting flush pendi...
2017-12-02 Tim-Philipp... aggregator: check if pads are ready more efficiently
2017-12-02 Tim-Philipp... aggregator: name vfunc arguments consistently
2017-12-02 Tim-Philipp... aggregator: add g-i transfer and scope annotations
2017-12-02 Tim-Philipp... aggregator: register names of iterate_sinkpads function...
2017-12-02 Tim-Philipp... aggregator: reduce debug messages for taking/releasing...
2017-12-02 Tim-Philipp... aggregator: move property member into private structure
2017-12-02 Tim-Philipp... aggregator: remove empty dispose function
2017-12-02 Tim-Philipp... aggregator: give private functions namespace prefix
2017-12-02 Tim-Philipp... aggregator: fix up some docs comments in header
2017-12-02 Tim-Philipp... aggregator: remove now-unused system clock member
2017-12-02 Tim-Philipp... aggregator: make GstAggregatorPadForeachFunc take an...
2017-12-02 Tim-Philipp... aggregator: bring start/stop vfunc semantics in line...
2017-12-02 Tim-Philipp... aggregator: remove pointless GST_DEBUG_FUNCPTR
2017-12-02 Tim-Philipp... aggregator: remove duplicate pad parent_class variable
2017-12-02 Tim-Philipp... aggregator: add _CAST() variants for cast macros
2017-12-02 Tim-Philipp... aggregator: make padding larger
2017-12-02 Nirbheek Chauhanaggregator: Log to the pad instead of the element
2017-12-02 Sebastian Drögeaggregator: Make sure that the minimum latencies are...
2017-12-02 Sebastian Drögeaggregator: Wait for the minimum latency, not the maximum
2017-12-02 Nirbheek Chauhanaggregator: Clamp the min latency at the max if it...
2017-12-02 Nirbheek Chauhanaggregator: Print the sinkpad name while logging latenc...
2017-12-02 Nirbheek Chauhanaggregator: Take the stream lock when iterating sink...
2017-12-02 Sebastian Drögeaggregator: Don't leak flush-start events
2017-12-02 Sebastian Drögeaggregator: Also change the default latency to 0, not...
2017-12-02 Sebastian Drögeaggregator: Fix docs and default value of the latency...
2017-12-02 Sebastian Drögeaggregator: Also include the subclass latency in the...
2017-12-02 Sebastian Drögeaggregator: Post a latency message if the value of...
2017-12-02 Sebastian Drögeaggregator: Wake up the src thread after handling a...
2017-12-02 Sebastian Drögeaggregator: Don't count the number of times we need...
2017-12-02 Sebastian Drögeaggregator: Add function to allow subclasses to set...
2017-12-02 Sebastian Drögeaggregator: Add a timeout parameter to ::aggregate()
2017-12-02 Tim-Philipp... tests: fix aggregator unit test after property renaming
2017-12-02 Sebastian Drögeaggregator: Some minor cleanup
2017-12-02 Matthew Watersaggregator: make the src pad task drive the pipeline...
2017-12-02 Sebastian Rasmussentests/aggregator: Use correct type when setting property
2017-12-02 Sebastian Drögeaggregator: Unblock events/queries immediately if the...
2017-12-02 Sebastian Drögeaggregator: Drop serialized events/queries if the pad...
2017-12-02 Sebastian Drögeaggregator: Block serialized events/queries until the...
2017-12-02 Sebastian Drögeaggregator: Fix typo in debug output
2017-12-02 Matthew Watersaggregator: add _get_latency() for subclass usage
2017-12-02 Vineeth T Maudiomixer: critical error for blocksize, timeout min...
2017-12-02 Matthew Waterstests/aggregator: add timeout handling test for the...
2017-12-02 Matthew Watersaggregator: add latency query handling
2017-12-02 Matthew Watersaggregator: add a timeout property determining buffer...
2017-12-02 Jan Alexander... aggregator: Replace GMainContext with GAsyncQueue (v2)
2017-12-02 Mathieu Duponchelleaggregator: Set seqnum only when segments are received.
2017-12-02 Thibault Saunieraggregator: Add a streaming lock so to secure flush...
2017-12-02 Thibault Saunieraggregator: Query seeking when a seek failed to see...
2017-12-02 Mathieu Duponchelleaggregator: set future seqnum before propagating the...
2017-12-02 Thibault Saunieraggregator: Store segment when seeked in READY for...
2017-12-02 Sebastian Drögeaggregator: Unref the taglist in GstAggregator::stop()
2017-12-02 Thibault Saunieraggregator: Take lock to ensure set_caps is not called...
2017-12-02 Matthew Watersaggregator: fix up doc comment for set_src_caps
2017-12-02 Matthew Watersvideoaggregator: push the caps event as soon as we...
2017-12-02 Mathieu Duponchelleaggregator: Reset flow_return *after* stopping the...
2017-12-02 Thibault Saunieraggregator: Flush sinkpads when stopping
2017-12-02 Thibault Saunieraggregator: Do not forget to reset the flow return...
2017-12-02 Thibault Saunieraggregator: Handle event seqnum
2017-12-02 Tim-Philipp... aggregator: fix locking
2017-12-02 Thibault Saunieraggregator: Avoid destroying sources we do not own
2017-12-02 Thiago Santostests: aggregator: fix various leaks in the tests
2017-12-02 Thiago Santosaggregator: always store or unref the buffer on the...
2017-12-02 Thiago Santosaggregator: always unref the buffer on _finish function
2017-12-02 Thiago Santosaggregator: add dispose/finalize functions
2017-12-02 Matthew Watersaggregator: plug a memory leak of the srccaps
2017-12-02 Thibault Saunierlibs:base: Properly declare APIs as UNSTABLE
2017-12-02 Thibault Saunieraggregator: Fix requested pad name
2017-12-02 Thibault Saunieraggregator: Add new GstAggregator base class