summaryrefslogtreecommitdiff
path: root/gst/gstpad.c
Commit message (Expand)AuthorAgeFilesLines
* pad: silence probe debug a litteWim Taymans2012-02-101-6/+4
* gst: add some performance loggingWim Taymans2012-02-101-0/+3
* GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-13/+13
* pad: error when activation mode is wrongWim Taymans2012-02-081-5/+51
* gst: improve debuggingWim Taymans2012-02-061-0/+2
* pad: add flag to proxy allocation queryWim Taymans2012-02-021-2/+5
* pad: add user data to chain functionsWim Taymans2012-01-261-30/+53
* event: remove the sticky event indexWim Taymans2012-01-261-2/+1
* pad: add probe id to the infoWim Taymans2012-01-261-4/+6
* gst: Changed introspection transfer flag to (transfer floating)Peteris Krisjanis2012-01-251-1/+1
* Update for new gthread APIWim Taymans2012-01-191-7/+4
* pad: Don't forward the allocation query by defaultSebastian Dröge2012-01-181-1/+1
* pad: don't forward on NULL padsWim Taymans2011-12-101-1/+1
* pad: put new event probe type next to other event typesWim Taymans2011-12-061-7/+5
* Add GST_PAD_PROBE_TYPE_HANDLE_FLUSHMatej Knopp2011-12-061-13/+9
* pad: remove GST_FLOW_RESENDWim Taymans2011-12-061-1/+0
* correct return value in gst_push_stickyMatej Knopp2011-12-051-1/+1
* Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-12-041-0/+3
|\
| * Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller2011-12-041-0/+3
| * pad: Remove g_warning() if pad accepted caps that are not a subset of the pad...Sebastian Dröge2011-11-241-20/+0
* | pad: Handle sticky event errorsWim Taymans2011-11-281-161/+230
* | pad: fix blocking probe emissionWim Taymans2011-11-251-3/+7
* | event: add STICKY_MULTY eventsWim Taymans2011-11-231-167/+290
* | pad: take peerpad correctlyWim Taymans2011-11-231-4/+1
* | pad: rework sticky eventsWim Taymans2011-11-221-404/+331
* | pad: fix locking order errorWim Taymans2011-11-211-2/+5
* | pad: Add destroy notify to pad functionsWim Taymans2011-11-211-23/+98
* | pad: Merge pad mode activation functionsWim Taymans2011-11-211-268/+92
* | pad: add parent to activate functionsWim Taymans2011-11-181-38/+82
* | pad: fix scheduling mode enumsWim Taymans2011-11-181-39/+39
* | pad: add parent to other functionsWim Taymans2011-11-171-12/+30
* | add parent to internal linksWim Taymans2011-11-161-17/+19
* | pad: add parent to the query functionWim Taymans2011-11-161-2/+3
* | GstPadFlags: rename flags GST_PAD_* -> GST_PAD_FLAG_*Wim Taymans2011-11-161-20/+19
* | pad: keep the parent alive when requestedWim Taymans2011-11-161-1/+66
* | pad: move query convenience functions togetherWim Taymans2011-11-151-150/+0
* | _accept_caps() -> _query_accept_caps()Wim Taymans2011-11-151-4/+4
* | _peer_get_caps() -> peer_query_caps()Wim Taymans2011-11-151-2/+2
* | pad: _get_caps() -> _query_caps()Wim Taymans2011-11-151-11/+11
* | pad: fix debug lineWim Taymans2011-11-151-1/+1
* | pad: remove getcaps and use caps queryWim Taymans2011-11-151-226/+154
* | pad: remove GstPadFixateCapsFunctionWim Taymans2011-11-101-57/+0
* | pad: don't store events on flushing padsWim Taymans2011-11-091-3/+3
* | pad: make an ACCEPT_CAPS queryWim Taymans2011-11-091-120/+48
* | pad: refuse events in flushingWim Taymans2011-11-091-3/+3
* | remove query typesWim Taymans2011-11-091-85/+0
* | pad: install query probesWim Taymans2011-11-081-101/+162
* | pad: add pull mode probesWim Taymans2011-11-081-29/+55
* | pad: Add GstPadProbeInfoWim Taymans2011-11-081-22/+39
* | pad: rework pad probesWim Taymans2011-11-071-54/+66