GNOME Bugzilla – Bug 641377
[gnlcomposition] Creating too many segments when not needed.
Last modified: 2018-11-03 12:51:10 UTC
+++ This bug was initially created as a clone of Bug #609792 +++ The problem is that this composition will work: [ overlaid videomixer gnloperation] [ source 1 ] [ source 2 ] Creating the 3 proper segments (oper+source1, oper+source1+source2, oper+source2) But it also creates 3 segments for the following: [ source 1 ] [ source 2 ] While it should only create 2 (the whole of source1, followed by the rest of source2). This is a reminder so we don't forget to fix this for performance reason (to avoid useless seeking/segments).
Moving to enhancement
That limitation still exists in NLE, moving the bug to GES.
This was something I was addressing in the design of building the entire forest (a list of tree/graph). After the forest is built, it is very easy to make a second pass and merge the segments where needed. When done live (like we do now) it's a bit harder, but probably possible too. In hope this information can be useful.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/3.