aggregator: make GstAggregatorPadForeachFunc take an GstAggregatorPad
[platform/upstream/gstreamer.git] / libs / gst / base /
2017-12-02 Tim-Philipp Mülleraggregator: make GstAggregatorPadForeachFunc take an...
2017-12-02 Tim-Philipp Mülleraggregator: bring start/stop vfunc semantics in line...
2017-12-02 Tim-Philipp Mülleraggregator: remove pointless GST_DEBUG_FUNCPTR
2017-12-02 Tim-Philipp Mülleraggregator: remove duplicate pad parent_class variable
2017-12-02 Tim-Philipp Mülleraggregator: add _CAST() variants for cast macros
2017-12-02 Tim-Philipp Mülleraggregator: 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 Sebastian Drögeaggregator: Some minor cleanup
2017-12-02 Matthew Watersaggregator: make the src pad task drive the pipeline...
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 Watersaggregator: add latency query handling
2017-12-02 Matthew Watersaggregator: add a timeout property determining buffer...
2017-12-02 Jan Alexander Stef... 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 Mülleraggregator: fix locking
2017-12-02 Thibault Saunieraggregator: Avoid destroying sources we do not own
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