[Bug 753782] Splitting a clip does not seem to apply effects correctly
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Sep 12 06:19:10 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753782
Sjors Gielen <gnome-bugzilla at sjor.sg> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |NOTABUG
--- Comment #3 from Sjors Gielen <gnome-bugzilla at sjor.sg> ---
For future reference: this bug was caused by the fact that layers did not have
their priorities set correctly in the test case.
To prevent that, never use ges_layer_new()+ges_timeline_add_layer(), as it
creates layers with overlapping priorities; instead, always use
ges_timeline_append_layer(), which returns a new layer already added to the
timeline with a unique priority.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list