GNOME Bugzilla – Bug 644939
The ges-ui can't play neither video or audio
Last modified: 2011-05-30 15:09:59 UTC
There is a little UI in tests/examples/ges-ui but it is currently not working. Reproduce: * Add a video * Play => show ERROR in the terminal and nothing happens.
Created attachment 183584 [details] [review] Solve the issue
That's interesting... I'm pretty sure the default mode was PREVIEW.
Created attachment 183639 [details] [review] The ges_timeline_pipeline_init was returning before the end. This patch fixes the problem at the source.
Edward? The patch looks good IMHO
commit 49ac8a4e3e8866a862fa7dbc686f30d287e2876b Author: Thibault Saunier <thibault.saunier@collabora.co.uk> Date: Wed Mar 16 19:58:54 2011 -0400 GESTimelinePipeline: the _init_ method shouldn't return before the end Fixes #644939