[Bug 743938] pipeline: Handle the case were we are still loading the project and the user tries to set its state to PLAYING/PAUSED.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jun 9 12:11:22 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=743938
--- Comment #19 from Thibault Saunier <tsaunier at gnome.org> ---
For the recore, the:
0:00:03.960214385 13865 0xce22ff0 ERROR nlecomposition
nle/nlecomposition.c:2537:_relink_children_recursively: Not enough sinkpads to
link all objects to the operation ! 1 / 0
0:00:03.962141168 13865 0xce22ff0 ERROR nlecomposition
nle/nlecomposition.c:2540:_relink_children_recursively: Operation has no child
objects to be connected to !!!
issue was due to GstDiscoverer timeouting when running under valgrind, and us
in GES not properly reporting that.
I pushed those two patches to properly report that issue, and add a way to
change the discoverer timeout using a env variable:
commit ba25eb62a6010b9735ce0f14bb8d5c77087035fc
Author: Thibault Saunier <tsaunier at gnome.org>
Date: Tue Jun 9 21:00:44 2015 +0200
ges: Raise an error when the discoverer returns != RESULT_OK
And do not try to run the pipeline when that happens
commit 3f27fdecaadaa9cb0dc84641322bfeccb741132b
Author: Thibault Saunier <tsaunier at gnome.org>
Date: Tue Jun 9 20:58:00 2015 +0200
uri-asset: Add a way to control discoverer timeout through envvar
Making it possible to run ges-launch test under valgrind for example
--
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