[Bug 733171] baseparse: handling of EOS when no output produced

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 26 18:35:54 PDT 2015


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

Thiago Sousa Santos <thiagossantos at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.1

--- Comment #4 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Thanks for the review.

commit a041d8862d90a86b7745f99a0db547be7d9baa75
Author: Thiago Santos <thiagoss at osg.samsung.com>
Date:   Wed Mar 25 10:49:08 2015 -0300

    baseparse: only post 'no valid frames' error if buffers were received

    Otherwise baseparse will consider empty streams to be an error while
    an empty stream is a valid scenario. With this patch, errors would
    only be emitted if the parser received data but wasn't able to
    produce any output from it.

    This change is only for push-mode operation as in pull mode an
    empty file can be considered an error for the one driving the
    pipeline

    Includes a unit test for it

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

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