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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Aug 3 05:23:57 PDT 2013


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

--- Comment #8 from Edward Hervey <bilboed at gmail.com> 2013-08-03 12:23:53 UTC ---
Created an attachment (id=250768)
 View: https://bugzilla.gnome.org/attachment.cgi?id=250768
 Review: https://bugzilla.gnome.org/review?bug=705333&attachment=250768

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.

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