summaryrefslogtreecommitdiff
path: root/gnl
AgeCommit message (Expand)AuthorFilesLines
2013-08-15gnlcomposition: Drop any buffer flowing from a source when updating pipelineHEADmasterThibault Saunier1-3/+8
2013-07-23gnloperation: check for request pads on the element class not the factoryTim-Philipp Müller1-17/+5
2013-07-23gnlcomposition: grammar (childs -> children)Mathieu Duponchelle1-36/+36
2013-07-09composition: Check if we have an entry before trying to get its probeidMathieu Duponchelle1-1/+1
2013-06-26composition: Add entry to the the hashtable before connecting to pad-addedThibault Saunier1-3/+3
2013-06-23gnlcomposition: Remove support for gapsThibault Saunier1-39/+13
2013-06-23gnlcomposition: Remove uneeded indentsThibault Saunier1-137/+135
2013-06-23gnlcomposition: Make the pipeline update protected from any child changesThibault Saunier1-19/+17
2013-06-23gnl: Setting priority == MAXUINT32 does not mean "default object"Thibault Saunier2-16/+5
2013-06-23gnl: First implementation of the commit based APIThibault Saunier3-246/+298
2013-06-18gnl: Remove trailling whitespaces and tabs in .c filesThibault Saunier2-54/+54
2013-06-18gnl: Remove the notion of media-durationThibault Saunier4-158/+16
2013-06-18gnl: Rename media-start as inpointThibault Saunier4-39/+37
2013-06-11composition: update operations base time even when we don't update the pipeline.Mathieu Duponchelle1-0/+27
2013-06-11gnlcomposition: forward non time-resetting flush stops outside the composition,Mathieu Duponchelle1-1/+18
2013-06-11gnlcomposition: Don't flush_start / flush_stop according to user's flags.Mathieu Duponchelle1-30/+1
2013-06-11gnl: Properly set operations basetimeThibault Saunier4-2/+36
2013-05-28gnlcomposition: When removing a ghostpad, remove the probe_handlers associate...Mathieu Duponchelle1-1/+9
2013-05-28gnlcomposition: replace eos_main_thread with update_pipeline_func.Mathieu Duponchelle2-75/+102
2013-05-28gnlcomposition: Forward EOS from the streaming thread when appropriate.Mathieu Duponchelle1-7/+33
2013-05-25ghostpad: Remove unsued parameter flush_hackNicolas Dufresne4-20/+6
2013-05-25ghostpad: Remove uneeded set_caps()Nicolas Dufresne1-11/+0
2013-05-25ghostpad: Correctly handle pad creation failureNicolas Dufresne1-1/+6
2013-05-25source: Split change_state into prepare/cleanupNicolas Dufresne1-98/+72
2013-05-25object: Fix function declaration coding styleNicolas Dufresne1-7/+5
2013-05-25doc: Add missing descriptionNicolas Dufresne1-1/+1
2013-05-25doc: Remove duplicate short descriptionNicolas Dufresne4-4/+0
2013-05-23Revert "composition: Foward eos from the streaming thread when appropriate"Thibault Saunier1-21/+6
2013-05-23composition: Foward eos from the streaming thread when appropriateThibault Saunier1-6/+21
2013-05-16gnlcomposition: Only send stream-start once and for each source startThibault Saunier1-1/+12
2013-05-16Remove useless GLib version checksThibault Saunier2-40/+0
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-03-28composition: Ensure segment base time is correctEdward Hervey1-0/+33
2013-03-28gnlcomposion: When seeking flush downstream before unlinkingNicolas Dufresne1-1/+1
2013-03-28gnlcomposion: objects lock must be taken to call _set_target()Nicolas Dufresne1-1/+5
2012-11-28gnlcomposition: Add support for reverse playbackSebastian Dröge1-50/+127
2012-11-28gnlcomposition: Make sure to pass flushes downstream if flushing seeks were r...Sebastian Dröge1-4/+32
2012-11-04Fix FSF addressTim-Philipp Müller15-30/+30
2012-11-03misc: Add more/better debuggingEdward Hervey1-1/+2
2012-11-03gnloperation: Only release sink pads that need to beEdward Hervey1-1/+2
2012-11-03gnlghostpad: Control internal pad straight awayEdward Hervey1-16/+21
2012-11-03composition: Only care about source pads that go awayEdward Hervey1-10/+12
2012-11-01composition: Ensure seeks always have flush/accurateEdward Hervey1-5/+3
2012-11-01events: Don't leak segments and carry-over seqnumsEdward Hervey1-15/+23
2012-11-01gnlcomposition: Fix leakEdward Hervey1-0/+2
2012-10-17gnl: use gst_element_class_set_static_metadata()Tim-Philipp Müller4-6/+5
2012-09-03gnlcomposition: Update for API changeEdward Hervey1-3/+2
2012-07-05gnlcomposition: Implement segment-done eventSebastian Dröge1-0/+2
2012-05-02gnlcomposition: fix printf format in debug messageРуслан Ижбулатов1-1/+1
2012-04-24gnlcomposition: Use correct enum typeSebastian Dröge1-1/+1