[Bug 705333] h264parse : broken bytestream/nal => avc/au conversion

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Aug 4 03:09:53 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=705333
  GStreamer | gst-libav | git

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.2.x

--- Comment #9 from Edward Hervey <bilboed at gmail.com> 2013-08-04 10:09:50 UTC ---
commit b17676a1d5f1f9179eef32b92b22ecfbce902112
Author: Edward Hervey <edward at collabora.com>
Date:   Sat Aug 3 14:20:47 2013 +0200

    h264parse: Do not trigger caps update if we only have PPS updates

    Updating caps results in downstream elements potentially reconfiguring
themselves
    (such as decoders). If we do this in the middle of keyframes, we would
result
    in those elements being reconfigured and handling garbage until the next
keyframe.

    Instead of this only send (potentially) new codec_data when we have *both*
SPS and
    PPS.

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

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