tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / gst / gstbin.c
2019-10-24 Sebastian Drögebin: Drop need-context messages without source instead...
2019-09-03 Nicolas Dufresnebin: Fix minor race when adding to a bin
2019-01-10 Sebastian DrögeRevert "bin: Hold the state lock while removing element...
2019-01-07 Sebastian Drögebin: Hold the state lock while removing elements from...
2018-09-08 Philippe Normandbin: Fix use-after-free issue in gst_bin_add()
2018-06-24 Tim-Philipp MüllerUpdate for g_type_class_add_private() deprecation in...
2018-06-05 Edward Herveybin: Make sure we don't use invalid seqnums on messages
2018-05-01 luz.pazFix typos in comments and docs
2018-03-29 Matthew Watersbin: fix deep-element-added signal debug log message
2018-01-27 Arun Raghavangst: Fix up a bunch of GIR annotations
2017-12-02 Tim-Philipp MüllerMove GstAggregator from -bad to core
2017-10-03 Edward Herveybin: iterate_sorted: Ensure sources are always returned...
2017-05-31 Sebastian Drögebin: Put correct annotations on gst_bin_add() too
2017-05-17 Christoph Reitergst: ref_sink() some more floating references returned...
2017-05-17 Sebastian Drögegst: Handle floating references consistently
2017-05-17 Vineeth TMgst: Fix floating reference inconsistencies in error...
2017-01-27 Thibault SaunierPort gtk-doc comments to their equivalent markdown...
2017-01-18 Stefan Sauerbin: update the docs for the event forwarding
2017-01-15 Jan Schmidtgstbin: Quieten a noisy FIXME about duration caching
2016-12-01 Sebastian Drögebin: Make sure to resync iterators and handle RESYNC...
2016-11-28 Tim-Philipp MüllerMove dataurisrc element from -bad
2016-10-08 Edward Herveybin: Fix iterator resync'ing
2016-09-19 Sebastian Drögebin: Add forgotten "git commit --amend" for last commit
2016-09-19 Kouhei Sutoubin: When copying the sort iterator, also copy its...
2016-09-12 Sebastian Drögebin: Also don't *unset* element flags if they're in...
2016-09-10 Wonchul Leebin: Add setter and getter to suppress element flags
2016-07-08 Guillaume Desmottesbin: properly display the type of the removed message
2016-05-16 Tim-Philipp Müllerbin: emit deep-element-{added,removed} for children...
2016-05-16 Tim-Philipp Müllerbin: add "deep-element-added" and "deep-element-removed...
2016-05-14 Jan Schmidtbin: Fix EOS forwarding on PLAYING->PLAYING
2016-04-27 Sebastian Drögeelement: Add gst_element_call_async()
2016-04-02 Mark CombellackGST_REFCOUNTING: Add logging of pointer address for...
2015-12-09 Sebastian Drögebin: Post a LATENCY message with async-handling=TRUE...
2015-10-19 Sebastian Drögebin: Make sure to free all cached messages when going...
2015-10-05 Marcin Kolnytracer: add missing hooks
2015-09-28 Matthew Watersbin: implement context propagation when adding elements
2015-09-24 Stian Selnesbin: element: Ignore activate result for removed pads...
2015-09-14 Vineeth TMbin: fix typo in log message when threadpool alloc...
2015-08-25 Vivia Nikolaidoubin: Make sure we don't add/remove a bin to/from itself
2015-04-15 Vincent Penquerc'hbin: undo upward state changes on children when a child...
2015-01-16 Sebastian Drögebin: Pass structs we plan to modify around by pointer...
2014-12-01 Sebastian DrögeDon't compare booleans for equality to TRUE and FALSE
2014-08-13 Sebastian Drögebin: Use allow-none instead of nullable until we depend...
2014-08-13 Sebastian Drögebin: gst_bin_new() can accept NULL as name
2014-06-26 Evan Nemersonintrospection: add missing (nullable) annotations to...
2014-05-29 Evan Nemersondocs: convert NULL, TRUE, and FALSE to %NULL, %TRUE...
2014-05-01 Sebastian Drögebin: Always first post the state-changed message for...
2014-04-26 Tim-Philipp Müllerdocs: remove outdated and pointless 'Last reviewed...
2014-04-25 Sebastian Drögebin: When going to READY make sure to always deactivate...
2014-04-22 Sebastian Drögebin: Don't left-shift into the sign bit, the result...
2014-03-16 Jan Schmidtgstbin: Avoid pointless object lock forwarding messages.
2013-12-07 Sebastian Rasmussendocs: Fix typos in function/object descriptions
2013-11-15 Sebastian Drögebin: Resync iterator if necessary
2013-09-24 Sebastian Drögebin: Make sure to cache context types that we did not...
2013-09-18 Sebastian Drögebin: Implement context caching and propagation again
2013-09-17 Sebastian Drögeelement: Remove GstContext caching
2013-07-22 Sebastian Drögebin: Use the new group-id field of the stream-start...
2013-07-10 Sebastian Drögebin: Always forward clock-lost message if we're not...
2013-03-31 Sebastian Drögeelement: Add API to get the last set context from an...
2013-03-29 Sebastian Drögegst: Add new GstContext miniobject for sharing contexts...
2013-02-26 Wim Taymansuse GST_MESSAGE_DURATION_CHANGED in docs and code
2013-02-13 Sebastian Drögebin: The latency query should return TRUE by default...
2013-02-12 Philippe Normandbin: query sink elements and source pads of the bin
2013-02-12 Alexander Schrabbin: Let gst_bin_send_event() send events to ghost...
2013-02-07 Wim Taymansbin: remove old comment
2013-02-07 Wim Taymansbin: reset GValue from iterator after usage
2012-12-21 Wim Taymansbin: add flag to disable resync state change
2012-11-30 Wim Taymansbin: remove some casts
2012-11-03 Tim-Philipp MüllerFix FSF address
2012-10-17 Tim-Philipp Müllerbin, pipeline: use gst_element_class_set_static_metadata()
2012-09-02 Tim-Philipp Müllermessage: rename GST_MESSAGE_DURATION -> GST_MESSAGE_DUR...
2012-07-16 Stefan Sauerbin: aggregate durations like in adder
2012-07-10 Edward HerveyRemove 0.10-related documentation and "Since" markers
2012-07-09 Edward Herveygstbin: collect and aggregate STREAM_START messages
2012-07-03 Tim-Philipp Müllerpads: make pad activation debug logs a bit more readable
2012-06-20 Wim Taymansbus: add GDestroyNotify to set_sync_handler()
2012-06-18 Evan Nemersonintrospection: assorted introspection and documentation...
2012-06-14 Wim Taymansmessage: add the running-time to the async-done message
2012-06-13 Wim Taymansbin: always recurse into bins when doing state changes
2012-06-11 Stefan Sauerchildproxy: use GstChildProxy instead of GObject on...
2012-06-11 Wim Taymansbin: reorganize _remove_func to avoid races
2012-05-21 Wim Taymansbin: try harder to avoid state changes in wrong direction
2012-04-17 Mark NauwelaertsMerge remote-tracking branch 'origin/0.10'
2012-04-16 Mark NauwelaertsMerge remote-tracking branch 'origin/0.10'
2012-04-11 Wim TaymansMerge remote-tracking branch 'origin/0.10'
2012-04-10 Wim TaymansMerge remote-tracking branch 'origin/0.10'
2012-04-10 Wim TaymansMerge remote-tracking branch 'origin/0.10'
2012-04-09 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-04-09 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-04-07 Tim-Philipp MüllerMerge remote-tracking branch 'origin/0.10'
2012-04-07 Tim-Philipp MüllerMerge remote-tracking branch 'origin/0.10'
2012-04-06 Wim TaymansMerge branch '0.10'
2012-04-05 Wim TaymansMerge branch '0.10'
2012-04-04 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-04-02 Stefan SauerMerge branch '0.10'
2012-04-02 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-30 Stefan Sauerchildproxy: include the child name in the signal
2012-03-30 Stefan Sauerchildproxy: use GObject instead of GstObject
2012-03-29 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-28 Wim Taymansreview some docs
next