[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:31:43 PDT 2014


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

Thiago Sousa Santos <thiagossantos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.4
         OS/Version|Linux                       |All

--- Comment #14 from Thiago Sousa Santos <thiagossantos at gmail.com> 2014-06-25 15:31:35 UTC ---
commit b7516dbf7cfc0321f7ec918bfaf27dcbd49fd130
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