[Bug 754980] audiobasesink: audio skipping when playing it repeatedly.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Oct 19 08:29:19 PDT 2015


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

Thiago Sousa Santos <thiagossantos at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.7.1
                 OS|Linux                       |All

--- Comment #3 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
commit e98b96247f93e03db2c50dad9364e94f78eb8e0c
Author: eunhae choi <eunhae1.choi at samsung.com>
Date:   Mon Sep 14 15:25:11 2015 +0900

    audiobasesink: fix issue about eos handling during flushing

    If the flush-start is arrived during _eos_wait() in basesink,
    the 'eos' flag is overwritten to TRUE after exiting the _eos_wait().
    To resolve the overwritten issue,
    the subclass doing the _eos_wait() call should return the right value.
    If the eos flag is set to TRUE again, it will cause error(enter the eos
flow)
    of the following state changing from PAUSED to PLAYING in basesink.

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

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