[Bug 760513] New: [H264parse] The PPS and SPS data will be lost after h264parse

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 12 02:29:52 PST 2016


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

            Bug ID: 760513
           Summary: [H264parse] The PPS and SPS data will be lost after
                    h264parse
    Classification: Platform
           Product: GStreamer
           Version: 1.6.0
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: lyon.wang at freescale.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

When we are trying to play some h264/avi streams, with our own parser plugin 
linked with h264parse and then avdec_h264,  there will be some corrupt video be
observed. while using avidemux link with h264parse, it plays well.


After doing some investigation.
- avdec_h264 only support alignment au format.
- and avidemux output caps not specify the alignment as "au"
 So h264parse will do the parse to convert alignment to "au"

- however, when using our own parser plugin, the output plugins already set the
video as alignment "au",  so that h264parse work in pass through mode.
   But it seems the h264parse's output lost the sps/pps data in the begging,
which cause the video decoding error for some frames.

So it maybe bugs in h264parse pass through mode, suppose in pass through mode,
the output should be the same as when h246parse not linked in the pipeline.

I'm not sure if this issue has been raised before, so I recorded the issue here

Thanks a lot ~

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