summaryrefslogtreecommitdiff
path: root/gst/gstpad.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-23pad: add g-i 'transfer full' annotations to chain and chain_list functionsTim-Philipp Müller1-2/+2
2014-08-23pad: annotate GstPadEventFunction event with 'transfer full'Guillaume Desmottes1-1/+1
2014-06-26introspection: add some missing allow-none annotations to in paramsEvan Nemerson1-27/+27
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-0/+2
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-23/+23
2014-05-27pad: two minor docs fixesTim-Philipp Müller1-0/+2
2014-05-26pad: store last flow return and provide acessor functionThiago Santos1-1/+14
2014-04-26docs: add docs for various GstPad macrosFelipe Ortiz1-22/+331
2014-04-26Revert "docs: add docs for various GstPad macros"Tim-Philipp Müller1-331/+22
2014-04-26docs: add docs for various GstPad macrosShowayb Zahda1-22/+331
2014-03-11pad: add debug helper for GstPadLinkReturn namesStefan Sauer1-2/+3
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-1/+1
2013-12-03pad: add ACCEPT_INTERCEPT flagWim Taymans1-0/+9
2013-12-03docs: add missing docs, fixing doc errorsSebastian Rasmussen1-3/+3
2013-11-21pad: move debug function closer to the enum it debugsWim Taymans1-2/+2
2013-04-04pad: add gst_pad_store_sticky_event()Wim Taymans1-0/+1
2013-04-04pad: clarify docsWim Taymans1-2/+2
2012-11-23pad: document more pad probe valuesTim-Philipp Müller1-0/+10
2012-11-23pad: don't use parenthesis for ORed pad probe flag enumsTim-Philipp Müller1-19/+10
2012-11-23pad: Put all of the probe types in the enum so they work with bindingsOlivier Crête1-16/+22
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-09pad: small docs fixes and remove a 0.11 fixmeWim Taymans1-1/+2
2012-09-28pad: fix activate docsWim Taymans1-1/+2
2012-09-20pad: Add functions to safely access GstProbeInfo data pointerOlivier Crête1-0/+5
2012-09-17pad: Add parent parameter to the link and unlink functionsSebastian Dröge1-2/+8
2012-09-11pad: expose gst_pad_mode_get_name() and use it in baseparseTim-Philipp Müller1-0/+2
2012-08-10pad: add gst_pad_needs_reconfigureThiago Santos1-0/+1
2012-08-10pad: add GST_PAD_LINK_CHECK_DEFAULT to GstPadLinkCheckEvan Nemerson1-9/+5
2012-07-18pad: add PROXY_SCHEDULING flagWim Taymans1-0/+8
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-13/+6
2012-06-20task: add GDestroyNotify to _newWim Taymans1-1/+1
2012-06-18pad: move gst_pad_set_caps() to compatWim Taymans1-1/+0
2012-06-18introspection: assorted introspection and documentation fixesEvan Nemerson1-3/+3
2012-06-04pad: Don't accept any buffers or events after EOSSebastian Dröge1-8/+12
2012-03-29docs: update more documentationWim Taymans1-2/+4
2012-03-28review some docsWim Taymans1-1/+1
2012-03-16pad: change the semantics of get/pull_range a littleWim Taymans1-1/+4
2012-03-08Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-3/+3
2012-03-08pads, collectpads2: get rid of superfluous brackets around static rec mutex c...Tim-Philipp Müller1-5/+5
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-2/+2
2012-02-02pad: add flag to proxy allocation queryWim Taymans1-8/+15
2012-01-26pad: add user data to chain functionsWim Taymans1-10/+30
2012-01-26pad: add probe id to the infoWim Taymans1-0/+3
2012-01-19Update for new gthread APIWim Taymans1-6/+6
2011-12-06pad: put new event probe type next to other event typesWim Taymans1-7/+8
2011-12-06Add GST_PAD_PROBE_TYPE_HANDLE_FLUSHMatej Knopp1-0/+4
2011-12-06pad: remove GST_FLOW_RESENDWim Taymans1-3/+0
2011-11-23event: add STICKY_MULTY eventsWim Taymans1-6/+15
2011-11-22pad: rework sticky eventsWim Taymans1-3/+3
2011-11-21pad: Add destroy notify to pad functionsWim Taymans1-32/+54