[Bug 721384] h264parse: clears keyframe flags when passing through byte-stream AUs (regression)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 6 10:35:20 PST 2014


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

--- Comment #3 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2014-01-06 18:35:17 UTC ---
I'm not sure I understand the logics of h264parse, but this commit prevents it
from being set on passthrough mode and while not on passthrough it will process
all nals and get:

gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set
with id: 0

This goes on repeatedly and it will remove set the delta flag on all buffers,
overwriting whatever the demuxer might have set previously.

Should the regression commit be fixed so that it goes into passthrough somehow
or do we want to make the parse_slice_hdr succeed?

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