[Bug 768923] h264parse: byte-stream to avc conversion outputs caps without codec_data

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 20 16:33:47 UTC 2016


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

--- Comment #7 from Jan Schmidt <thaytan at noraisin.net> ---
The problem here is rpicamsrc, in conjunction with commit 92e7e3 in
gst-plugins-bad, which changed the way h264parse handles incoming streams with
alignment=AU. rpicamsrc has incorrect caps with alignment=AU, where it should
be alignment=nal.

Fixed in gst-rpicamsrc:

commit 43a38970f0d2e98c20b36339c282e51341627b57
Author: Jan Schmidt <thaytan at noraisin.net>
Date:   Thu Jul 21 02:29:57 2016 +1000

    rpicamsrc: MMAL gives buffers with nal alignment, not AU

    Fix the output caps, our buffers are not AU aligned, since
    the SPS / PPS are given in separate packets at the start.

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