After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 644939 - The ges-ui can't play neither video or audio
The ges-ui can't play neither video or audio
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Linux
: Normal normal
: 0.10.2
Assigned To: Thibault Saunier
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-16 17:34 UTC by Thibault Saunier
Modified: 2011-05-30 15:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Solve the issue (754 bytes, patch)
2011-03-16 23:01 UTC, Thibault Saunier
none Details | Review
The ges_timeline_pipeline_init was returning before the end. This patch fixes the problem at the source. (943 bytes, patch)
2011-03-17 15:35 UTC, Thibault Saunier
none Details | Review

Description Thibault Saunier 2011-03-16 17:34:07 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.
Comment 1 Thibault Saunier 2011-03-16 23:01:24 UTC
Created attachment 183584 [details] [review]
Solve the issue
Comment 2 Edward Hervey 2011-03-17 14:50:12 UTC
That's interesting... I'm pretty sure the default mode was PREVIEW.
Comment 3 Thibault Saunier 2011-03-17 15:35:09 UTC
Created attachment 183639 [details] [review]
The ges_timeline_pipeline_init was returning before the end. This patch fixes the problem at the source.
Comment 4 Sebastian Dröge (slomo) 2011-05-30 06:33:21 UTC
Edward? The patch looks good IMHO
Comment 5 Thibault Saunier 2011-05-30 15:09:05 UTC
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