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 576712 - Output-selector keeps reference to latest buffer when changing paused to ready
Output-selector keeps reference to latest buffer when changing paused to ready
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.12
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-25 12:19 UTC by Lasse Laukkanen
Modified: 2009-03-27 10:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lasse Laukkanen 2009-03-25 12:19:56 UTC
Output-selector should reset all status information related to current stream when changing from PAUSED to READY. However, currently it keeps reference to latest buffer until disposed or next chain call. Patch to this will follow.
Comment 1 Wim Taymans 2009-03-27 10:22:11 UTC
commit 960515083060eb2cb6bc959b5aff3e493e3486be
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Fri Mar 27 11:20:02 2009 +0100

    outputselector: reset state when going to READY
    
    Reset the last-buffer, the pending pad and the segment when going to the READY
    state.
    Fixes #576712.