Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-editing-services
gst-editing-services
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 77
    • Issues 77
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 10
    • Merge Requests 10
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-editing-servicesgst-editing-services
  • Issues
  • #3

Closed
Open
Opened Feb 03, 2011 by Bugzilla Migration User@bugzilla-migration

[gnlcomposition] Creating too many segments when not needed.

Submitted by Edward Hervey @bilboed

Link to original bug (#641377)

Description

+++ 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).

Depends on

  • Bug 609792
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gstreamer/gst-editing-services#3