summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2015-03-23wipHEADmasterThiago Santos1-2/+2
2015-03-17baseparse: remove duplicate codeOlivier Crête1-10/+0
2015-03-16baseparse: reset skip on segments and discontinuitiesVincent Penquerc'h1-0/+3
2015-03-14basesink: handle empty buffer list more gracefullyTim-Philipp Müller1-1/+12
2015-03-14adapter: minor optimisation for gst_adapter_take_buffer_list()Tim-Philipp Müller1-1/+13
2015-03-14adapter: add gst_adapter_take_buffer_list()Tim-Philipp Müller2-0/+47
2015-03-14collectpads: avoid multiple calls to gst_buffer_get_size() in macroTim-Philipp Müller1-2/+3
2015-03-14adapter: avoid multiple calls to gst_buffer_get_size() in macroTim-Philipp Müller1-4/+6
2015-03-14meta: Add `GstNetControlMessageMeta`William Manley3-0/+189
2015-03-13basesink: drain on allocation queryThiago Santos1-8/+14
2015-03-13basesink: when draining, deep copy the last buffer to unref old memoryThiago Santos1-1/+1
2015-03-11check: Use mkstemp instead of tempnam if possibleMichał Dębski1-1/+17
2015-03-11basesink: clean up the need_preroll variableWim Taymans1-5/+2
2015-03-10check: duplicate code branchesLuis de Bethencourt1-5/+1
2015-03-07flowcombiner: add a gst_flow_combiner_update_pad_flow() methodMark Nauwelaerts2-0/+31
2015-03-07flowcombiner: add a gst_flow_combiner_reset() methodMark Nauwelaerts2-0/+26
2015-03-06basesrc: Fix typo in debug messageSebastian Dröge1-1/+1
2015-02-26baseparse: Don't emit errors on EOS if we saw GAP eventsEdward Hervey1-2/+6
2015-02-24helpers: Fix install of completion-helper.Mathieu Duponchelle1-1/+2
2015-02-23completion-helper: Add missing DESTDIRNicolas Dufresne1-2/+2
2015-02-23completion-helper: Add filtering by klass and sink caps.Mathieu Duponchelle1-7/+50
2015-02-23flowcombiner: fix documentation comment typoMark Nauwelaerts1-1/+1
2015-02-23baseparse: drain segment upon SEGMENT_DONE to ensure proper event orderMark Nauwelaerts1-0/+11
2015-02-23baseparse: clean up some bogus commented codeMark Nauwelaerts1-2/+0
2015-02-23completion-helper: Append $(EXEEXT) to the name of the moved file.Mathieu Duponchelle1-2/+2
2015-02-23bash-completion: Implement in a different way.Mathieu Duponchelle4-0/+278
2015-02-19check: cast element in ASSERT_SET_STATE.Mathieu Duponchelle1-1/+1
2015-02-13timedvaluecontrolsource: Do not wrongly send value-removedThibault Saunier1-0/+3
2015-02-12basesrc: fix documentation and debug message after latency updatesThiago Santos1-4/+4
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge3-6/+9
2015-02-07netclock: Don't update the clock when it desynchJan Schmidt1-14/+43
2015-02-07netclock: Make the RTT average ignore large values more forcefully.Jan Schmidt1-1/+1
2015-01-23check: fix another typo in the docsStefan Sauer1-1/+1
2015-01-22check: Fix doc of GST_CHECKS and GST_CHECKS_IGNOREHeinrich Fink1-2/+2
2015-01-21check: Add _fail_unless() compatibility function around _ck_assert_failed()Sebastian Dröge2-1/+29
2015-01-21netclock: Fix docs typo. Clock bus messages are GST_MESSAGE_ELEMENTJan Schmidt1-1/+1
2015-01-21netclock: Implement rate limits for polling and fix up skew limitsJan Schmidt1-37/+73
2015-01-21netclock: Implement sending statistic bus messages and discont limitsJan Schmidt1-8/+138
2014-12-22basetransform: Short-circuit CAPS query handling if transform_caps returns EM...Sebastian Dröge1-11/+23
2014-12-18gstcheck: fix GI annotationThiago Santos1-1/+1
2014-12-18baseparse: jump over large skips in pull modeVincent Penquerc'h1-0/+6
2014-12-16check: Have autotools generate internal-check.hSebastian Rasmussen9-21/+16
2014-12-07check: Avoid requring (u)intmax_t in macrosSebastian Rasmussen1-8/+8
2014-12-06check: Fix compilation error for iOSSebastian Rasmussen1-1/+0
2014-12-06check: Apply GStreamer-specific patchesSebastian Rasmussen14-57/+47
2014-12-06check: Import version 0.9.14Sebastian Rasmussen27-814/+2580
2014-12-01basesink: clamp reported position based on directionEdward Hervey1-2/+6
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge6-15/+17
2014-11-28baseparse: update the duration variable before emitting the busThiago Santos1-4/+6
2014-11-27basetransform: Compare correct caps variable against NULL before comparing capsSebastian Dröge1-1/+1