summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2021-03-19gst: don't use volatile to mean atomicMatthew Waters2-2/+2
2021-02-10plugin: Fix `is-ges-timeline` registrationThibault Saunier2-4/+5
2021-02-10command-line-formatter: Add a way to format timelines using the formatThibault Saunier1-2/+1
2021-02-10ges: Use a `ges:` uri to define timeline from descriptionThibault Saunier1-2/+23
2020-09-04demux: Fixate documentation capsThibault Saunier1-4/+14
2020-07-30nle: Minor debug enhancementThibault Saunier1-2/+2
2020-06-23docs: fix linksMathieu Duponchelle1-4/+4
2020-06-23docs: mark more types as plugin APIMathieu Duponchelle2-0/+4
2020-06-04track, composition: mark stream id properties as DOC_SHOW_DEFAULTMathieu Duponchelle1-1/+2
2020-05-19nlecomposition: Add stack initialization action after setting our stateThibault Saunier1-8/+8
2020-05-19nle: Use G_PARAM_DEPRECATED for media-duration-factorThibault Saunier1-2/+1
2020-04-30plugin: Fix a race removing tracks from timeline from the wrong threadThibault Saunier1-0/+3
2020-04-29nleobject: stop using media-duration-factorHenry Wilkes4-47/+183
2020-04-29nleoperation: stop setting next_base_timeHenry Wilkes3-58/+0
2020-04-28nlecomposition: Fix seeking with stopThibault Saunier1-22/+36
2020-04-10basebin: Do not set stream_group if upstream didn't provide itThibault Saunier1-5/+6
2020-04-10gesdemux: Check result of g_statThibault Saunier1-2/+11
2020-04-10ges: Always check return value of `ges_container_add`Thibault Saunier1-2/+4
2020-03-19ges: Use #pragma once everywhereThibault Saunier1-3/+1
2020-03-11nle: Delay marking object as not in compositionThibault Saunier2-1/+1
2020-02-18nlesource: When standalone consider object.duration==0 as not setThibault Saunier1-4/+10
2020-02-12plugins:ges: Fix pushing tags after e8c782d119eccf364fa24812cdc90c40f60d65d6Thibault Saunier2-71/+69
2020-02-12nlecomposition: Optimize prerolling when using nested compositionsThibault Saunier1-4/+49
2020-02-12nlesource: Fix seeks when used standaloneThibault Saunier1-1/+2
2020-02-12nle: Seek the whole stack on initializationThibault Saunier2-74/+174
2020-02-11nle: Minor typo fixesThibault Saunier2-2/+2
2019-10-24Don't pass default GLib marshallers for signalsNiels De Graef2-3/+2
2019-10-22nlecomposition: Enhance dumping stack outputThibault Saunier1-8/+14
2019-10-13Remove autotools build systemTim-Philipp Müller4-62/+0
2019-10-01gesdemux: Initialize debug category before first using itSebastian Dröge1-1/+3
2019-08-28build: also suppress unused-function warnings about g_autoptrMatthew Waters2-0/+6
2019-08-27ges: fix G_DECLARE_FINAL_TYPE -Werror with clangThibault Saunier3-2/+8
2019-08-20gesdemux: Fix querying if we need stack reloadingThibault Saunier1-1/+1
2019-08-12doc: Add some missing Since:Thibault Saunier1-0/+2
2019-07-26gesdemux: Compute sinkpad caps based on formatter mimetypesThibault Saunier1-14/+114
2019-07-26Mark nested timeline assets as suchThibault Saunier1-0/+7
2019-07-26formatter: Enhance error reportingThibault Saunier1-6/+32
2019-07-26gesdemux: Add a testsrc to timelines if parent nleobject duration is too longThibault Saunier1-0/+70
2019-07-26nle: Handle nested timelines update when file changesThibault Saunier2-12/+88
2019-07-05gesdemux: Detect recursively loading the same project fileThibault Saunier1-0/+21
2019-07-05gesdemux: Create proper stream-idsThibault Saunier1-0/+42
2019-07-05nlecomposition: Drop all group-done but the last oneThibault Saunier1-0/+7
2019-07-05nlesource: Wait for the seek to actualy happen before removing the probeThibault Saunier1-15/+54
2019-07-05nlecomposition: Minor debugging enhancementsThibault Saunier1-8/+11
2019-07-05nlecomposition: Ensure flushes after seek have the right seqnumThibault Saunier1-17/+23
2019-07-05nlecomposition: Shutdown children when setting state to NULLThibault Saunier1-0/+12
2019-07-05nle: Parent the GstTask to ourselfThibault Saunier1-1/+3
2019-07-05nlecomposition: Properly set seqnum on flush eventsThibault Saunier1-3/+12
2019-07-05demux: Create timeline from the streaming threadThibault Saunier1-65/+35
2019-07-05uri-asset: Implement multi threading supportThibault Saunier1-19/+0