[gstreamer-bugs] [Bug 600412] [asfdemux] Wrong handling of downstream GstFlowReturn

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 27 09:14:20 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=600412
  GStreamer | gst-plugins-ugly | git

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Edward Hervey <bilboed at gmail.com> 2010-08-27 16:14:16 UTC ---
commit 776a09149ed3c08cad02c3746381bd701bf5b1e1
Author: Edward Hervey <bilboed at bilboed.com>
Date:   Fri Aug 27 17:50:59 2010 +0200

    asfdemux: Don't error out on non-critical flow returns

    Only error out when downstream returns:
    * NOT_SUPPORTED
    * ERROR
    * NOT_NEGOTIATED
    * NOT_LINKED

    If we got _UNEXPECTED, we push an EOS downstream (since maybe only one
    of the streams had gone EOS) and then stop the task silently.

    In the case of WRONG_STATE we just need to stop silently

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

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