platform/upstream/gstreamer.git
2017-12-02 Sebastian Drögeaggregator: Document that get_next_time() should return...
2017-12-02 Olivier Crêteaggregator: Also ignore start-time on seek from gst_ele...
2017-12-02 Olivier Crêtetests: Add test for seeking live pipelines
2017-12-02 Olivier Crêtetests: Make source live to re-enable aggregator timeout...
2017-12-02 Olivier Crêteaggregator: Queue "latency" buffers at each sink pad.
2017-12-02 Olivier Crêteaggregator: Default to "zero" start time selection...
2017-12-02 Olivier Crêteaggregator: Ignore the "first" mode if the segment...
2017-12-02 Sebastian Drögeaggregator: Add property to select how to decide on...
2017-12-02 Sebastian Drögeaggregator: Query the peer latency again on the next...
2017-12-02 Thiago Santosaggregator: add a convenience macro to get the source pad
2017-12-02 Olivier Crêteaggregator: Document that the latency is in ns
2017-12-02 Jan Schmidtaggregator: Push EOS on error return.
2017-12-02 Reynaldo H... aggregator: document gap handling behavior
2017-12-02 Reynaldo H... aggregator: drop stale white space at warning
2017-12-02 Reynaldo H... aggregator: fix typo in test suite
2017-12-02 Reynaldo H... aggregator: add gap event handling unit test
2017-12-02 Reynaldo H... aggregator: implement gap handling
2017-12-02 Olivier Crêteaggregator: Unify downstream flow return and flushing
2017-12-02 Olivier Crêteaggregator: Flushing is always in pad lock, no need...
2017-12-02 Olivier Crêteaggregator: Reset pending_eos on pad flush
2017-12-02 Olivier Crêteaggregator: Unify code to set a pad flushing
2017-12-02 Olivier Crêteaggregator: Query latency on first incoming buffer.
2017-12-02 Olivier Crêteaggregator: Be more aggressive with invalid replies...
2017-12-02 Matthew Watersaggregatory: don't redefine GST_FLOW_CUSTOM_SUCCESS
2017-12-02 Arun Raghavanaggregator: Use standard upstream latency querying...
2017-12-02 Olivier Creteaggregator: Use src_lock to protect latency related...
2017-12-02 Olivier Crêteaggregator: Remove untrue comment
2017-12-02 Olivier Crêteaggregator: Don't try to push tags while flush seeking
2017-12-02 Sebastian Drögeaggregator: Use the sinkpads iterator directly to query...
2017-12-02 Sebastian Drögeaggregator: Move gst_aggregator_get_latency_unlocked...
2017-12-02 Sebastian Drögeaggregator: Fail the latency query if one of the upstre...
2017-12-02 Olivier Crêteaggregator: Document locking order
2017-12-02 Olivier Crêteaggregator: Rename confusinly named SRC_STREAM_LOCK...
2017-12-02 Olivier Crêteaggregator: Rename confusingly named stream lock to...
2017-12-02 Olivier Crêteaggregator: Fix macro indendation
2017-12-02 Tim-Philipp... aggregator: drop GAP events until we handle them properly
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...
next