[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
Wed Jun 25 08:46:03 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=731474
GStreamer | gstreamer (core) | git
Thiago Sousa Santos <thiagossantos> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|1.3.4 |1.2.5
--- Comment #15 from Thiago Sousa Santos <thiagossantos at gmail.com> 2014-06-25 15:45:57 UTC ---
Also on 1.2 branch:
commit 8528026c3b39d68ab319383b667fafd2bf76f834
Author: Thiago Santos <ts.santos at sisa.samsung.com>
Date: Mon Jun 16 19:30:06 2014 -0300
baseparse: avoid returning _OK for _NOT_LINKED
When the parser receives non-aligned packets it can push a buffer
and get a not-linked return while still leaving some data still to
be parsed. This remaining data will not form a complete frame and
the subclass likely returns _OK and baseparse would take that
as the return, while it the element is actually not-linked.
This patch fixes this by storing the last flow-return from a push
and using that if a parsing operation doesn't result in data being
flushed or skipped.
https://bugzilla.gnome.org/show_bug.cgi?id=731474
--
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