summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-27(multi)queue: Don't access query items during flushingSebastian Dröge2-3/+8
2013-05-27multiqueue: Don't do serialized queries when we're flushingSebastian Dröge1-2/+11
2013-05-27queue2: First set query result, then signal GCondSebastian Dröge1-1/+1
2013-05-27queue: Fix handling of serialized queriesSebastian Dröge2-36/+57
2013-05-27queue2: Unblock any waiting serialize queries on FLUSH_STARTSebastian Dröge1-15/+35
2013-05-27queue/queue2/multiqueue: When flushing, make sure to not lose any sticky eventsSebastian Dröge3-16/+65
2013-05-25valve: Don't read sticky flag from unrefed eventNicolas Dufresne1-2/+3
2013-05-24tee: fix property description for now-unused "alloc-pad" propertyTim-Philipp Müller1-1/+1
2013-05-24queue2: Add support for serialized queries if using a memory queueSebastian Dröge2-6/+65
2013-05-24queue: Set the last serialized query result to FALSE when flushingSebastian Dröge1-0/+1
2013-05-24multiqueue: Initialize all GstMultiQueueItem fields in both code pathsSebastian Dröge1-0/+1
2013-05-24multiqueue: Don't access the query after signalling the waiting threadSebastian Dröge1-1/+4
2013-05-24multiqueue: Make sure to always signal any possible pending serialized queriesSebastian Dröge1-4/+7
2013-05-15typefind: Handle the force-caps property more similar to all typefinding code...Sebastian Dröge1-79/+69
2013-05-09queue: Store sticky events on the srcpad if we're dropping them because of le...Sebastian Dröge1-0/+6
2013-05-09outputselector: Always forward sticky events to all padsSebastian Dröge1-10/+10
2013-05-09inputselector: Forward all sticky events, including stream-startSebastian Dröge1-1/+1