summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2018-03-13net: GST_EXPORT -> GST_NET_APITim-Philipp Müller11-28/+71
2018-03-13controller: GST_EXPORT -> GST_CONTROLLER_APITim-Philipp Müller12-30/+68
2018-03-13check: GST_EXPORT -> GST_CHECK_APITim-Philipp Müller9-148/+186
2018-03-13base: GST_EXPORT -> GST_BASE_APITim-Philipp Müller20-330/+382
2018-03-07basesrc: Balance unlock/unlock_stop in _src_stop()Nicolas Dufresne1-0/+3
2018-03-07basesrc: No need to stop flushing in start_completeNicolas Dufresne1-4/+0
2018-03-05queuearray: Implement pop_tail_struct() for completenessSebastian Dröge2-0/+37
2018-03-01queue: Ignore thresholds if a query is queuedOlivier Crête2-0/+30
2018-03-01meson: enable more warningsMathieu Duponchelle1-1/+14
2018-03-01gstaggregator: pads must inherit from #GstAggregatorPadMathieu Duponchelle2-15/+21
2018-03-01Revert "gstaggregator: pads must inherit from #GstAggregatorPad"Mathieu Duponchelle2-21/+15
2018-03-01gstaggregator: pads must inherit from #GstAggregatorPadMathieu Duponchelle2-15/+21
2018-03-01aggregator: allow src GstAggregatorPadsMathieu Duponchelle1-8/+10
2018-02-22baseparse: Fix integer overflow in bitrate calculationNicolas Dufresne1-6/+19
2018-02-22baseparse: Avoid overflow in update_interval calculationNicolas Dufresne1-1/+5
2018-02-22baseparse: Fix check for update_intervalNicolas Dufresne1-2/+2
2018-02-19queuearray: add _peek_tail() and _pop_tail()Tim-Philipp Müller2-0/+71
2018-02-16gstbasesink: Include segment.offset in the computation of positionAlicia Boya García1-2/+7
2018-01-31basetransform: annotate virtual methodsMathieu Duponchelle1-1/+17
2018-01-23aggregator: delegate buffer skipping to the aggregate threadMathieu Duponchelle1-14/+42
2018-01-23API: GstAggregatorPad.skip_buffer virtual methodMathieu Duponchelle2-5/+21
2018-01-23basesrc: Annotate some of the virtual methodsMathieu Duponchelle1-4/+15
2018-01-23aggregator: rename _get_buffer() -> _peek_buffer() and _steal -> _popTim-Philipp Müller2-10/+10
2018-01-18ptp: fix build failure with #undef USE_MEASUREMENT_FILTERINGMichele Dionisio1-1/+1
2018-01-15typefindhelper: fix confusing debug log messageJun Xie1-4/+10
2018-01-11libs: check: print stacktrace on unexpected criticalsTim-Philipp Müller1-0/+8
2018-01-11meson: make check and tests build on Windows with msvcHåvard Graff5-6/+24
2018-01-02gstharness: Remove double freeEdward Hervey1-1/+0
2017-12-26aggregator: remove DEBUG_FUNCPTRStefan Sauer1-2/+0
2017-12-24aggregator: Avoid a maybe-uninitialized warningJan Alexander Steffens (heftig)1-1/+1
2017-12-17basetransform: Allow going passthrough inside decide_allocationNicolas Dufresne1-0/+9
2017-12-13check/harness: fix transfer annotations on buffer passing functionsMatthew Waters1-5/+5
2017-12-07basesrc: add buffer list supportTim-Philipp Müller2-11/+88
2017-12-07basesrc: minor code readability improvementTim-Philipp Müller1-6/+8
2017-12-05harness: make bindings use the GBytes variant for _take_all_data()Tim-Philipp Müller1-1/+1
2017-12-05harness: use new take_all_data() function in _dump_to_file().Havard Graff1-18/+10
2017-12-05harness: add gst_harness_take_all_data() + _take_all_data_as_{bytes,buffer}()Tim-Philipp Müller3-0/+105
2017-12-04aggregator: add finish_buffer() vfuncTim-Philipp Müller2-12/+34
2017-12-04aggregator: disable tag merging and forwarding for nowTim-Philipp Müller1-14/+6
2017-12-02aggregator: hook up to docsTim-Philipp Müller1-2/+18
2017-12-02aggregator: hook up to build systemTim-Philipp Müller4-5/+6
2017-12-02Move GstAggregator from -bad to coreTim-Philipp Müller2-0/+3358
2017-12-02aggregator: Remove klass->sinkpads_typeMathieu Duponchelle2-8/+4
2017-12-02aggregator: add doc blurb for gst_aggregator_pad_is_eos()Tim-Philipp Müller1-0/+6
2017-12-02aggregator: also remove now-unused PadForeachFunc declarationTim-Philipp Müller1-5/+0
2017-12-02aggregator: Remove pad iterator functionOlivier Crête2-86/+0
2017-12-02aggregator: use new gst_element_foreach_sink_pad()Tim-Philipp Müller1-15/+21
2017-12-02aggregator: add more commentsStefan Sauer1-0/+6
2017-12-02aggregator: fix type for latency property (int64 -> GStClockTime)Stefan Sauer1-11/+10
2017-12-02aggregator: Don't take flush lock from output threadOlivier Crête1-7/+17