summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2015-03-23wipHEADmasterThiago Santos1-1/+4
2015-03-20output-selector: add drain handlingThiago Santos1-0/+13
2015-03-20valve: Don't drop non-serialized queries when the valve is droppingSebastian Dröge1-1/+1
2015-03-18funnel: Add support for buffer listsSebastian Dröge1-5/+33
2015-03-15multiqueue: Don't grow queue infinitely if only one pad is linkedSebastian Dröge1-14/+5
2015-03-12streamiddemux: Reset pad counter after removing all padsSebastian Dröge1-0/+1
2015-03-12streamiddemux: Add streamiddemux elementHoonHee Lee4-0/+474
2015-03-12typefind: Reset segment when deactivating pull mode or not running in pull modeSebastian Dröge1-0/+2
2015-03-10funnel: handle GAP event to forwards sticky events into downstreamhoonhee.lee1-0/+9
2015-03-03queue2: Signal the sinkpad thread if a flow error happenedSebastian Dröge1-0/+7
2015-03-03queue: Wake up the query function on errors from the loop functionSebastian Dröge1-2/+5
2015-02-27input-selector: Drop custom latency query handlingArun Raghavan1-82/+0
2015-02-23multiqueue: avoid returning downstream GST_FLOW_EOS from previous segment to ...Mark Nauwelaerts1-12/+67
2015-02-19inputselector: Use a separate query for upstream pads and let it fail if one ...Sebastian Dröge1-5/+10
2015-02-18queue: Remove unused boolean parameter from internal functionsSebastian Dröge1-24/+17
2015-02-18queue: Add support for buffer listsSebastian Dröge1-32/+212
2015-02-18queue2: Count the number of buffers in a buffer list for updating the current...Sebastian Dröge1-2/+2
2015-02-12fdsrc: use g_ascii_strtoull() to convert size string in uriFrédéric Wang1-2/+4
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-2/+6
2015-01-21output-selector: Constify negotiation mode GEnumValue tableSebastian Dröge1-1/+1
2015-01-14identity: send gap events when dropping buffersVincent Penquerc'h1-0/+9
2015-01-12inputselector: Don't dereference NULL pointerSebastian Dröge1-1/+1
2015-01-05inputselector: fix silly GQueue iteration codeTim-Philipp Müller1-9/+9
2014-12-24inputselector: Use the same waiting function for EOS and non-EOS waitingSebastian Dröge1-16/+5
2014-12-24inputselector: Wake up all waitings pads directly if we forward the EOS eventSebastian Dröge1-10/+14
2014-12-24inputselector: Block when receiving an EOS event on a deactivated padSong Bing2-14/+45
2014-12-23inputselector: Keep a ref of the currently active sinkpad aroundSebastian Dröge1-0/+2
2014-12-23inputselector: Get the active sinkpad again after taking the lock when handli...Song Bing1-0/+1
2014-12-10typefind: minor cosmetic changeTim-Philipp Müller2-5/+5
2014-12-10typefind: use GST_BUFFER_OFFSET_NONE for buffer offsetTim-Philipp Müller1-2/+2
2014-12-01typefind: Propagate input buffer offsetEdward Hervey2-0/+6
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge3-3/+3
2014-11-30plugins: fix build on windowsTim-Philipp Müller1-0/+9
2014-11-30filesink: use writev() in ::render() to write out memories without merging themTim-Philipp Müller1-32/+13
2014-11-30filesink: implement ::render_list() function that uses writev()Tim-Philipp Müller2-0/+53
2014-11-30fdsink: use writev() in ::render() to write out memories without merging themTim-Philipp Müller1-96/+11
2014-11-30fdsink: implement ::render_list() using writev()Tim-Philipp Müller2-0/+52
2014-11-30plugins: add helper function for writing buffers out with writev()Tim-Philipp Müller2-0/+247
2014-11-23queue2: percentage is relative to high-percentThiago Santos1-1/+1
2014-11-23multiqueue: percentage is an absolute valueThiago Santos1-1/+1
2014-11-03capsfilter: Add an optional delayed caps change modeSebastian Dröge2-2/+138
2014-10-20identity: include the actual delta in the messageStefan Sauer1-0/+2
2014-10-20multiqueue: Wake up any waiting streams if the current one goes EOSAndrei Sarakeev1-0/+8
2014-10-09multiqueue: don't lock multiqueue when pushing serialized queriesAleix Conchillo Flaqué1-1/+13
2014-10-03inputselector: fix compilationTim-Philipp Müller1-3/+3
2014-10-03input-selector: extract some common code into helpersStefan Sauer1-28/+22
2014-10-03input-selector: small code cleanupsStefan Sauer1-22/+17
2014-10-03inputselector: fix printf formatStefan Sauer2-3/+3
2014-10-03fakesrc: mark the pattern property as unusedLuis de Bethencourt1-0/+10
2014-10-02fakesrc: removing unused pattern optionLuis de Bethencourt2-11/+0