[gstreamer-bugs] [Bug 641377] New: [gnlcomposition] Creating too many segments when not needed.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Feb 3 09:24:02 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=641377
GStreamer | gnonlin | git
Summary: [gnlcomposition] Creating too many segments when not
needed.
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gnonlin
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: bilboed at gmail.com
QAContact: bilboed at gmail.com
CC: bilboed at gmail.com, slomo at circular-chaos.org,
nekohayo at gmail.com, alessandro.d at gmail.com,
brandon_lewis at alum.berkeley.edu, danbasper at gmail.com
Depends on: 609792
GNOME target: ---
GNOME version: ---
+++ 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).
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list