summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-09-19nlecomposition: Always execute seeksNicolas Dufresne1-0/+5
2017-09-19nlecomposition: Also start task on allocation queryNicolas Dufresne1-6/+8
2017-08-10smartmixer: Give a unique name to each compositor instancesThibault Saunier1-1/+1
2017-07-29nlecomposition: Rename segment_start to current_stack_startThibault Saunier1-54/+61
2017-07-29nlecomposition: Properly update segment->start/stop on commitThibault Saunier1-6/+29
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-11-30nlecomposition: Deactivate current stack in PAUSED_READY stateThibault Saunier1-24/+23
2016-11-17Revert "nlecomposition: Start task and initialize the stack after chaining up...Sebastian Dröge1-22/+12
2016-11-17Revert "nleobject: Start up in NULL->READY->PAUSED after the parent class did"Sebastian Dröge1-14/+19
2016-11-16nleobject: Start up in NULL->READY->PAUSED after the parent class didSebastian Dröge1-19/+14
2016-11-16nlecomposition: Start task and initialize the stack after chaining up to pare...Sebastian Dröge1-12/+22
2016-11-11nlecomposition: Fix small remaining race in previous commitSebastian Dröge1-6/+26
2016-11-09nlecomposition: De-duplicate seek events based on their sequence numberSebastian Dröge1-5/+42
2016-09-26nle: Drop tags getting out of the compositionThibault Saunier1-0/+4
2016-09-22nlecomposition: Don't try to seek on an empty stackSebastian Dröge1-0/+7
2016-09-22nleurisource: Always provide a srcpadSebastian Dröge2-8/+24
2016-09-21nlesource: Fail prepare() if no valid source pad is foundSebastian Dröge1-0/+2
2016-08-24Add support for Meson as alternative/parallel build systemThibault Saunier2-0/+18
2016-05-31nlecomposition: Fix race condition in seek handling causing deadlocksSebastian Dröge1-1/+11
2016-05-14nlecomposition: ensure elements pending to be added are not leakedAurélien Zanelli1-6/+15
2016-05-14nlecomposition: fix nle_composition_remove_object info messageAurélien Zanelli1-1/+1
2016-04-09Minor fixThibault Saunier1-1/+1
2016-03-24editing-services: use new gst_element_class_add_static_pad_template()Vineeth TM4-12/+10
2016-02-26nle: Set the NleOperation flags to NLE_OBJECT_OPERATIONSjors Gielen1-0/+1
2016-02-26Handle changing playback rateSjors Gielen3-4/+47
2016-02-04nle: Turn composition structural issue into ERROR on the busThibault Saunier1-7/+11
2016-01-09nlecomposition: use correct type for flush_seqnum.Mathieu Duponchelle1-1/+1
2016-01-09nleghostpad: use GST_SEGMENT_FORMATMathieu Duponchelle1-8/+2
2015-10-02nlecomposition: free closure actions when disposingJustin Kim1-27/+56
2015-10-02nlecomposition: fix wrong argument order of GClosureNotifyJustin Kim1-1/+1
2015-10-02nleoperation: don't leak iteratorJustin Kim1-0/+2
2015-09-30nleoperation: don't leak srcpadJustin Kim1-0/+1
2015-09-24nle{composition,object}: remove unused allocation & trivial leakagesJustin Kim2-8/+3
2015-09-15nle: Avoid unsetting srcpad target after the srcpad is already freedThibault Saunier1-2/+3
2015-09-15nle: Stop wrongly set operation segment base timeThibault Saunier1-6/+0
2015-09-11nlecomposition: don't leak internal hashtableJustin Kim1-0/+4
2015-09-11nleobject: don't leak srcpad when disposingJustin Kim1-0/+5
2015-08-20Move NLE to a dedicated GstPluginThibault Saunier19-0/+6809