Source code typo fixes
[platform/upstream/gstreamer.git] / libs /
2018-05-01 luz.pazSource code typo fixes
2018-05-01 luz.pazFix typos in comments and docs
2018-04-25 Olivier Crêteaggregator: Improve doc for gst_aggregator_pad_has_buffer
2018-04-25 Olivier Crêteaggregator: Add API to check if a pad has a new buffer
2018-04-24 Xavier ClaessensMeson: Use library() to build both static and shared...
2018-04-17 Thibault Saunierharness: Handle harness->element not being a GstBin
2018-04-13 Mathieu Duponchelleadapter: port the buffer list from GSList to GstQueueArray
2018-04-13 Mathieu DuponchelleAPI: gst_queue_array_peek_nth
2018-04-13 Mathieu Duponchellegstqueuearray: make find() return a 0-based index
2018-04-13 Mark Nauwelaertsbase: fix some GIR annotations
2018-04-02 Edward Herveylibs: Documentation fixes
2018-03-22 Alessandro Decinameson: use gnome.mkenums_simple() to generate controlle...
2018-03-22 Alessandro Decinameson: delete unused variable
2018-03-21 Sebastian Drögenet: Include gstnetcontrolmessagemeta.h in net.h
2018-03-13 Tim-Philipp Müllernet: GST_EXPORT -> GST_NET_API
2018-03-13 Tim-Philipp Müllercontroller: GST_EXPORT -> GST_CONTROLLER_API
2018-03-13 Tim-Philipp Müllercheck: GST_EXPORT -> GST_CHECK_API
2018-03-13 Tim-Philipp Müllerbase: GST_EXPORT -> GST_BASE_API
2018-03-08 Nicolas Dufresnebasesrc: Balance unlock/unlock_stop in _src_stop()
2018-03-08 Nicolas Dufresnebasesrc: No need to stop flushing in start_complete
2018-03-05 Sebastian Drögequeuearray: Implement pop_tail_struct() for completeness
2018-03-01 Olivier Crêtequeue: Ignore thresholds if a query is queued
2018-03-01 Mathieu Duponchellemeson: enable more warnings
2018-03-01 Mathieu Duponchellegstaggregator: pads must inherit from #GstAggregatorPad
2018-03-01 Mathieu DuponchelleRevert "gstaggregator: pads must inherit from #GstAggre...
2018-02-28 Mathieu Duponchellegstaggregator: pads must inherit from #GstAggregatorPad
2018-02-28 Mathieu Duponchelleaggregator: allow src GstAggregatorPads
2018-02-22 Nicolas Dufresnebaseparse: Fix integer overflow in bitrate calculation
2018-02-22 Nicolas Dufresnebaseparse: Avoid overflow in update_interval calculation
2018-02-22 Nicolas Dufresnebaseparse: Fix check for update_interval
2018-02-19 Tim-Philipp Müllerqueuearray: add _peek_tail() and _pop_tail()
2018-02-16 Alicia Boya Garcíagstbasesink: Include segment.offset in the computation...
2018-01-31 Mathieu Duponchellebasetransform: annotate virtual methods
2018-01-23 Mathieu Duponchelleaggregator: delegate buffer skipping to the aggregate...
2018-01-23 Mathieu DuponchelleAPI: GstAggregatorPad.skip_buffer virtual method
2018-01-23 Mathieu Duponchellebasesrc: Annotate some of the virtual methods
2018-01-23 Tim-Philipp Mülleraggregator: rename _get_buffer() -> _peek_buffer()...
2018-01-18 Michele Dionisioptp: fix build failure with #undef USE_MEASUREMENT_FILT...
2018-01-15 Jun Xietypefindhelper: fix confusing debug log message
2018-01-11 Tim-Philipp Müllerlibs: check: print stacktrace on unexpected criticals
2018-01-11 Håvard Graffmeson: make check and tests build on Windows with msvc
2018-01-02 Edward Herveygstharness: Remove double free
2017-12-26 Stefan Saueraggregator: remove DEBUG_FUNCPTR
2017-12-24 Jan Alexander Stef... aggregator: Avoid a maybe-uninitialized warning
2017-12-17 Nicolas Dufresnebasetransform: Allow going passthrough inside decide_al...
2017-12-13 Matthew Waterscheck/harness: fix transfer annotations on buffer passi...
2017-12-07 Tim-Philipp Müllerbasesrc: add buffer list support
2017-12-07 Tim-Philipp Müllerbasesrc: minor code readability improvement
2017-12-05 Tim-Philipp Müllerharness: make bindings use the GBytes variant for _take...
2017-12-05 Havard Graffharness: use new take_all_data() function in _dump_to_f...
2017-12-05 Tim-Philipp Müllerharness: add gst_harness_take_all_data() + _take_all_da...
2017-12-04 Tim-Philipp Mülleraggregator: add finish_buffer() vfunc
2017-12-04 Tim-Philipp Mülleraggregator: disable tag merging and forwarding for now
2017-12-02 Tim-Philipp Mülleraggregator: hook up to docs
2017-12-02 Tim-Philipp Mülleraggregator: hook up to build system
2017-12-02 Tim-Philipp MüllerMove GstAggregator from -bad to core
2017-12-02 Mathieu Duponchelleaggregator: Remove klass->sinkpads_type
2017-12-02 Tim-Philipp Mülleraggregator: add doc blurb for gst_aggregator_pad_is_eos()
2017-12-02 Tim-Philipp Mülleraggregator: also remove now-unused PadForeachFunc decla...
2017-12-02 Olivier Crêteaggregator: Remove pad iterator function
2017-12-02 Tim-Philipp Mülleraggregator: use new gst_element_foreach_sink_pad()
2017-12-02 Stefan Saueraggregator: add more comments
2017-12-02 Stefan Saueraggregator: fix type for latency property (int64 -...
2017-12-02 Olivier Crêteaggregator: Don't take flush lock from output thread
2017-12-02 Olivier Crêteaggregator: Don't block if adding to the tail of the...
2017-12-02 Stefan Saueraggregator: review code related to time level
2017-12-02 Stefan Saueraggregator: init latency values with 0 instead of FALSE
2017-12-02 Stefan Saueraggregator: code cleanup for event and query func
2017-12-02 Stefan Saueraggregator: simplify pad_event_func for FLUSH_STOP...
2017-12-02 Stefan Saueraggregator: drop special casing for eos
2017-12-02 Stefan Saueraggregator: add a doc-blob for the event_func
2017-12-02 Stefan Saueraggregator: rename a local variable
2017-12-02 Stefan Saueraggregator: remove commented code
2017-12-02 Stefan Saueraggregator: move the comment for the locks to the lock...
2017-12-02 Stefan Saueraggregator: improve section docs
2017-12-02 Stefan Saueraggregator: cleanup event forwarding
2017-12-02 Stefan Saueraggregator: simplify src_event
2017-12-02 Stefan Saueraggregator: register func for do_events_and_queries
2017-12-02 Stefan Saueraggregator: only set clipped_buffer to NULL if needed
2017-12-02 Stefan Saueraggregator: rename check_events
2017-12-02 Stefan Saueraggregator: add a few more comments to PadPrivate struct
2017-12-02 Stefan Saueraggregator: rename buffers field to data
2017-12-02 Stefan Saueraggregator: documentaion fixes
2017-12-02 Stefan Saueraggregator: log all events
2017-12-02 Tim-Philipp Mülleraggregator: fix header formatting
2017-12-02 Sebastian Drögeaggregator: Remove the GAP event from the queue before...
2017-12-02 Tim-Philipp Mülleraggregator: mark symbols explicitly for export with...
2017-12-02 Stefan Saueraggregator: remove duplicated code fragment
2017-12-02 Stefan Saueraggregator: code cleanups
2017-12-02 Mathieu Duponchelleaggregator: Invalidate pad's tail position ...
2017-12-02 Stefan Saueraggregator: fix "'aggclass' may be used uninitialized...
2017-12-02 Olivier Crêteaggregator: Process serialized queries through the...
2017-12-02 Olivier Crêteaggregator: Set flow to FLUSHING on pad stop
2017-12-02 Olivier Crêteaggregator: Request pad templates which are not request pad
2017-12-02 Olivier Crêteaggregator: Don't restrict sink pad names
2017-12-02 Olivier Crêteaggregator: Implement propose allocation
2017-12-02 Olivier Crêteaggregator: Check for the result of caps events
2017-12-02 Olivier Crêteaggregator: Caps event always goes to the aggregate...
2017-12-02 Olivier Crêteaggregator: Add downstream allocation query
2017-12-02 Olivier Crêteaggregator: Remove unused GST_FLOW_NOT_HANDLED
next