summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-25triggercontrolsource: Fix short description for the docsSebastian Dröge1-1/+1
2014-11-20basetransform: Fix caps equality checkSebastian Dröge1-1/+1
2014-11-12baseparse: allow skipping more data than we currently haveVincent Penquerc'h1-1/+42
2014-11-09basetransform: Don't bother the subclass with setting the same caps multiple ...Sebastian Dröge1-12/+21
2014-11-09basesink: Don't bother the subclass with setting the same caps multiple timesSebastian Dröge1-7/+16
2014-11-09basesrc: Don't bother the subclass with setting the same caps multiple timesSebastian Dröge1-4/+15
2014-11-06dataqueue: Fix gst_data_queue_new() description.Jan Schmidt1-3/+4
2014-11-04basesink: Answer the query position when receiving it from upstreamThibault Saunier1-0/+5
2014-11-02doc: Do not use deprecated gtk-doc 'Rename to' tagLuis de Bethencourt1-3/+1
2014-10-24basesink: don't unlock mutex that is not lockedTim-Philipp Müller1-1/+6
2014-10-22timedvaluecontrolsource: Add some signals about values changesThibault Saunier2-8/+108