summaryrefslogtreecommitdiff
path: root/gst/gstpad.h
Commit message (Expand)AuthorAgeFilesLines
* introspection: add some missing allow-none annotations to in paramsEvan Nemerson2014-06-261-27/+27
* introspection: add missing (nullable) annotations to return valuesEvan Nemerson2014-06-261-0/+2
* docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson2014-05-301-23/+23
* pad: two minor docs fixesTim-Philipp Müller2014-05-271-0/+2
* pad: store last flow return and provide acessor functionThiago Santos2014-05-261-1/+14
* docs: add docs for various GstPad macrosFelipe Ortiz2014-04-261-22/+331
* Revert "docs: add docs for various GstPad macros"Tim-Philipp Müller2014-04-261-331/+22
* docs: add docs for various GstPad macrosShowayb Zahda2014-04-261-22/+331
* pad: add debug helper for GstPadLinkReturn namesStefan Sauer2014-03-111-2/+3
* docs: Fix typos in function/object descriptionsSebastian Rasmussen2013-12-071-1/+1
* pad: add ACCEPT_INTERCEPT flagWim Taymans2013-12-031-0/+9
* docs: add missing docs, fixing doc errorsSebastian Rasmussen2013-12-031-3/+3
* pad: move debug function closer to the enum it debugsWim Taymans2013-11-211-2/+2
* pad: add gst_pad_store_sticky_event()Wim Taymans2013-04-041-0/+1
* pad: clarify docsWim Taymans2013-04-041-2/+2
* pad: document more pad probe valuesTim-Philipp Müller2012-11-231-0/+10
* pad: don't use parenthesis for ORed pad probe flag enumsTim-Philipp Müller2012-11-231-19/+10
* pad: Put all of the probe types in the enum so they work with bindingsOlivier Crête2012-11-231-16/+22
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* pad: small docs fixes and remove a 0.11 fixmeWim Taymans2012-10-091-1/+2
* pad: fix activate docsWim Taymans2012-09-281-1/+2
* pad: Add functions to safely access GstProbeInfo data pointerOlivier Crête2012-09-201-0/+5
* pad: Add parent parameter to the link and unlink functionsSebastian Dröge2012-09-171-2/+8
* pad: expose gst_pad_mode_get_name() and use it in baseparseTim-Philipp Müller2012-09-111-0/+2
* pad: add gst_pad_needs_reconfigureThiago Santos2012-08-101-0/+1
* pad: add GST_PAD_LINK_CHECK_DEFAULT to GstPadLinkCheckEvan Nemerson2012-08-101-9/+5
* pad: add PROXY_SCHEDULING flagWim Taymans2012-07-181-0/+8
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-13/+6
* task: add GDestroyNotify to _newWim Taymans2012-06-201-1/+1
* pad: move gst_pad_set_caps() to compatWim Taymans2012-06-181-1/+0
* introspection: assorted introspection and documentation fixesEvan Nemerson2012-06-181-3/+3
* pad: Don't accept any buffers or events after EOSSebastian Dröge2012-06-041-8/+12
* docs: update more documentationWim Taymans2012-03-291-2/+4
* review some docsWim Taymans2012-03-281-1/+1
* pad: change the semantics of get/pull_range a littleWim Taymans2012-03-161-1/+4
* Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-03-081-3/+3
|\
| * pads, collectpads2: get rid of superfluous brackets around static rec mutex c...Tim-Philipp Müller2012-03-081-5/+5
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-2/+2
* | pad: add flag to proxy allocation queryWim Taymans2012-02-021-8/+15
* | pad: add user data to chain functionsWim Taymans2012-01-261-10/+30
* | pad: add probe id to the infoWim Taymans2012-01-261-0/+3
* | Update for new gthread APIWim Taymans2012-01-191-6/+6
* | pad: put new event probe type next to other event typesWim Taymans2011-12-061-7/+8
* | Add GST_PAD_PROBE_TYPE_HANDLE_FLUSHMatej Knopp2011-12-061-0/+4
* | pad: remove GST_FLOW_RESENDWim Taymans2011-12-061-3/+0
* | event: add STICKY_MULTY eventsWim Taymans2011-11-231-6/+15
* | pad: rework sticky eventsWim Taymans2011-11-221-3/+3
* | pad: Add destroy notify to pad functionsWim Taymans2011-11-211-32/+54
* | pad: Merge pad mode activation functionsWim Taymans2011-11-211-11/+8
* | query: improve scheduling queryWim Taymans2011-11-181-16/+18