summaryrefslogtreecommitdiff
path: root/gst/gstpad.h
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-21pad: Merge pad mode activation functionsWim Taymans1-11/+8
2011-11-18query: improve scheduling queryWim Taymans1-16/+18
2011-11-18pad: add parent to activate functionsWim Taymans1-2/+3
2011-11-18pad: fix scheduling mode enumsWim Taymans1-12/+12
2011-11-17pad: add parent to other functionsWim Taymans1-6/+23
2011-11-16add parent to internal linksWim Taymans1-2/+5
2011-11-16pad: add parent to the query functionWim Taymans1-2/+7
2011-11-16GstPadFlags: rename flags GST_PAD_* -> GST_PAD_FLAG_*Wim Taymans1-28/+28
2011-11-16pad: keep the parent alive when requestedWim Taymans1-0/+4
2011-11-15pad: move query convenience functions togetherWim Taymans1-5/+0
2011-11-15_accept_caps() -> _query_accept_caps()Wim Taymans1-2/+2
2011-11-15_peer_get_caps() -> peer_query_caps()Wim Taymans1-1/+1
2011-11-15pad: _get_caps() -> _query_caps()Wim Taymans1-2/+2
2011-11-15pad: improve some flag macrosWim Taymans1-4/+7
2011-11-15pad: remove getcaps and use caps queryWim Taymans1-36/+10
2011-11-14fix docsWim Taymans1-1/+0
2011-11-11.h: fix header filesWim Taymans1-2/+4
2011-11-10pad: remove GstPadFixateCapsFunctionWim Taymans1-17/+0
2011-11-09pad: make an ACCEPT_CAPS queryWim Taymans1-16/+0
2011-11-09remove query typesWim Taymans1-16/+0
2011-11-08pad: install query probesWim Taymans1-0/+4
2011-11-08pad: remove lock/unlock_full versions of stream-lockWim Taymans1-16/+0
2011-11-08pad: add defines for query probesWim Taymans1-6/+11
2011-11-08pad: add pull mode probesWim Taymans1-7/+20
2011-11-08pad: Add GstPadProbeInfoWim Taymans1-4/+24
2011-11-07pad: rework pad probesWim Taymans1-13/+22
2011-11-01pad: rename GstActivateMode to GstPadActivateModeTim-Philipp Müller1-11/+11
2011-11-01pad: rename GstProbeType and GstProbeReturn to GstPadProbe{Type,Return}Tim-Philipp Müller1-35/+35
2011-10-10pad: GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-2/+2
2011-09-26docs: fix docsWim Taymans1-3/+6
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-1/+1
2011-09-07docs, gst: typo fixesPiotr Fusik1-3/+3
2011-08-26Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-08-26pad: explicitly cast to the enum typeJosep Torra1-1/+1