summaryrefslogtreecommitdiff
path: root/libs/gst/base/gstcollectpads.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-13gi: Set collectpads function param scopeNicolas Dufresne1-7/+7
2015-06-12collectpads: Don't initially send an invalid DTSNicolas Dufresne1-1/+1
2015-06-12collectpads: Add negative DTS supportNicolas Dufresne1-3/+27
2015-03-14collectpads: avoid multiple calls to gst_buffer_get_size() in macroTim-Philipp Müller1-2/+3
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-4/+4
2014-10-08collectpads: Use GST_PTR_FORMAT in debug to output buffer detailsJan Schmidt1-2/+2
2014-07-01introspection: Assorted minor introspection and documentation fixesEvan Nemerson1-2/+2
2014-06-26base: assorted introspection fixes and additionsEvan Nemerson1-4/+4
2014-06-26base: add (nullable) annotations to return valuesEvan Nemerson1-1/+1
2014-06-06base: use correct syntax in documentation more consistentlyEvan Nemerson1-13/+13
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-03-16collectpads: When seek flushed, immediately set eospads to 0Mathieu Duponchelle1-1/+5
2014-03-16collectpads: Unref peer padSebastian Dröge1-1/+3
2014-03-16collectpads: Forward seek events to the peer directlyMathieu Duponchelle1-1/+6
2014-02-06gst: clear floating references for GstTask, GstTaskPool and GstCollectPadsBrendan Long1-0/+3
2014-01-08collectpads: take offset into account for expected segment positionWim Taymans1-2/+5
2013-12-02docs: cosmetic changes in references/decriptionsSebastian Rasmussen1-5/+0
2013-11-11collectpads: Always send SEEK events to all pads, even if one failsSebastian Dröge1-1/+3
2013-11-11collectpads: Update documentation for flushing seek handlingSebastian Dröge1-1/+25
2013-11-11collectpads: Don't leak seek eventsSebastian Dröge1-1/+4
2013-11-11collectpads: implement flushing seek supportAlessandro Decina1-26/+156
2013-10-09collectpads: Call the collected function while it returns FLOW_OKThibault Saunier1-1/+3
2013-09-24collectpads: Make sure that the object lock is always taken when accessing th...Sebastian Dröge1-1/+3
2013-09-24collectpads: Use private pad list in set_flushing_unlockedMathieu Duponchelle1-1/+1
2013-09-05collectpads: Don't unref NULL GstCollectDataZaheer Abbas Merali1-1/+3
2013-07-03Add few missing allow-none annotationNicolas Dufresne1-1/+1
2013-04-11GstCollectPads documentation: gst_collect_pads_read is gone.Douglas Bagnall1-1/+1
2013-03-02collectpads: take DTS into accountDavid Schleef1-7/+17
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-30collectpads: Clarify docs about the buffer handler callback.Jan Schmidt1-1/+3
2012-10-15collectpads: minor docs fixesTim-Philipp Müller1-1/+1
2012-10-15collectpads: fix buffer leak in clip_timeTim-Philipp Müller1-0/+1
2012-10-15collectpads: call clip function with user dataMark Nauwelaerts1-1/+1
2012-10-10collectpads: ensure all timestamps are in same time domainMark Nauwelaerts1-7/+34
2012-09-23collectpads: don't forward random stream-start eventTim-Philipp Müller1-11/+3
2012-09-19docs: collectpads doc fixesTim-Philipp Müller1-20/+20
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-33/+2
2012-09-11events: remove STREAM_CONFIGWim Taymans1-1/+0
2012-09-05collectpads: handle GAP eventMark Nauwelaerts1-18/+54
2012-07-24collectpads: remove unimplemented apiStefan Sauer1-77/+0
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-56/+0
2012-07-09collectpads: add STREAM_START handlingStefan Sauer1-1/+12
2012-04-23collectpads: do not unref flush_start twiceMark Nauwelaerts1-1/+3
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts1-0/+2211
2012-01-26collectpads: Remove old collectpadsSebastian Dröge1-1365/+0
2012-01-19Update for new gthread APIWim Taymans1-4/+4
2011-12-04Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+1
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+1
2011-11-17pad: add parent to other functionsWim Taymans1-6/+8
2011-11-17collectpads: move fields out of reserved and restore paddingStefan Sauer1-104/+51