[Bug 745409] h264parse: broken output when caps change and stream-format=byte-stream

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 4 03:06:17 PST 2015


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

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

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

--- Comment #8 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Thanks for the review and confirmations, the fix will be available in the next
releases (1.5 and 1.6). I couldn't reproduce your crash, please reopen or file
a new bug if it still crashes.

commit 14f6fcdbd89f1934700b26f3e3afa54c654cbabb
Author: Thiago Santos <thiagoss at osg.samsung.com>
Date:   Tue Mar 3 11:42:09 2015 -0300

    h264parse: reset the parser information when caps changes

    This prevents it from going into passthrough after receiving 2
    byte-stream caps (different ones) as it would keep the have_pps and
    have_sps set to true and would just go into passthrough without
    updating its caps.

    This patch makes it reset its stream information to restart properly
    when new caps are received.

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

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