[Bug 731474] playbin stalls when trying to play the audio portion of a stream with flags="audio"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 17 14:07:30 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=731474
  GStreamer | gstreamer (core) | git

--- Comment #9 from Thiago Sousa Santos <thiagossantos at gmail.com> 2014-06-17 21:07:24 UTC ---
It would make baseparse accumulate data in this scenario. And when it receives
a buffer with a ts=X it would be pushing data downstream that would be before
X. 
I'd prefer to have the parser drop everything before returning upstream to
prevent this scenario as upstream can handle buffering and not-linked returns
better.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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