summaryrefslogtreecommitdiff
path: root/plugins/elements
AgeCommit message (Expand)AuthorFilesLines
2014-01-08multiqueue: Allow growing a queue if all other queues are not linkedSebastian Dröge1-6/+14
2014-01-07filesrc: don't try to seek to -1 offsetWim Taymans1-1/+1
2014-01-03multiqueue: Fix hanging if shut down while handling a serialized queryYanpingZhang1-0/+3
2014-01-02tee: Remove dyn lockSebastian Dröge2-14/+0
2014-01-02tee: Keep another ref to our one and only srcpad around while pushingSebastian Dröge1-0/+6
2013-12-30queue: Remove unneeded checksEdward Hervey1-13/+11
2013-12-20funnel: Setting the PROXY_CAPS flag on the srcpad does not make much senseSebastian Dröge1-2/+0
2013-12-20funnel: Proxy CAPS and ALLOCATION queriesSebastian Dröge1-0/+6
2013-12-20multiqueue: post 100% buffering if single queue is not linkedThiago Santos1-1/+7
2013-12-11queue: don't ignore event return valueWim Taymans2-18/+14
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen5-11/+11
2013-12-03multiqueue: Wake up on reconfigure eventOlivier Crête1-1/+3
2013-12-03docs: add missing docs, fixing doc errorsSebastian Rasmussen2-6/+19
2013-11-29inputselector: handle gap eventsThiago Santos1-0/+21
2013-11-11queue: Don't use gst_buffer_get_size() when possibleEdward Hervey1-2/+7
2013-11-06valve: proxy caps and allocationWim Taymans1-0/+2
2013-10-13tests/filesrc: Set location in wrong stateSebastian Rasmussen1-1/+1
2013-09-24Revert "Potential GstContext regression"Sebastian Dröge2-264/+16
2013-09-24Potential GstContext regressionAlex Ashley2-16/+264
2013-09-10queue2: Only update current level if we already downloaded a rangeSebastian Dröge1-1/+2
2013-09-09Update the buffering state before stalling for more dataGustavo Noronha Silva1-0/+9
2013-09-04typefind: Add missing break after handling the GAP eventSebastian Dröge1-0/+1
2013-09-04multiqueue: Don't reduce single queue visible size below its current levelMatej Knopp1-2/+26
2013-09-02outputselector: Don't adjust segment->start to the current time when switchin...Sebastian Dröge1-6/+1
2013-08-30capsfilter: Delete link directly in pending_events.Mathieu Duponchelle1-5/+5
2013-08-27filesink: please gcc (avoid a warn_unused_result warning)Alessandro Decina1-1/+2
2013-08-27filesink: flush (discard data) on FLUSH_STOPAlessandro Decina1-0/+9
2013-08-20queue: Properly unlock the sinkpad streaming thread when deactivating the padSebastian Dröge1-0/+5
2013-08-20queue2: Properly unlock the sinkpad streaming thread when deactivating the padSebastian Dröge1-0/+4
2013-08-19multiqueue: Clean up after the streaming thread has stoppedSebastian Dröge1-0/+12
2013-08-19queue2: Clean up after the streaming thread has stoppedSebastian Dröge1-0/+6
2013-08-19queue: Clean up after the streaming thread has stoppedSebastian Dröge1-1/+6
2013-08-16queue2: don't crash on EOS if queue is emptyTim-Philipp Müller1-0/+4
2013-08-16queue2: don't change global buffering state from within query handlerTim-Philipp Müller1-24/+25
2013-08-16queue2: update buffering when changing capacityWim Taymans1-2/+4
2013-07-31queue2: Fix backwards seeks into undowloaded rangesSjoerd Simons1-15/+7
2013-07-29queue2: Forward the schedule query upstreamSjoerd Simons1-0/+5
2013-07-29typefind: Only advance offset by the number of bytes we actually readSebastian Dröge1-1/+1
2013-07-23input-selector: Fix missing pad activation notificationArnaud Vrac1-2/+2
2013-07-22inputselector: Don't push new stream-start events on stream change unless the...Sebastian Dröge2-0/+22
2013-07-22typefind: Use new group-id in stream-start eventSebastian Dröge1-1/+4
2013-07-16multiqueue: only block serialized query when it's safeSebastian Dröge1-11/+24
2013-07-12inputselector: Deactivate and remove pad without the inputselector lockSebastian Dröge1-1/+1
2013-07-10inputselector: Keep previous active sinkpad around until we're done with itSebastian Dröge1-3/+5
2013-07-01funnel: Re-push all sticky events when buffers come from a different padOlivier Crête2-209/+40
2013-07-01funnel: Use default pad function for upstream event/queriesOlivier Crête1-52/+2
2013-06-24queue2: only block serialized query when it's safeWim Taymans1-2/+9
2013-06-19queue: Don't hold the queue mutex while doing serialized queries downstreamSebastian Dröge1-1/+12
2013-06-06input-selector: send notify::active signal for input-selector pads.Brendan Long1-3/+21
2013-06-04input-selector: return FALSE for "active" property if selector is NULLBrendan Long1-3/+7