summaryrefslogtreecommitdiff
path: root/plugins/elements/gsttee.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-02tee: don't create a pool if none is neededStefan Sauer1-3/+10
2017-09-05tee: Allocate one more buffer when multi-plexingNicolas Dufresne1-0/+8
2017-09-05tee: Implement allocation query aggregationNicolas Dufresne1-0/+226
2017-09-05tee: Deprecate alloc-pad propertyNicolas Dufresne1-2/+3
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-4/+5
2016-12-05elements: Handle GstIterator RESYNC return value correctly in gst_iterator_fo...Sebastian Dröge1-2/+4
2016-11-01tee: Set GST_PAD_FLAG_PROXY_CAPS before forwarding sticky eventsSebastian Dröge1-1/+1
2016-06-17tee: Properly handle return value when only 1 padNicolas Dufresne1-1/+4
2016-02-28elements: use new gst_element_class_add_static_pad_template()Tim-Philipp Müller1-6/+3
2015-12-14tee: Check if parsing the name template with sscanf() was successfulSebastian Dröge1-2/+1
2015-07-14tee: fix typo in allow-not-linked property descriptionTim-Philipp Müller1-2/+2
2015-05-10docs: gst-launch -> gst-launch-1.0 in example pipelinesTim-Philipp Müller1-3/+4
2015-04-18tee: fix use of possibly-freed pad in debug statementTim-Philipp Müller1-2/+3
2015-03-26tee: Add allow-not-linked propertyJose Antonio Santos Cadenas1-4/+47
2014-07-08docs: There is no decodebin2 anymore, don't pretend otherwiseSebastian Dröge1-1/+1
2014-03-11tee: use store_sticky events add add more loggingStefan Sauer1-6/+11
2014-01-14tee: Make sure to give pads the name that was requestedSebastian Dröge1-2/+38
2014-01-02tee: Remove dyn lockSebastian Dröge1-11/+0
2014-01-02tee: Keep another ref to our one and only srcpad around while pushingSebastian Dröge1-0/+6
2013-05-24tee: fix property description for now-unused "alloc-pad" propertyTim-Philipp Müller1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-25Make intel compiler happierJosep Torra Valles1-1/+1
2012-09-13docs: fix some docsWim Taymans1-1/+1
2012-07-06tee: remove unimplemented has-sink-loop propertyTim-Philipp Müller1-16/+0
2012-04-18tee: Remove unneeded unlockРуслан Ижбулатов1-1/+0
2012-04-16tee: Store pad state directly inside the pads instead of GObject qdataSebastian Dröge1-43/+60
2012-04-09plugins: use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-08tee: fix refcount errorWim Taymans1-2/+0
2012-03-08Merge branch 'master' into 0.11Sebastian Dröge1-1/+5
2012-03-06tee: Fix 'use of logical '&&' with constant operand' compiler warningSebastian Dröge1-2/+2
2012-01-22Use recent GLib API unconditionally now that we depend on the latest GLibTim-Philipp Müller1-8/+0
2012-01-19Update for new gthread APIWim Taymans1-4/+4
2011-12-04Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+1
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+1
2011-11-23event: add STICKY_MULTY eventsWim Taymans1-4/+4
2011-11-21pad: Merge pad mode activation functionsWim Taymans1-39/+59
2011-11-18pad: add parent to activate functionsWim Taymans1-6/+8
2011-11-18pad: fix scheduling mode enumsWim Taymans1-6/+6
2011-11-17pad: add parent to other functionsWim Taymans1-14/+17
2011-11-16pad: add parent to the query functionWim Taymans1-7/+9
2011-11-16GstPadFlags: rename flags GST_PAD_* -> GST_PAD_FLAG_*Wim Taymans1-2/+2
2011-11-16plugins: remove obsolete parent checksWim Taymans1-15/+4
2011-11-15pad: remove getcaps and use caps queryWim Taymans1-56/+2
2011-11-09pad: make an ACCEPT_CAPS queryWim Taymans1-2/+27
2011-11-03fix request padWim Taymans1-2/+3
2011-11-01pad: rename GstActivateMode to GstPadActivateModeTim-Philipp Müller1-6/+6
2011-10-10pad: GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-1/+1
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-0/+1
2011-09-07docs, gst: typo fixesPiotr Fusik1-1/+1
2011-06-22tee: use & instead of && for masking bitsKoop Mast1-1/+1