GNOME Bugzilla – Bug 576712
Output-selector keeps reference to latest buffer when changing paused to ready
Last modified: 2009-03-27 10:22:11 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.
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.