element: Enforce that elements created by gst_element_factory_create/make() are floating
[platform/upstream/gstreamer.git] / gst / gstpad.c
2019-08-08 Edward Herveygstpad: Probes that return HANDLED can reset the data...
2019-02-13 Lawrence Trouppad: Document that pad unlink function is called with...
2019-01-29 Sebastian Drögepad: Constructors are all not nullable
2019-01-26 Nicolas Dufresnepad: Remove unneeded 64bit upcast in debug trace
2019-01-15 Sebastian Drögepad: Fix printf format when printing hook id
2018-12-14 Sebastian Drögepad: Print some debug information about pad probe hooks...
2018-11-07 Matthew Watersquery: add a new bitrate query
2018-11-06 Havard Graffgstpad: use hook_id instead of hook in called_probes...
2018-08-31 Sebastian DrögeRevert "pad: Don't drop LATENCY queries with default...
2018-08-31 Sebastian DrögeRevert "pad: Accumulate live/non-live latency values...
2018-08-31 Sebastian Drögepad: Accumulate live/non-live latency values separately
2018-08-01 Sebastian Drögepad: Update pad offsets on the current event if the...
2018-08-01 Sebastian Drögepad: Ensure that the pad is blocked for IDLE probes...
2018-07-23 Sebastian DrögeRevert "pad: Handle changing sticky events in pad probes"
2018-06-24 Tim-Philipp MüllerUpdate for g_type_class_add_private() deprecation in...
2018-05-11 Sebastian Drögepad: Fix race condition causing the same probe to be...
2018-05-01 luz.pazFix typos in comments and docs
2018-04-17 Thibault Saunierpad: Handle changing sticky events in pad probes
2018-03-01 Mathieu Duponchellepad: fix mixed declarations
2018-02-28 Mathieu Duponchellepad, ghostpad: use the template gtype if specified
2018-01-27 Arun Raghavangst: Fix up a bunch of GIR annotations
2018-01-16 Edward Herveygstpad: Avoid stream-dead-lock on deactivation
2018-01-15 Edward Herveygstpad: Release pending g_cond_wait() when stopping...
2017-12-06 Edward Herveygstpad: Handle GST_PAD_PROBE_HANDLED on sticky event...
2017-12-02 Tim-Philipp MüllerMove GstAggregator from -bad to core
2017-11-24 Stian Selnespad: gst_pad_activate_mode() always succeed if same...
2017-11-16 Edward Herveygstpad: Make pad (de)activation atomic
2017-11-16 Edward Herveygstpad: Make calls to GstPadActivateFunction MT-safe
2017-09-04 Edward Herveypad: Don't call remaining probes after they return...
2017-08-02 Sebastian Drögepad: Recheck sticky events after non-blocking buffer...
2017-02-24 Tim-Philipp Müllerpad: add since marker to docs for new API
2017-02-24 Thibault Saunierpad: Add API to get the current state of a task
2017-01-27 Thibault SaunierPort gtk-doc comments to their equivalent markdown...
2016-12-14 Reynaldo H. Verdej... gstpad: only warn on performance penalty if not using...
2016-12-08 Stefan Sauertracer: move the PAD_LINK tracer hook to _pad_link_full()
2016-11-28 Tim-Philipp MüllerMove dataurisrc element from -bad
2016-11-01 Thiago Santospad: add no-reconfigure link check
2016-07-25 Jan Schmidtevents: Implement the stream-group-done event
2016-07-15 Guillaume Desmottespad: add g-i transfer annotatation to _store_sticky_event()
2016-07-07 Miguel París Díazpad: check query caps answered and caps not NULL
2016-06-11 Sebastian Drögepad: Log pad offsets as signed times
2016-05-13 Edward Herveypad: Don't drop LATENCY queries with default implementation
2016-05-10 Sebastian Drögepad: Fix pad state when deactivating from one mode...
2016-04-02 Mark CombellackGST_REFCOUNTING: Add logging of pointer address for...
2016-03-28 Thiago Santospad: rework probe's hook_marshall function
2016-03-28 Thiago Santospad: consider PROBE_TYPE_EVENT_FLUSH when using PROBE_T...
2016-03-24 Stian Selnespad: Fix race between gst_element_remove_pad and state...
2016-03-21 Aurélien Zanellipad: add 'transfer full' and 'nullable' annotations...
2016-02-18 Sebastian DrögeRevert "pad: PULL probes are called without a buffer...
2016-02-18 Sebastian Drögepad: PULL probes are called without a buffer so don...
2016-01-07 Stefan Sauertracer: harmonize the query hooks
2016-01-03 Tim-Philipp Müllerdocs: fix some warnings and add some since markers
2015-12-02 Edward Herveypad: Implement GstPadEventFullFunction
2015-11-06 Thiago Santospad: check template caps for proxy pads in accept-caps
2015-11-01 Jan Schmidtpad: Mark sticky events as sent on not-linked
2015-10-29 Sebastian Drögepad: Unblock blocking pad probes when receiving FLUSH_S...
2015-10-28 Sebastian Drögepad: Document the order in which pad probes are called
2015-10-28 Sebastian Drögepad: Append hooks instead of prepending to call them...
2015-10-21 Sebastian Drögepad: Fix docs/annotation of gst_pad_probe_info_get_buff...
2015-10-21 Sebastian DrögeUse new GST_ENABLE_EXTRA_CHECKS #define
2015-10-07 Florin Apostolpad: fix memory leak when sending events to an EOS pad
2015-10-05 Marcin Kolnytracer: add missing hooks
2015-10-05 Thiago Santostracer: add pad query hooks
2015-10-05 Stefan Sauertracer: split into tracer and tracerutils
2015-10-05 Stefan Sauertracer: add more hooks and handle it in the plugins
2015-10-05 Stefan Sauertracer: use macros for hooks
2015-10-05 Stefan Sauertracer: pass the timestamp directly
2015-10-05 Stefan Sauertracer: switch to quarks and add another hook for buffe...
2015-10-05 Stefan Sauertracer: initial prototype for the tracing subsystem
2015-09-26 Thiago Santospad: don't fallback to caps queries with proxy pads
2015-08-15 Sebastian Drögepad: Break sticky event array iterations if the type...
2015-08-15 Edward Herveygstpad: Add a new GST_PROBE_HANDLED return value for...
2015-08-14 Thiago Santospad: add GST_PAD_FLAG_ACCEPT_TEMPLATE
2015-08-08 Edward Herveypad: Fix previous commit
2015-08-08 Edward Herveypad: get_allowed_caps() should go through both pads
2015-08-04 George Kiagiadakispad: fix invalid unref after IDLE probe on non-OK flow...
2015-07-03 Olivier Crêtepad: Enforce NEED_PARENT flag also for chain
2015-06-23 Song Bingpad: Clear EOS flag after received STREAM_START event
2015-05-15 Vincent Penquerc'hpad: bump chain function call logs from LOG to DEBUG
2015-04-16 Thiago Santospad: block data flow when idle probe is running
2015-04-05 Sebastian Drögepad: Print debug output from gst_pad_link_full() if...
2015-04-02 Tim-Philipp Müllerpad: allow probes to remove the data item whilst return...
2015-03-31 Wonchul Leepad: Fix a typo in a docstring
2015-03-28 Tim-Philipp Müllerpad: fix outdated debug message
2015-02-26 Arun Raghavanpad: Don't fail latency query on unlinked pads
2015-02-18 Sebastian Drögepad: If the latency query fails for one of the pads...
2015-02-16 Sebastian Drögepad: Only initialize GValue to a type once, not on...
2015-02-12 Sebastian Drögepad: gst_pad_iterate_internal_links() can return NULL...
2015-02-12 Sebastian Drögepad: Return NULL instead of FALSE for pointers
2015-02-12 Sebastian Drögepad: Implement more useful default handling for the...
2015-02-05 Tim-Philipp Müllerpad: add "offset" property to go with gst_pad_set_offset()
2015-02-02 Jan Schmidtgstpad: Fix a typo in a docstring.
2015-01-21 Edward Herveygstpad: Inline apply_pad_offset()
2015-01-21 Edward Herveygstpad: Fix debug message
2015-01-21 Edward Herveygstpad: Fix PROBE_NO_DATA macro
2014-11-12 Vincent Penquerc'hpad: fail dropped queries
2014-11-12 Vincent Penquerc'hRevert "pad: fail dropped queries"
2014-11-12 Vincent Penquerc'hpad: fail dropped queries
2014-09-12 Sebastian Drögepad: Make sure the buffer to get/pull_range() has at...
2014-09-02 Wim Taymanspad: don't accept flush-stop on inactive pads
next