summaryrefslogtreecommitdiff
path: root/gst/adder
AgeCommit message (Expand)AuthorFilesLines
2015-07-03docs: order and canonicalize the -sections.txt fileStefan Sauer1-1/+0
2015-05-10docs: update element example pipelinesTim-Philipp Müller1-1/+5
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2015-02-27adder: Drop custom latency querying logicArun Raghavan1-90/+0
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-7/+9
2015-01-27orc: update orc filesLuis de Bethencourt1-259/+177
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-2/+2
2014-05-03Release 1.3.1Sebastian Dröge1-2/+2
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-04-08adder: rework the logic to check if eos has to be sent.Mathieu Duponchelle1-3/+10
2014-03-11adder: set a group-id on the stream-start eventStefan Sauer1-2/+8
2013-09-28adder: Don't take channel mask in consideration in mono or stereoMathieuDuponchelle1-1/+34
2013-09-24adder: send pending segment out before checking for EOSMathieu Duponchelle1-35/+35
2013-08-06adder: Raw buffers DTS should always be CLOCK_TIME_NONEThibault Saunier1-2/+3
2013-08-06adder: set DTS and PTS, sync on DTSThibault Saunier1-2/+2
2013-07-04adder: Do not send flush_start event with the stream lock takenThibault Saunier1-2/+2
2013-06-09adder: Reject segments that have a different rate than the output segmentSebastian Dröge1-1/+12
2013-05-30adder: Add GstChildProxy interface for the sinkpadsSebastian Dröge1-1/+48
2013-05-30adder: Hold object lock in setcaps a bit longer to prevent race conditionsSebastian Dröge1-2/+3
2013-05-30adder: Simplify segment event handlingSebastian Dröge2-12/+3
2013-05-30adder: Use gst_audio_info_is_equal() to check if we get the same capsSebastian Dröge1-6/+8
2013-05-30adder: Don't calls gst_pad_set_caps() on sinkpadsSebastian Dröge2-70/+20
2013-05-30adder: Set GAP flag on silence buffers we createdSebastian Dröge1-0/+1
2013-05-30adder: Remove caching of the processing functionSebastian Dröge5-153/+147
2013-05-30adder: Add support for per-stream volumesSebastian Dröge5-5/+2849
2013-05-30adder: Add optimized orc code for F64 processingSebastian Dröge4-12/+137
2013-05-30adder: The output buffer must be readable and writableSebastian Dröge1-1/+1
2013-05-30adder: Add support for muting individual padsSebastian Dröge1-3/+23
2013-05-30adder: Sync pad properties with the GstControllerSebastian Dröge1-0/+10
2013-05-30adder: Add custom GstPad subclass to hold additional data and propertiesSebastian Dröge2-2/+104
2013-05-02adder: Get collectpad stream lock when fowarding flush eventsThibault Saunier1-7/+17
2013-04-22Update disted orc backup filesTim-Philipp Müller2-0/+96
2013-04-21adder: Do not try to wait for flush_stop after receiving a segment eventThibault Saunier2-10/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-03-11adder: add a missing breakStefan Sauer1-0/+1
2013-02-27adder: don't discard the flush-start eventsStefan Sauer1-4/+1
2013-02-27adder: fix loopingStefan Sauer1-20/+29
2013-02-27adder: remove defines we don#t use anymoreStefan Sauer1-15/+0
2013-02-25adder: mark pending flush-stop on segment eventStefan Sauer2-23/+37
2013-02-21adder: ensure sending a flush-stop after flush-startStefan Sauer1-0/+10
2013-02-13adder: use the collect_pads_query funcStefan Sauer1-11/+9
2012-11-03Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-24Revert "gst: Add better support for static plugins"Sebastian Dröge1-1/+1
2012-10-24gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-09-23adder: send stream-start event, and send caps event after stream-startTim-Philipp Müller2-1/+24
2012-09-14Release 0.11.94Tim-Philipp Müller1-21/+49
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-1/+2
2012-08-05adder: send CAPS event downstream fixing not-negotiated errorsTim-Philipp Müller2-8/+37
2012-07-23adder: prefix orc functions with adder_orc_Wim Taymans4-76/+92
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts2-29/+29