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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Sep 13 23:51:23 PDT 2015


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

--- Comment #1 from Eunhae Choi <eunhae1.choi at samsung.com> ---
Created attachment 311257
  --> https://bugzilla.gnome.org/attachment.cgi?id=311257&action=edit
audiobasesink: return right value of _eos_wait()

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(FALSE).

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.

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