[Bug 768132] Reusing a (preview) GESPipeline with new clips is not possible

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 28 14:41:26 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=768132

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tsaunier at gnome.org

--- Comment #1 from Thibault Saunier <tsaunier at gnome.org> ---
OK, I indeed reproduced on 1.8.2 and master with your code but very
interestingly I could not reproduce the issue with what I think is the exact
scenario you are explaining here:

    description, seek=true, handles-states=true
    add-clip, name=(string)uriclip0, layer-priority=(int)0,
asset-id=(string)file://FIXME, type=(string)GESUriClip
    commit;
    play;
    set-state, state=null, playback_time=(double)1.0;
    remove-clip, name=(string)uriclip0;
    add-clip, name=(string)uriclip1, layer-priority=(int)0,
asset-id=(string)file://FIXME, type=(string)GESUriClip
    commit;
    play;
    stop, playback_time=(double)1.0;

-- 
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