summaryrefslogtreecommitdiff
path: root/gst/gstpad.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-03pad: Enforce NEED_PARENT flag also for chainOlivier Crête1-1/+12
2015-06-23pad: Clear EOS flag after received STREAM_START eventSong Bing1-0/+19
2015-05-15pad: bump chain function call logs from LOG to DEBUGVincent Penquerc'h1-4/+4
2015-04-16pad: block data flow when idle probe is runningThiago Santos1-0/+49
2015-04-04pad: Print debug output from gst_pad_link_full() if preparing linking failedSebastian Dröge1-1/+5
2015-04-03pad: allow probes to remove the data item whilst returning PROBE_OKTim-Philipp Müller1-1/+10
2015-03-31pad: Fix a typo in a docstringWonchul Lee1-1/+1
2015-03-28pad: fix outdated debug messageTim-Philipp Müller1-1/+1
2015-02-26pad: Don't fail latency query on unlinked padsArun Raghavan1-4/+13
2015-02-19pad: If the latency query fails for one of the pads, it fails overallSebastian Dröge1-2/+4
2015-02-16pad: Only initialize GValue to a type once, not on every retrySebastian Dröge1-1/+2
2015-02-12pad: gst_pad_iterate_internal_links() can return NULL if there are noneSebastian Dröge1-0/+4
2015-02-12pad: Return NULL instead of FALSE for pointersSebastian Dröge1-1/+1
2015-02-12pad: Implement more useful default handling for the LATENCY querySebastian Dröge1-1/+105
2015-02-05pad: add "offset" property to go with gst_pad_set_offset()Tim-Philipp Müller1-1/+20
2015-02-02gstpad: Fix a typo in a docstring.Jan Schmidt1-1/+1
2015-01-21gstpad: Inline apply_pad_offset()Edward Hervey1-23/+30
2015-01-21gstpad: Fix debug messageEdward Hervey1-1/+1
2015-01-21gstpad: Fix PROBE_NO_DATA macroEdward Hervey1-1/+2
2014-11-12pad: fail dropped queriesVincent Penquerc'h1-10/+4
2014-11-12Revert "pad: fail dropped queries"Vincent Penquerc'h1-4/+10
2014-11-12pad: fail dropped queriesVincent Penquerc'h1-10/+4
2014-09-12pad: Make sure the buffer to get/pull_range() has at least the requested sizeSebastian Dröge1-4/+4
2014-09-02pad: don't accept flush-stop on inactive padsWim Taymans1-5/+29
2014-08-12docs: Trivial pad documentation fixArun Raghavan1-2/+2
2014-07-01pad: Don't unlock while iterating over all sticky events for removalGöran Jönsson1-7/+13
2014-06-26introspection: add some missing allow-none annotations to in paramsEvan Nemerson1-2/+2
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-16/+20
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-49/+49
2014-05-27pad: two minor docs fixesTim-Philipp Müller1-1/+1
2014-05-26pad: store last flow return and provide acessor functionThiago Santos1-3/+61
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-04-15pad: Add missing space in debug outputSebastian Dröge1-1/+1
2014-04-12pad: don't access unowned and possibly already freed eventLinus Svensson1-3/+3
2014-04-10pad: Apply pad offsets on all events, not just segment eventsSebastian Dröge1-33/+40
2014-03-29pad: Include event type in debug output when delaying a sticky event because ...Sebastian Dröge1-1/+2
2014-03-11pad: simplify gst_pad_link_get_name() and fix Since markerTim-Philipp Müller1-7/+18
2014-03-11pad: add debug helper for GstPadLinkReturn namesStefan Sauer1-2/+24
2014-03-06pad: fix gst_pad_add_probe() return value docsStefan Sauer1-5/+8
2014-02-06docs: gst_pad_new_from_*_template and gst_buffer_pool_new constructors return...Brendan Long1-2/+2
2014-01-22pad: Minor code cleanupSebastian Dröge1-1/+1
2014-01-17pad: fix sticky event leak after sticky_events_foreachThiago Santos1-0/+1
2014-01-08pad: use new segment offset method to apply the offsetWim Taymans1-2/+3
2014-01-02pad: Check if new probes need to be called when adding/removing someSebastian Dröge1-1/+15
2013-12-30pad: Keep an extra ref of the pad when calling an IDLE probe immediatelySebastian Dröge1-0/+5
2013-12-30pad: Only call IDLE probes if we are actually idleSebastian Dröge1-2/+6
2013-12-30pad: Don't ignore probe callback return value when immediately calling IDLE p...Sebastian Dröge1-26/+50
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-4/+4
2013-12-07Fix some typos in code comments and debug messagesSebastian Rasmussen1-4/+4
2013-12-03pad: add ACCEPT_INTERCEPT flagWim Taymans1-2/+10